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

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/annotated50   build.properties build.xml
  Log:
  fix examples
  
  Revision  Changes    Path
  1.4       +1 -0      JBossCache/examples/PojoCache/annotated50/build.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/annotated50/build.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.properties	24 Sep 2006 09:25:52 -0000	1.3
  +++ build.properties	2 Aug 2007 06:52:00 -0000	1.4
  @@ -15,6 +15,7 @@
   build=${output}/classes
   cache_home=${basedir}/../../..
   cache_lib=${cache_home}/lib
  +bind.address=localhost
   
   #Directory for Junit test result. Subdirectory html contains the result in html format.
   reports=${output}/reports
  
  
  
  1.8       +4 -3      JBossCache/examples/PojoCache/annotated50/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/annotated50/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	6 Jan 2007 03:51:00 -0000	1.7
  +++ build.xml	2 Aug 2007 06:52:00 -0000	1.8
  @@ -37,7 +37,8 @@
         <echo message="build.sh &lt;command&gt; where command is:"/>
         <echo message="         compile       -- compile the examples code"/>
         <echo message="         clobber       -- clean up the whole directory"/>
  -      <echo message="         run.compiletime.example -- run examples with annoc and aopc pre-compiler"/>
  +      <echo message="         run.compiletime.example -- run examples with aopc pre-compiler"/>
  +      <echo message="         run.loadtime.example -- run example"/>
      </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,12 +88,11 @@
   
      <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"/>
         </java>
      </target>
   
  -
  -
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list