[jboss-cvs] JBoss Messaging SVN: r4092 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 21 09:55:53 EDT 2008


Author: ataylor
Date: 2008-04-21 09:55:53 -0400 (Mon, 21 Apr 2008)
New Revision: 4092

Modified:
   trunk/build-messaging.xml
Log:
added sysproperty user.home to allow it to be changed

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-04-21 12:05:48 UTC (rev 4091)
+++ trunk/build-messaging.xml	2008-04-21 13:55:53 UTC (rev 4092)
@@ -575,6 +575,7 @@
              haltonfailure="${junit.haltonfailure}"
              showoutput="${junit.showoutput}"
              timeout="${junit.timeout}">
+         <sysproperty key="user.home" value="${user.home}"/>
 
          <jvmarg value="-Xmx1024M"/>
          <!--<jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>-->




More information about the jboss-cvs-commits mailing list