You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jk...@apache.org on 2002/11/05 23:54:25 UTC

cvs commit: jakarta-commons/cli README.txt

jkeyes      2002/11/05 14:54:25

  Modified:    cli      README.txt
  Log:
  update README for 1.0 release
  
  Revision  Changes    Path
  1.2       +19 -11    jakarta-commons/cli/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	10 Jun 2002 18:01:15 -0000	1.1
  +++ README.txt	5 Nov 2002 22:54:24 -0000	1.2
  @@ -3,31 +3,39 @@
   
   Welcome to the CLI component of the Jakarta Commons project.
   
  -This component requires the excellent Ant utility.  It can 
  -be found here :
  +The information in this file is relevant if you have
  +downloaded a CLI source distribution.
   
  -  http://jakarta.apache.org/ant/
  -
  -For testing the project, you will also need JUnit:
  +For testing the project, you will need JUnit (if you use
  +maven this will be automatically installed and configured
  +for you):
   
     http://www.junit.org/
   
  -CLI uses the new jakarta-turbine-maven system for producing
  -lovely metrics and such:
  +There are two ways to build CLI, either with ant or maven.
  +
  +Ant can be found here :
  +
  +  http://jakarta.apache.org/ant
  +
  +and to build and test the system use:
  +
  +  ant dist
  +
  +Maven can be found here :
   
     http://jakarta.apache.org/turbine/maven/
   
  -Once you have these three components installed and configured,
  -simple type:
  +and to build and test the system use:
   
  -	ant
  +  maven java:jar
   
   The system will build and test itself.
   
   For complete documentation and to create a local copy of the
   CLI project website, type:
   
  -	ant maven:site
  +  maven site
   
   Good luck!
   
  
  
  

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