There is a option to set haltonfailure="true" or haltonerror="true" if
you would like that ant stops (BUILD FAILED) if a failure or error
occurs. But then the following tests aren't executed.

<junit dir="${compiler.tests}"
               fork="yes" forkMode="perBatch" maxmemory="256m" timeout="300000"
               printsummary="true" showoutput="true"
               haltonerror="false" haltonfailure="false"
               failureproperty="tests.unit.failed">
...
</junit>

Cyrill


On Sun, Jan 20, 2013 at 11:15 AM, Erik de Bruin <e...@ixsoftware.nl> wrote:
> The thing is, the tests seem to pass when I run the build.xml, but it
> reports they are not. Maybe it's just that the reporting code misses a
> beat and reports FAILED when it should report SUCCEEDED (or whatever)?
>
> EdB
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl

Reply via email to