[jboss-svn-commits] JBoss Portal SVN: r5533 - branches/JBoss_Portal_Branch_2_4/wsrp
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 31 12:47:50 EST 2006
Author: julien at jboss.com
Date: 2006-10-31 12:47:48 -0500 (Tue, 31 Oct 2006)
New Revision: 5533
Modified:
branches/JBoss_Portal_Branch_2_4/wsrp/build.xml
Log:
commented wsrp test debugging as it should not be enabled by default
Modified: branches/JBoss_Portal_Branch_2_4/wsrp/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_4/wsrp/build.xml 2006-10-31 17:46:15 UTC (rev 5532)
+++ branches/JBoss_Portal_Branch_2_4/wsrp/build.xml 2006-10-31 17:47:48 UTC (rev 5533)
@@ -510,10 +510,12 @@
<!--<test name="org.jboss.portal.test.wsrp.v1.producer.RegistrationTestCase"/>-->
</x-test>
<x-sysproperty>
+<!--
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=NONE"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787"/>
+-->
<sysproperty key="test.root" value="${build.lib}"/>
</x-sysproperty>
<x-classpath>
@@ -535,10 +537,12 @@
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.consumer.ServiceDescriptionTestCase"/>
</x-test>
<x-sysproperty>
+<!--
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=NONE"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787"/>
+-->
<sysproperty key="test.root" value="${build.lib}"/>
</x-sysproperty>
<x-classpath>
@@ -559,10 +563,12 @@
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.deployment.DeploymentTestCase"/>
</x-test>
<x-sysproperty>
+<!--
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=NONE"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787"/>
+-->
<sysproperty key="test.root" value="${build.lib}"/>
</x-sysproperty>
<x-classpath>
More information about the jboss-svn-commits
mailing list