[jboss-cvs] JBossCache/examples/PojoCache/loadtime ...
Jason Thomas Greene
jgreene at jboss.com
Thu Aug 2 02:52:00 EDT 2007
User: jgreene
Date: 07/08/02 02:52:00
Modified: examples/PojoCache/loadtime build.properties build.xml
Log:
fix examples
Revision Changes Path
1.5 +1 -0 JBossCache/examples/PojoCache/loadtime/build.properties
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.properties
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/loadtime/build.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- build.properties 21 Nov 2006 14:39:34 -0000 1.4
+++ build.properties 2 Aug 2007 06:52:00 -0000 1.5
@@ -20,3 +20,4 @@
#Directory for Junit test result. Subdirectory html contains the result in html format.
reports=${output}/reports
+bind.address=localhost
1.7 +2 -5 JBossCache/examples/PojoCache/loadtime/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/loadtime/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- build.xml 6 Jan 2007 03:51:00 -0000 1.6
+++ build.xml 2 Aug 2007 06:52:00 -0000 1.7
@@ -78,12 +78,9 @@
<target name="run.loadtime.example" depends="compile" description="run standalone server replicator.">
<java classname="test.examples.StudentMaintTest" fork="yes">
-
- <!-- Use jboss aop specific class loader -->
<jvmarg value="-javaagent:${lib}/jboss-aop-jdk50.jar"/>
-
- <!-- Alternatively aop will find META-INF/pojocache-aop.xml automatically -->
- <jvmarg value="-Djboss.aop.path=${resources}/pojocache-aop.xml;${output}/etc/user-aop.xml"/>
+ <jvmarg value="-Djboss.aop.path=${resources}/pojocache-aop.xml"/>
+ <jvmarg value="-Dbind.address=${bind.address}"/>
<classpath refid="lib.classpath"/>
<classpath path="${build}"/>
More information about the jboss-cvs-commits
mailing list