[jboss-cvs] JBossCache/migration/examples/cacheloader-migration ...

Galder Zamarreno galder.zamarreno at jboss.com
Thu Apr 19 15:17:07 EDT 2007


  User: gzamarreno
  Date: 07/04/19 15:17:07

  Modified:    migration/examples/cacheloader-migration   build.xml
                        build.properties
  Log:
  [JBCACHE-964] cache loader migration example now works in linux as well
  
  Revision  Changes    Path
  1.2       +2 -2      JBossCache/migration/examples/cacheloader-migration/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/migration/examples/cacheloader-migration/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	7 Mar 2007 23:32:05 -0000	1.1
  +++ build.xml	19 Apr 2007 19:17:07 -0000	1.2
  @@ -69,7 +69,7 @@
   
         <java classname="examples.TransformStore" fork="yes">
            <jvmarg value="-Dcacheloader.type=jdbccl"/>
  -         <jvmarg value="-Dlog4j.configuration=file:/${basedir}/log4j-cache.xml"/>
  +         <jvmarg value="-Dlog4j.configuration=file:${basedir}/log4j-cache.xml"/>
            <classpath refid="lib.classpath"/>
            <classpath path="${build}"/>
         </java>
  @@ -82,7 +82,7 @@
   
         <java classname="examples.TransformStore" fork="yes">
            <jvmarg value="-Dcacheloader.type=fcl"/>
  -         <jvmarg value="-Dlog4j.configuration=file:/${basedir}/log4j-cache.xml"/>
  +         <jvmarg value="-Dlog4j.configuration=file:${basedir}/log4j-cache.xml"/>
            <classpath refid="lib.classpath"/>
            <classpath path="${build}"/>
         </java>
  
  
  
  1.2       +2 -2      JBossCache/migration/examples/cacheloader-migration/build.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/migration/examples/cacheloader-migration/build.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.properties	7 Mar 2007 23:32:05 -0000	1.1
  +++ build.properties	19 Apr 2007 19:17:07 -0000	1.2
  @@ -10,8 +10,8 @@
   
   # create directory structure
   #
  -cachehome=${basedir}/../..
  -cache.lib=${cachehome}/lib
  +cache.home=${basedir}/../..
  +cache.lib=${cache.home}/lib
   
   #Directory for Junit test result. Subdirectory html contains the result in html format.
   reports=${output}/reports
  
  
  



More information about the jboss-cvs-commits mailing list