On 8/9/07, Dominique Devienne wrote: > On 8/9/07, DJohnson@desknetinc.com wrote: > > What I propose to accomodate this is an task. > > See also Ant-Contrib's task. --DD It's also possible that AntUnit, a mini Unit testing framework based on Ant, could be (ab?)used to achieve similar results. There's also a BuildListener that sends mail on failures, but that applies to the whole build, and must be passed on Ant's command line. There's also the -keep-going switch to Ant that overrides the default behavior of failing the whole build on errors. Don't know much about this one, but I vaguely remember one can maybe plug one's own policy class to deal with errors. All avenues to explore ;-) --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org