[Clirr-devel] CVS: clirr/core/xdocs runcli.xml,1.2,1.3
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-09-05 13:00:30
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14780/core/xdocs Modified Files: runcli.xml Log Message: there is no separate uberjar download avoid hardcoded version that doesn't exist yet Index: runcli.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/runcli.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- runcli.xml 15 Aug 2004 11:06:11 -0000 1.2 +++ runcli.xml 5 Sep 2004 13:00:21 -0000 1.3 @@ -8,12 +8,12 @@ <body> <section name="Running Clirr from the Command Line"> <p> - Clirr provides an "uberjar" download, which bundles all the + Clirr provides an "uberjar", which bundles all the necessary code, including all required libraries, into a single executable jar file. Clirr can then be run from a commandline via the command: <code> - java -jar clirr-core-1.0-uber.jar + java -jar clirr-core-@VERSION@-uber.jar </code> Running clirr with no command-line arguments will display the available options. |