[jboss-cvs] JBoss Profiler SVN: r432 - trunk/jvmti-lib.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 10 23:42:36 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-03-10 23:42:36 -0400 (Mon, 10 Mar 2008)
New Revision: 432

Modified:
   trunk/jvmti-lib/
   trunk/jvmti-lib/build.xml
Log:
Property changes


Property changes on: trunk/jvmti-lib
___________________________________________________________________
Name: svn:ignore
   - build-aux
output
*.log
aclocal.m4
config.h
config.in
config.status
configure
libtool
Makefile
Makefile.in
stamp-h1
autom4te.cache

   + build-aux
output
*.data
*.log
aclocal.m4
config.h
config.in
config.status
configure
libtool
Makefile
Makefile.in
stamp-h1
autom4te.cache


Modified: trunk/jvmti-lib/build.xml
===================================================================
--- trunk/jvmti-lib/build.xml	2008-03-11 02:47:57 UTC (rev 431)
+++ trunk/jvmti-lib/build.xml	2008-03-11 03:42:36 UTC (rev 432)
@@ -28,6 +28,7 @@
 		
     <target name="test-native" depends="compile">
         <java classname="org.jboss.profiler.jvmtitest.JVMTITest" fork="true" classpathref="build.classpath">
+                <sysproperty key="java.library.path" value="./native-src/.libs" /> 
         	<jvmarg value="-agentlib:jbossAgent=test"/>
         </java>
     </target>




More information about the jboss-cvs-commits mailing list