[jboss-cvs] JBossCache/examples/PojoCache/passivation ...

Jason Thomas Greene jgreene at jboss.com
Thu Aug 2 02:52:01 EDT 2007


  User: jgreene 
  Date: 07/08/02 02:52:01

  Modified:    examples/PojoCache/passivation   build.properties build.xml
  Log:
  fix examples
  
  Revision  Changes    Path
  1.2       +2 -0      JBossCache/examples/PojoCache/passivation/build.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/passivation/build.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.properties	7 Nov 2006 04:26:51 -0000	1.1
  +++ build.properties	2 Aug 2007 06:52:01 -0000	1.2
  @@ -18,3 +18,5 @@
   
   #Directory for Junit test result. Subdirectory html contains the result in html format.
   reports=${output}/reports
  +
  +bind.address=localhost
  
  
  
  1.4       +3 -0      JBossCache/examples/PojoCache/passivation/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/passivation/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	6 Jan 2007 03:51:00 -0000	1.3
  +++ build.xml	2 Aug 2007 06:52:01 -0000	1.4
  @@ -38,6 +38,7 @@
         <echo message="         compile       -- compile the examples code"/>
         <echo message="         clobber       -- clean up the whole directory"/>
         <echo message="         run.compiletime.example -- run examples with aopc pre-compiler"/>
  +      <echo message="         run.loadtime.example -- run examples"/>
      </target>
   
      <!-- set up directory -->
  @@ -78,6 +79,7 @@
         <java classname="test.examples.StudentMaintTest" fork="yes">
            <jvmarg value="-Djboss.aop.path=${cache_home}/resources/pojocache-aop.xml"/>
            <jvmarg value="-javaagent:${cache_lib}/jboss-aop-jdk50.jar"/>
  +         <jvmarg value="-Dbind.address=${bind.address}"/>
            <classpath refid="lib.classpath"/>
            <classpath path="${output}/etc"/>
            <classpath path="${build}"/>
  @@ -86,6 +88,7 @@
   
      <target name="run.compiletime.example" depends="compile, aopc" description="run standalone server replicator.">
         <java classname="test.examples.StudentMaintTest" fork="yes">
  +         <jvmarg value="-Dbind.address=${bind.address}"/>
            <classpath refid="lib.classpath"/>
            <classpath path="${build}"/>
            <classpath path="${output}/etc"/>
  
  
  



More information about the jboss-cvs-commits mailing list