Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 1608 invoked by uid 500); 25 Jul 2001 17:02:30 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 1598 invoked from network); 25 Jul 2001 17:02:30 -0000 Reply-To: From: "Mark Jaffe" To: Subject: EJBJAR task issues Date: Wed, 25 Jul 2001 10:03:35 -0700 Message-ID: <01c601c1152b$be9d9560$40c0a8c0@corp.ca.smartturn.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_01C7_01C114F1.123EBD60" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <200107250711.JAA10829@atwood.netch.se> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_01C7_01C114F1.123EBD60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I tried to find the answer in the archives, but no luck. I am investigating a directory-dependency issue and need to know if there is a way to resolve this. When building a set of EJBjars, there exist multiple xml which have reference to a dtd. In this reference, our source has hard-coded a path dependency, such as in the included file. Is there some way to remove this so we can have multiple builds, or so that developers are not locked into a source-dependent build environment? I tried building with the path replaced by an ANT-defined variable but the XML parser croaked on that. I also found that there exists at sun.com a reference to this file (http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd,) but occasionally our network fails to locate this during the build and the build will fail. ---------------- Mark Jaffe Release Engineer Eturn Communications Inc., 408-331-0863 ------=_NextPart_000_01C7_01C114F1.123EBD60 Content-Type: text/xml; name="ejb-jar.xml" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ejb-jar.xml" =0A= =0A= =0A= =0A= =0A= =0A= =0A= AccessLogBean=0A= com.eturn.ejb.entity.accesslog.AccessLogHome=0A= com.eturn.ejb.entity.accesslog.AccessLog=0A= com.eturn.ejb.entity.accesslog.AccessLogBean=0A= Container=0A= = com.eturn.ejb.entity.accesslog.AccessLogPK=0A= False=0A= =0A= id=0A= =0A= =0A= memberId=0A= =0A= =0A= loginTime=0A= =0A= =0A= jdbc/etPool=0A= javax.sql.DataSource=0A= Container=0A= =0A= =0A= =0A= =0A= =0A= =0A= AccessLogBean=0A= Remote=0A= *=0A= =0A= Required=0A= =0A= =0A= =0A= =0A= ------=_NextPart_000_01C7_01C114F1.123EBD60--