Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 36886 invoked by uid 500); 15 Jun 2001 14:41:33 -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 33073 invoked from network); 15 Jun 2001 14:31:57 -0000 Message-ID: From: Jamie Lawrence To: "'ant-user@jakarta.apache.org'" Subject: Tricky compile... Date: Fri, 15 Jun 2001 15:33:16 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C0F5A8.1DC62690" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C0F5A8.1DC62690 Content-Type: text/plain; charset="iso-8859-1" How would you compile class A from src1 and class B from src2? src1/ A.java B.java src2/ A.java B.java - If the srcdir attribute is set to src1:src2 I get a duplicate class error - I'm unable to compile them seperately because they depend on each other - includes and excludes only work relative to the srcdir Is it possible to use a fileset containing just src1/A.java and src2/B.java? Many thanks, Jamie Note: this is obviously just a simplified example. In reality this structure is imposed because there are many target devices for the application and it was considered impractical to abstract the functionality into an interface and many differently named implementations. ------_=_NextPart_000_01C0F5A8.1DC62690 Content-Type: application/octet-stream; name="Jamie Lawrence (E-mail).vcf" Content-Disposition: attachment; filename="Jamie Lawrence (E-mail).vcf" BEGIN:VCARD VERSION:2.1 N:Lawrence;Jamie FN:Jamie Lawrence (E-mail) ORG:Broadcom Eireann Research;Telecoms Services TITLE:Senior Researcher TEL;WORK;VOICE:+353 1 6046035 TEL;WORK;VOICE:+353 86 8035183 TEL;CELL;VOICE:+353 86 8035183 ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Kestrel House,=0D=0AClanwilliam Place,;Dublin 2;;;Ireland LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Kestrel House,=0D=0AClanwilliam Place,=0D=0ADublin 2=0D=0AIreland EMAIL;PREF;INTERNET:jamie.lawrence@broadcom.ie REV:20010612T141635Z END:VCARD ------_=_NextPart_000_01C0F5A8.1DC62690--