Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 53113 invoked from network); 27 Sep 2000 00:39:04 -0000 Received: from gtei2.bellatlantic.net (199.45.39.161) by locus.apache.org with SMTP; 27 Sep 2000 00:39:04 -0000 Received: from bellatlantic.net (adsl-141-150-43-75.nnj.adsl.bellatlantic.net [141.150.43.75]) by gtei2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id UAA10753 for ; Tue, 26 Sep 2000 20:38:54 -0400 (EDT) Sender: insecure@bellatlantic.net Message-ID: <39D14197.D1B9B6CF@bellatlantic.net> Date: Tue, 26 Sep 2000 20:38:47 -0400 From: jtnews X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Re: is ant supposed to compile java sources in order? References: <39D13E07.60789533@bellatlantic.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Never mind, it was cockpit error on my part. Things are working fine. jtnews wrote: > > when I use > > > classpath="lib/xerces.jar" > /> > > > is ant supposed to compile my java sources in order automatically > so A.java compiles before B.java when B.java depends on A.java? > > With the above target I keep getting can't find "A" class, I assume > it's not being compiled before B. > > Is there anyway to get Ant to compile stuff in order without explicitly > specifying all the dependencies by hand in build.xml?