You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by we...@apache.org on 2002/06/03 19:44:55 UTC

cvs commit: jakarta-commons-sandbox/cli README.txt

werken      2002/06/03 10:44:54

  Modified:    cli      README.txt
  Log:
  Updating README.txt
  
  Thanks Henri Yandell for pointing this out.
  
  Revision  Changes    Path
  1.3       +15 -22    jakarta-commons-sandbox/cli/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cli/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	17 May 2002 15:11:58 -0000	1.2
  +++ README.txt	3 Jun 2002 17:44:54 -0000	1.3
  @@ -1,41 +1,34 @@
  -Jakarta Commons Cli
  +Jakarta Commons CLI
   ===================
   
  -Welcome to the Cli component of the Jakarta Commons
  -project.
  +Welcome to the CLI component of the Jakarta Commons project.
   
   This component requires the excellent Ant utility.  It can 
   be found here :
   
     http://jakarta.apache.org/ant/
   
  -For testing the project, you will also need JUnit :
  +For testing the project, you will also need JUnit:
   
     http://www.junit.org/
   
  -To let the test process find JUnit, you may make a 
  -copy of the build.properties.sample file, rename to
  -build.properties,  and modify to reflect
  -the location of the junit.jar on your computer.
  +CLI uses the new jakarta-turbine-maven system for producing
  +lovely metrics and such:
   
  -Once you have Ant propertly installed, and the
  -build.properties file correctly reflects the location
  -of your junit.jar, you are ready to build and test.
  +  http://jakarta.apache.org/turbine/maven/
   
  -To compile and test the component :
  +Once you have these three components installed and configured,
  +simple type:
   
  -$ ant test
  +	ant
   
  -To build a jar :
  +The system will build and test itself.
   
  -$ ant dist-jar
  +For complete documentation and to create a local copy of the
  +CLI project website, type:
   
  -To build the API documentation :
  -
  -$ ant doc
  -
  -To build the jar and API doc at once :
  -
  -$ ant dist
  +	ant maven:site
   
  +Good luck!
   
  +-The CLI Team
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>