RE: multiple compilations

2005-05-27 Thread McIntosh, Stephen
Thank you for your help, Rob. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 7:34 PM To: Ant Users List Subject: RE: multiple compilations Setting a property if any compilation fails would work. Try using the ant-conrti

Re: multiple compilations

2005-05-26 Thread Dominique Devienne
> > > > > > > > > > That's kind of ugly, although necessary right now. does have failonerror, but misses failureproperty, so you have to resort to Ant-Contrib's . failonrerror/failureproperty is yet another feature implemented at the task level instead

RE: multiple compilations

2005-05-26 Thread Anderson, Rob (Global Trade)
Setting a property if any compilation fails would work. Try using the ant-conrti task. Something like this... One of the compiles failed.