[jboss-cvs] JBoss Messaging SVN: r7046 - trunk/examples/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 16:56:09 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-26 16:56:08 -0400 (Tue, 26 May 2009)
New Revision: 7046

Modified:
   trunk/examples/common/build.xml
Log:
Fixing library-path on examples

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2009-05-26 20:19:21 UTC (rev 7045)
+++ trunk/examples/common/build.xml	2009-05-26 20:56:08 UTC (rev 7046)
@@ -149,6 +149,7 @@
          <!--<jvmarg line="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/>-->
          <jvmarg value="-Djbm.example.server.classpath=${serverclasspath}"/>
          <arg line="${jbm.example.beans.file}"/>
+     	 <sysproperty key="java.library.path" value="${java.library.path}${path.separator}${aio.library.path}"/>
          <classpath refid="client.classpath"/>
       </java>
       <!-- if the example exited with a result value != 0, we fail the build -->




More information about the jboss-cvs-commits mailing list