Re: Persistence of properties between ant targets

2006-10-24 Thread Peter Reilly
On 10/24/06, Adam Downer <[EMAIL PROTECTED]> wrote: Hi, I have a build file with a target which runs the standard JUnit task. This task sets a property (using errorproperty & failureproperty attributes) if any of the tests do not pass. The target containing the JUnit task is called, using antcal

Persistence of properties between ant targets

2006-10-24 Thread Adam Downer
Hi, I have a build file with a target which runs the standard JUnit task. This task sets a property (using errorproperty & failureproperty attributes) if any of the tests do not pass. The target containing the JUnit task is called, using antcall, by a separate, higher level target. Hopefully this