[jbosscache-commits] JBoss Cache SVN: r4288 - in cacheloader_migration/trunk: src/examples/misc and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Aug 15 06:48:03 EDT 2007


Author: manik.surtani at jboss.com
Date: 2007-08-15 06:48:03 -0400 (Wed, 15 Aug 2007)
New Revision: 4288

Modified:
   cacheloader_migration/trunk/assembly.xml
   cacheloader_migration/trunk/src/examples/misc/readme.txt
Log:
Fixed assembly paths and readme doc

Modified: cacheloader_migration/trunk/assembly.xml
===================================================================
--- cacheloader_migration/trunk/assembly.xml	2007-08-15 10:43:05 UTC (rev 4287)
+++ cacheloader_migration/trunk/assembly.xml	2007-08-15 10:48:03 UTC (rev 4288)
@@ -20,7 +20,19 @@
 
       <!-- examples -->
       <fileSet>
-         <directory>src/examples</directory>
+         <directory>src/examples/java</directory>
+         <outputDirectory>examples/src</outputDirectory>
+      </fileSet>
+      <fileSet>
+         <directory>src/examples/resources</directory>
+         <outputDirectory>examples/resources</outputDirectory>
+      </fileSet>
+      <fileSet>
+         <directory>src/examples/data</directory>
+         <outputDirectory>examples/data</outputDirectory>
+      </fileSet>
+      <fileSet>
+         <directory>src/examples/misc</directory>
          <outputDirectory>examples</outputDirectory>
       </fileSet>
 

Modified: cacheloader_migration/trunk/src/examples/misc/readme.txt
===================================================================
--- cacheloader_migration/trunk/src/examples/misc/readme.txt	2007-08-15 10:43:05 UTC (rev 4287)
+++ cacheloader_migration/trunk/src/examples/misc/readme.txt	2007-08-15 10:48:03 UTC (rev 4288)
@@ -2,6 +2,8 @@
 stores generated with JBoss Cache 1.x to a format that it's readable by JBossCache
 2.x.
 
+NB: Ant >= 1.6.0 is required for this example.
+
 Both of the examples rely on zipped cache stores containing the following structure
 stored in it:
 
@@ -31,9 +33,9 @@
 transformed node and prints out its details.
 
 To run the JDBC cache store version:
-- Run "build.bat/sh run.jdbccacheloader.example". It first unzips data/jbossdb-1x.zip into the
+- Run "ant run.jdbccacheloader.example". It first unzips data/jbossdb-1x.zip into the
 current directory and uses this generated DB (Apache Derby) as store for the example.
 
-- Run "build.bat/sh run.filecacheloader.example". It first unzips data/filecacheloader-1x.zip
+- Run "ant run.filecacheloader.example". It first unzips data/filecacheloader-1x.zip
 into the /tmp directory (C:\tmp in Windows) and uses this generated file store for the
 example.
\ No newline at end of file




More information about the jbosscache-commits mailing list