[EMAIL PROTECTED] wrote:
let's not save XML reports to the project dir, but instead somewhere under 
build/ and stick the results in a directory parallel to it.

URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/build.xml?rev=382055&r1=382054&r2=382055&view=diff
@@ -1596,8 +1600,8 @@
-          filtertrace="${junit.filtertrace}">
-        <!--      <jvmarg value="-classic"/> -->
+          filtertrace="${junit.filtertrace}"
+          dir="${build.tests.xml}">

I get a lot of warnings:

[test-junit] dir attribute ignored if running in the same VM

Accident? I note that

<property name="junit.fork" value="false"/>

and also

<property name="junit.forkmode" value="once"/>

is set but never apparently used.

-J.

--
[EMAIL PROTECTED]  x22801  netbeans.org  ant.apache.org
        http://google.com/search?q=e%5E(pi*i)%2B1


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to