On Fri, 28 Mar 2003, Sam Ruby <[EMAIL PROTECTED]> wrote: > Any Ant developers out there have a suggestion on how to get the > following to fail instead of simply printing a warning: > > http://cvs.apache.org/builds/gump/2003-03-28/excalibur-component.html
Oh, it failed about eight months back and we've "fixed"[1] it to just print a warning as some Avalon builds failed in Gump[2] 8-) The issue is that the build file defines a path but never uses it, so it doesn't do any harm. If the build file tried to use the path later, the build would fail. Stefan Footnotes: [1] <http://cvs.apache.org/viewcvs/ant/src/main/org/apache/tools/ant/Project.java.diff?r1=1.111&r2=1.112> [2] <http://archives.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=12243> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
