From KDuffey@BUYMEDIA.com Wed Jan 3 20:05:32 2001 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 68237 invoked from network); 3 Jan 2001 20:05:32 -0000 Received: from unknown (HELO Exchange1.buymedia.com) (206.216.192.6) by h31.sny.collab.net with SMTP; 3 Jan 2001 20:05:32 -0000 Received: by Exchange1.buymedia.com with Internet Mail Service (5.5.2650.21) id ; Wed, 3 Jan 2001 12:04:16 -0800 Message-ID: <1067BB807B9721429D2B8120699C249C3085A8@Exchange1.buymedia.com> From: "Duffey, Kevin" To: "'ant-user@jakarta.apache.org'" Subject: RE: Question on builds that fail Date: Wed, 3 Jan 2001 12:03:12 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I would like that as well. It seems to me that sometimes you would want to "clean up" if a build fails. Maybe you created some dirs or something in anticipation of the build succeeding. If the build fails, the dirs are not needed so you want to remove them. I take it this is exactly what this fix would allow? > -----Original Message----- > From: Diane Holt [mailto:holtdl@yahoo.com] > Sent: Wednesday, January 03, 2001 11:38 AM > To: ant-user@jakarta.apache.org > Subject: Re: Question on builds that fail > > > Ken Wood wrote a mod for Javac.java that allows for a > "proceed" attribute, > which when set to true will cause a compile failure to only issue a > warning, not throw a BuildException. I don't think it was > ever posted to > the list, but I have it (and use it), so if you'd like me to > forward it to > you, I can. > > Diane > > --- Mike Pedersen wrote: > > Hello all, I am currently using ant to build several good sized > > projects. My team wishes to have access to builds that > fail as well as > > builds that complete successfully. My question: is it > possible to have > > ant > > continue even if the "javac" task fails? The purpose of > this would be > > to > > copy the source and zips of the failed build to our ftp site to give > > others > > access. > > What kinds of problems will I create for myself if I remove > the "javac" > > task dependency from the subsequent task? > > Thanks much > > > > . > > hanks much > > > > . > > > > > ===== > (holtdl@yahoo.com) > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Photos - Share your holiday photos online! > http://photos.yahoo.com/ >