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
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