|
From: Scott M S. <st...@us...> - 2002-05-16 15:47:55
|
User: starksm
Date: 02/05/16 08:47:54
Modified: . Tag: Branch_3_0 build.xml
Log:
Set the report output location correctly for the tests-security-policy
Revision Changes Path
No revision
No revision
1.106.2.8 +5 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.7
retrieving revision 1.106.2.8
diff -u -r1.106.2.7 -r1.106.2.8
--- build.xml 8 May 2002 02:22:51 -0000 1.106.2.7
+++ build.xml 16 May 2002 15:47:54 -0000 1.106.2.8
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.7 2002/05/08 02:22:51 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.8 2002/05/16 15:47:54 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2696,7 +2696,7 @@
<path refid="tests.classpath"/>
</classpath>
- <formatter type="xml" />
+ <formatter type="xml" usefile="true" />
<batchtest todir="${build.reports}"
haltonerror="false"
@@ -2728,7 +2728,7 @@
<jvmarg value="-Djava.security.manager"/>
<jvmarg value="-Djava.security.policy==${build.resources}/securitymgr/client.policy"/>
<!--
- <jvmarg value="-Djava.security.debug=access,domain,stack"/>
+ <jvmarg value="-Djava.security.debug=access,failure,domain"/>
-->
<sysproperty key="jboss.home" file="${project.root}"/>
<sysproperty key="jboss.thirdparty.dir" file="${project.root}/thirdparty"/>
@@ -2746,8 +2746,9 @@
<path refid="tests.classpath"/>
</classpath>
- <formatter type="xml" />
+ <formatter type="xml" usefile="true" />
<test name="org.jboss.test.securitymgr.test.PolicyUnitTestCase"
+ todir="${build.reports}"
haltonerror="false"
haltonfailure="false"
fork="true" />
|