[jboss-cvs] JBossAS SVN: r61711 - branches/Branch_3_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 26 13:07:28 EDT 2007


Author: dimitris at jboss.org
Date: 2007-03-26 13:07:28 -0400 (Mon, 26 Mar 2007)
New Revision: 61711

Modified:
   branches/Branch_3_2/testsuite/build.xml
Log:
JBPAPP-83, JBPAPP-72, rollback, '==' at -Djava.security.policy, it is intentional used to indicate that only the specific policy file should be used.

Modified: branches/Branch_3_2/testsuite/build.xml
===================================================================
--- branches/Branch_3_2/testsuite/build.xml	2007-03-26 17:06:10 UTC (rev 61710)
+++ branches/Branch_3_2/testsuite/build.xml	2007-03-26 17:07:28 UTC (rev 61711)
@@ -1180,7 +1180,7 @@
 
          <!--
          <jvmarg value="-Djava.security.manager"/>
-         <jvmarg value="-Djava.security.policy=${build.resources}/securitymgr/client.policy"/>
+         <jvmarg value="-Djava.security.policy==${build.resources}/securitymgr/client.policy"/>
          <jvmarg value="-Djava.security.debug=access,failure"/>
          -->
          <sysproperty key="jboss.home" file="${project.root}"/>
@@ -1570,7 +1570,7 @@
 
          <jvmarg value="${junit.jvm.options}"/>
          <jvmarg value="-Djava.security.manager"/>
-         <jvmarg value="-Djava.security.policy=${build.resources}/client.policy"/>
+         <jvmarg value="-Djava.security.policy==${build.resources}/client.policy"/>
          <jvmarg value="-Dbind.address=${node0}"/>
          <sysproperty key="jbosstest.deploy.dir" value="${build.lib}"/>
          <sysproperty key="build.testlog" value="${build.testlog}"/>
@@ -1635,7 +1635,7 @@
          <jvmarg value="-Djacorb.security.ssl.client.supported_options=0"/>
          <jvmarg value="-Djacorb.security.ssl.client.required_options=0"/>
          <jvmarg value="-Djava.security.manager"/>
-         <jvmarg value="-Djava.security.policy=${build.resources}/${test}/client.policy"/>
+         <jvmarg value="-Djava.security.policy==${build.resources}/${test}/client.policy"/>
 
          <sysproperty key="log4j.properties" file="${build.resources}/log4j.properties"/>
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>




More information about the jboss-cvs-commits mailing list