[jboss-cvs] JBossCache/examples/PojoCache/non-annotated ...

Ben Wang bwang at jboss.com
Fri Jan 5 22:51:00 EST 2007


  User: bwang   
  Date: 07/01/05 22:51:00

  Modified:    examples/PojoCache/non-annotated   build.xml readme.txt
  Log:
  upd
  
  Revision  Changes    Path
  1.5       +2 -14     JBossCache/examples/PojoCache/non-annotated/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/non-annotated/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.xml	30 Dec 2006 17:49:53 -0000	1.4
  +++ build.xml	6 Jan 2007 03:51:00 -0000	1.5
  @@ -29,8 +29,7 @@
         <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.aop.example -- run aop examples with annoc and aopc pre-compiler"/>
  -      <echo message="         run.aop.demo  -- run demo gui for aop cache"/>
  +      <echo message="         run.compiletime.example -- run examples with aopc pre-compiler"/>
      </target>
   
      <!-- set up directory -->
  @@ -67,7 +66,7 @@
         </copy>
      </target>
   
  -   <target name="run.aop.example" depends="compile, aopc" description="run standalone server replicator.">
  +   <target name="run.compiletime.example" depends="compile, aopc" description="run standalone server replicator.">
         <java classname="test.examples.StudentMaintTest" fork="yes">
            <classpath refid="lib.classpath"/>
            <classpath path="${build}"/>
  @@ -75,15 +74,4 @@
         </java>
      </target>
   
  -   <target name="run.aop.demo" depends="compile" description="run JBoss Cache demo.">
  -      <java classname="org.jboss.cache.aop.TreeCacheAopView" fork="yes">
  -         <jvmarg value="-Xmx128M"/>
  -         <classpath refid="lib.classpath"/>
  -         <sysproperty key="log4j.configuration" value="file:${output}/etc/log4j.xml"/>
  -         <classpath path="${output}/etc"/>
  -         <classpath path="${build}"/>
  -      </java>
  -   </target>
  -
  -
   </project>
  
  
  
  1.3       +1 -1      JBossCache/examples/PojoCache/non-annotated/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/non-annotated/readme.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- readme.txt	24 Sep 2006 09:25:53 -0000	1.2
  +++ readme.txt	6 Jan 2007 03:51:00 -0000	1.3
  @@ -29,7 +29,7 @@
   2. Run "build.bat aopc" to instrument the domain model classes. This
   target depends on "compile", 
   
  -3. Run "build.bat run.aop.example" to run the example.  This target
  +3. Run "build.bat run.compiletime.example" to run the example.  This target
   depends on "aopc", so calling it will cause "compile" and "aopc" to 
   run as well.
   
  
  
  



More information about the jboss-cvs-commits mailing list