[jboss-cvs] JBossAS SVN: r61710 - branches/Branch_4_0/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Mar 26 13:06:10 EDT 2007
Author: dimitris at jboss.org
Date: 2007-03-26 13:06:10 -0400 (Mon, 26 Mar 2007)
New Revision: 61710
Modified:
branches/Branch_4_0/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_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml 2007-03-26 17:05:48 UTC (rev 61709)
+++ branches/Branch_4_0/testsuite/build.xml 2007-03-26 17:06:10 UTC (rev 61710)
@@ -2925,7 +2925,7 @@
<jvmarg value="${junit.jvm.options}"/>
<jvmarg value="-Djava.security.manager"/>
<jvmarg value="-Dbind.address=${env.MYTESTIP_1}"/>
- <jvmarg value="-Djava.security.policy=${build.resources}/client.policy"/>
+ <jvmarg value="-Djava.security.policy==${build.resources}/client.policy"/>
<!-- Used for JGroups -->
<jvmarg value="-Dbind.address=${node0}"/>
<sysproperty key="jbosstest.server.host" value="${node0}"/>
@@ -2996,7 +2996,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"/>
<jvmarg value="-DORBInitRef.NameService=corbaloc::${node0}:3528/JBoss/Naming/root"/>
<jvmarg value="-Dorg.omg.PortableInterceptor.ORBInitializerClass.org.jboss.tm.iiop.TxClientInterceptorInitializer"/>
More information about the jboss-cvs-commits
mailing list