geirm 01/08/08 03:55:39
Modified: jjar README.txt
Log:
Update to note the 'dependency-only' fetch feature. Useful for build tools
when you want to fetch the dependencies of something from the repository
in order to build it.
Revision Changes Path
1.3 +11 -4 jakarta-commons-sandbox/jjar/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jjar/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 2001/08/07 19:50:06 1.2
+++ README.txt 2001/08/08 10:55:39 1.3
@@ -59,8 +59,15 @@
-nd = 'no dependencies'
w/o -j, will go to 'default name'
w/o -v, will get 'default' version
+
+ fetch only the dependencies of package
+ --------------------------------------------------
+ java -jar jjar.jar fetch -od -p <package> [-v <version>]
+
+ -od = 'only dependencies'
+ w/o -v, will get 'default' version
- fetch a specific package/version and deps, don't if they exist already
+ fetch a specific package/version and deps, don't if they exist already
------------------------------------------------------------------------
java -jar jjar.jar fetch -nd -vi -p <package> [-v <version>] [-j
<outputjarname>]
@@ -69,9 +76,9 @@
w/o -j, will go to 'default name'
w/o -v, will get 'default' version
- fetch (any above) and specify local directory
- ----------------------------------------------
- java -jar jjar.jar fetch -d <directory> -p <package>
+ fetch (any above) and specify local directory
+ ----------------------------------------------
+ java -jar jjar.jar fetch -d <directory> -p <package>
will add a -r to specify non-default repository next