[hibernate-commits] Hibernate SVN: r10388 - trunk/Hibernate3

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Aug 31 11:22:07 EDT 2006


Author: scottmarlownovell
Date: 2006-08-31 11:22:07 -0400 (Thu, 31 Aug 2006)
New Revision: 10388

Modified:
   trunk/Hibernate3/build.xml
Log:
added remote debugger option for running a single test case.  The option
is commented out, you need to remove the comment to use it.


Modified: trunk/Hibernate3/build.xml
===================================================================
--- trunk/Hibernate3/build.xml	2006-08-31 14:22:05 UTC (rev 10387)
+++ trunk/Hibernate3/build.xml	2006-08-31 15:22:07 UTC (rev 10388)
@@ -360,8 +360,14 @@
                 <pathelement path="${dir.out.test-classes}"/>
                 <pathelement path="${dir.props}"/>
 				<pathelement path="${jar.driver}"/>
-				<pathelement path="${jar.clover}"/>
-			</classpath>
+                <pathelement path="${jar.clover}"/>
+            </classpath>
+            <!-- support for JDWP debug 
+            <jvmarg value="-Xdebug"/>
+            <jvmarg value="-Xnoagent"/>
+            <jvmarg value="-Djava.compiler=NONE"/>
+            <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=localhost:5005"/>
+            -->
 			<formatter type="plain"/>
 			<formatter type="xml"/>
 			<test fork="yes" todir="${dir.out.junit}" haltonfailure="no" name="${testname}"/>




More information about the hibernate-commits mailing list