Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 99097 invoked from network); 10 Apr 2002 17:33:15 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 Apr 2002 17:33:15 -0000 Received: (qmail 14480 invoked by uid 97); 10 Apr 2002 17:33:03 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 14421 invoked by uid 97); 10 Apr 2002 17:33:03 -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 14321 invoked from network); 10 Apr 2002 17:33:02 -0000 X-VirusChecked: Checked Message-ID: From: Daniel Barclay To: Ant Users List Subject: RE: Javac Task(Urgent Help) Date: Wed, 10 Apr 2002 13:32:56 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Dominique Devienne [mailto:DDevienne@lgc.com] > Failing on compile errors is entirely reasonable to most > people. If you > really want to build as many jars as possible, do not compile all the > classes at onee. Compile only the classes of each jar by using the > appropriate , , , , etc... > sub-elements > of and package these up. The problem with this > approach is that > you're going to have a hard time finding out if it's a good > build or not > without scanning all the log of the build... Can Ant set a property (or write to a file) based on the result (success or failure) of a task? If so, one could compile groups of classes with failonwhateverthatwas set to false (to get as much compiled as possible (roughly)), and then compile everything with the result status noted somewhere to report whether the build was good. Daniel -- To unsubscribe, e-mail: For additional commands, e-mail: