Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 16275 invoked from network); 23 Jul 2002 21:00:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Jul 2002 21:00:53 -0000 Received: (qmail 10374 invoked by uid 97); 23 Jul 2002 21:01:09 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 10320 invoked by uid 97); 23 Jul 2002 21:01:08 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 10301 invoked by uid 98); 23 Jul 2002 21:01:07 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: Problems with in javac Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Tue, 23 Jul 2002 14:00:22 -0700 Message-ID: <6B504A36CFE60F40BAF99C001D1BC029C77E30@ADFDEX01.C-IV.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problems with in javac Thread-Index: AcIyin77e1feq0eyRqqqTL7ax8kwygAAPYig From: "Milind Nirgun" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N What is the value of your ${srcDir}? The documentation says that "if you = include part of your package-structure inside the srcdir attribute, Ant = will recompile your sources every time you call it". I believe that is = whats happening in your case.=20 After you have done clean it recompiles all your sources. Otherwise it = is not recompiling the two excluded files probably because they haven't = changed. -----Original Message----- From: Nathan Paris [mailto:nathan.paris@laurelhillgis.com] Sent: Tuesday, July 23, 2002 1:45 PM To: ant-user@jakarta.apache.org Subject: Problems with in javac I am trying to exclude some file from being compiled. Here is the code I am using: =20 =20 =20 =20 =20 I am having "weird" results in terms of if I do the compile after I have done a clean then the excludes seem to be ignored, but if I do the compile any other time it seems to work. =20 Any ideas? =20 -- To unsubscribe, e-mail: For additional commands, e-mail: