Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 50418 invoked from network); 26 Apr 2002 02:02:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 26 Apr 2002 02:02:54 -0000 Received: (qmail 1394 invoked by uid 97); 26 Apr 2002 02:02:55 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 1378 invoked by uid 97); 26 Apr 2002 02:02:55 -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 1360 invoked from network); 26 Apr 2002 02:02:54 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Ant/javac ignores previously uncompiled files Date: Thu, 25 Apr 2002 19:01:49 -0700 Message-ID: <120F2680F8FB3B46911576764D24FAF03CBCB3@svmail.mygazoo.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ant/javac ignores previously uncompiled files Thread-Index: AcHsxlNyaz+tqtIkSkqBXnVoDdS3XA== From: "Ilya Lipkind" To: "Ant (E-mail)" X-OriginalArrivalTime: 26 Apr 2002 02:01:49.0585 (UTC) FILETIME=[53BFE810:01C1ECC6] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I am new to Ant, and I am probably doing something fundamentally wrong. Here is my problem: I have setup my build.xml with a few dependent = targets in a very straightforward way (all javac compiles). when a = compile error happens - I go and fix it, however ant will not re-compile = it. Even if I don't fix it - I run ant second time and it will pass = fine. The only way I can make it re-compile the class is to blow away = the whole classes directory. Even deleting all the classfiles for the = target I am trying to re-compile does not do the trick. It seems once = ant does a target once it even if it fails it still thinks it has been = built succesfully and even deleting resulting classfiles is ignored by = it. What am I doing wrong? thanks in advance for your help, - Ilya P.S. Below is a sample piece of my build.xml =20 =20 =20 =20 =20 =20 ... and so on ------------------------------------ Ilya Lipkind Talaris Corporation=20 1145 Market Street, Suite 100 San Francisco, CA 94103 (408) 730-3369 phone InfoWorld's "Top 100 Technology Innovators" in 2001 =20 ------------------------------------ Ilya Lipkind Talaris Corporation=20 1145 Market Street, Suite 100 San Francisco, CA 94103 (408) 730-3369 phone InfoWorld's "Top 100 Technology Innovators" in 2001 =20 -- To unsubscribe, e-mail: For additional commands, e-mail: