i didn't find any downloadable file from ant-contrib, is it available just from cvs???
----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 12:21 PM Subject: RE: configuring a target that can fail... > Thinking some more about it, I believe I recall that the ant-contrib (on > SourceForge) <tryCatch> task allows to trap arbitrary task failures. You'll > have to check to make sure it does though. It probably also requires Ant 1.5 > beta for proper operation. --DD > > -----Original Message----- > From: Dominique Devienne [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 10:18 AM > To: 'Ant Users List' > Subject: RE: configuring a target that can fail... > > Yes and no... A target fails if any of its contained tasks fail. A few tasks > have the 'failonerror' attribute (like <javac>) you can set to avoid the > task in question to fail when something normally considered a failure > happens (like a compile error for <javac>). > > These attribute were added on an ad-hoc fashion to some task, and I'm told > Ant2 will probably make them available automatically on all tasks. --DD > > -----Original Message----- > From: Emerson Cargnin - MSA [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 9:46 AM > To: Ant Users List > Subject: configuring a target that can fail... > > Is there any way to say that a target can faild and that not making the > entire build to fail?? > > > ----- Original Message ----- > From: "Anthony W. Marino" <[EMAIL PROTECTED]> > To: "'Ant Users List'" <[EMAIL PROTECTED]> > Sent: Monday, May 20, 2002 10:11 AM > Subject: Ant 1.5b1/Tomcat Builds > > > Have there been any issues with regards to Tomcat4.x builds and use of > Ant1.5b1? > > Thank You, > Anthony > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
