From fc014731eb1d2fe9c6e604463a3a8d4dc9eacf90 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 27 Apr 2004 07:45:34 +0000 Subject: [PATCH] @since git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276414 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/junit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html index 9c78bfaee..62a76e19d 100644 --- a/docs/manual/OptionalTasks/junit.html +++ b/docs/manual/OptionalTasks/junit.html @@ -82,7 +82,7 @@ elements).

failureproperty can share a VM, so even if you set forkmode to "once", Ant may have to create more than a single Java VM. This attribute is ignored for tests - that don't get forked into a new Java VM. + that don't get forked into a new Java VM. since Ant 1.6.2 No; default is perTest.