[jboss-cvs] JBoss Messaging SVN: r7042 - in trunk/examples: core/perf and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 15:08:43 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-26 15:08:42 -0400 (Tue, 26 May 2009)
New Revision: 7042

Modified:
   trunk/examples/common/config/ant.properties
   trunk/examples/core/perf/build.xml
Log:
Fix on AIO on perf-example

Modified: trunk/examples/common/config/ant.properties
===================================================================
--- trunk/examples/common/config/ant.properties	2009-05-26 18:49:30 UTC (rev 7041)
+++ trunk/examples/common/config/ant.properties	2009-05-26 19:08:42 UTC (rev 7042)
@@ -2,3 +2,4 @@
 logging.properties=${imported.basedir}/../../src/config/stand-alone/non-clustered/logging.properties
 jbm.jars.dir=${imported.basedir}/../../build/jars
 jars.dir=${imported.basedir}/../../thirdparty
+aio.library.path=${imported.basedir}/../../native/bin
\ No newline at end of file

Modified: trunk/examples/core/perf/build.xml
===================================================================
--- trunk/examples/core/perf/build.xml	2009-05-26 18:49:30 UTC (rev 7041)
+++ trunk/examples/core/perf/build.xml	2009-05-26 19:08:42 UTC (rev 7042)
@@ -65,7 +65,8 @@
       <java classname="org.jboss.common.example.SpawnedJBMServer" fork="true" resultproperty="example-result">
          <jvmarg value="-Xms2048M"/>
 		   <jvmarg value="-Xmx2048M"/>
-         <jvmarg value="-XX:+UseParallelGC"/>
+         <jvmarg value="-XX:+UseParallelGC"/> 
+      	 <sysproperty key="java.library.path" value="${java.library.path}${path.separator}${aio.library.path}"/>
          <jvmarg value="-XX:+AggressiveOpts"/>
 		   <jvmarg value="-XX:+UseFastAccessorMethods"/>         
          <arg line="jbm-jboss-beans.xml"/>




More information about the jboss-cvs-commits mailing list