Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 9661 invoked from network); 19 Jul 2006 21:32:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 21:32:14 -0000 Received: (qmail 76199 invoked by uid 500); 19 Jul 2006 21:32:09 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 76163 invoked by uid 500); 19 Jul 2006 21:32:09 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 76152 invoked by uid 99); 19 Jul 2006 21:32:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 14:32:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [67.104.17.130] (HELO exchbg03.prounlimited.corp) (67.104.17.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 14:32:08 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: javac multiple packages Date: Wed, 19 Jul 2006 14:31:48 -0700 Message-ID: <55879AC51120084A8DC1A3135BA1FA4707AF59@webemail.pro-unlimited.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: help to compile c / c++ files in ant Thread-Index: AcacS878Iu4iu33yQ2OtM7QE2qtKWAAI0CyQA8IDisA= From: "Chun Ji" To: "Ant Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sorry if I posted it second time, but I am still looking for a better = way to solve the problem.=20 I am working on a project that has 10 different java packages, and these = java packages have no dependence on each other.=20 =20 To compile these packages, I may create 10 targets in the build.xml and = compile them one after another, which I think it's a waste.=20 Or, I may put these packages in a txt file and create one target to = compile all source code together, such as:=20 =20 But in that case, if there is one single error in just one java file, = the rest files will not be compiled! I am looking for a way that I can do a loop and build these packages one = after another, even there was an error, the loop continues ?=20 -CJ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org