Author: hardy.ferentschik
Date: 2009-07-28 05:51:03 -0400 (Tue, 28 Jul 2009)
New Revision: 17210
Modified:
validator/trunk/hibernate-validator-tck-runner/pom.xml
Log:
fixed the debug profile
Modified: validator/trunk/hibernate-validator-tck-runner/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-07-27 17:25:05 UTC (rev
17209)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-07-28 09:51:03 UTC (rev
17210)
@@ -46,6 +46,7 @@
<properties>
<jboss.home>/opt/java/jboss-5</jboss.home>
<validation.provider>org.hibernate.validation.HibernateValidationProvider</validation.provider>
+ <remote.debug/>
</properties>
<build>
@@ -131,6 +132,19 @@
</build>
<profiles>
<profile>
+ <id>incontainer-debug</id>
+ <activation>
+ <property>
+ <name>debug</name>
+ </property>
+ </activation>
+ <properties>
+ <remote.debug>-Xnoagent -Djava.compiler=NONE -Xdebug
+ -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
+ </remote.debug>
+ </properties>
+ </profile>
+ <profile>
<id>incontainer</id>
<activation>
<property>
@@ -162,7 +176,7 @@
<property>
<name>org.jboss.testharness.container.javaOpts</name>
<value>-Xms128m -Xmx384m -XX:MaxPermSize=128m
-Dorg.jboss.resolver.warning=true
- -Dvalidation.provider=${validation.provider}
+ -Dvalidation.provider=${validation.provider}
${remote.debug}
</value>
</property>
<property>
@@ -188,17 +202,6 @@
</build>
</profile>
<profile>
- <id>incontainer-debug</id>
- <activation>
- <property>
- <name>incontainer-debug</name>
- </property>
- </activation>
- <properties>
- <remote.debug>-Xnoagent -Djava.compiler=NONE -Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</remote.debug>
- </properties>
- </profile>
- <profile>
<id>write-artifacts-to-disk</id>
<activation>
<property>
Show replies by date