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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 5 21:21:12 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-05-05 21:21:12 -0400 (Mon, 05 May 2008)
New Revision: 4145

Modified:
   trunk/build-messaging.xml
Log:
Fixing library path for native AIO

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-05-05 23:28:54 UTC (rev 4144)
+++ trunk/build-messaging.xml	2008-05-06 01:21:12 UTC (rev 4145)
@@ -588,7 +588,7 @@
              showoutput="${junit.showoutput}"
              timeout="${junit.timeout}" >
          <sysproperty key="user.home" value="${user.home}"/>
-         <jvmarg value="-Djava.library.path=native/src/bin"/>
+         <jvmarg value="-Djava.library.path=native/bin"/>
          <jvmarg value="-Xmx1024M"/>
          <!--<jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>-->
          <!--<jvmarg value="-ea"/>-->
@@ -623,7 +623,7 @@
              timeout="${junit.timeout}">
 
          <jvmarg value="-Xmx1024M"/>
-         <jvmarg value="-Djava.library.path=native/src/bin"/>
+         <jvmarg value="-Djava.library.path=native/bin"/>
          <!--<jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>-->
          <!--<jvmarg value="-ea"/>-->
          <sysproperty key="jbm.remoting.disable.invm" value="${disable.invm}"/>




More information about the jboss-cvs-commits mailing list