You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/11/07 09:28:09 UTC

cvs commit: jakarta-commons/betwixt README.txt

jstrachan    2002/11/07 00:28:09

  Modified:    betwixt  README.txt
  Log:
  brought the readme up to date with the latest build instructions
  
  Revision  Changes    Path
  1.2       +8 -9      jakarta-commons/betwixt/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	10 Jun 2002 17:53:32 -0000	1.1
  +++ README.txt	7 Nov 2002 08:28:08 -0000	1.2
  @@ -6,15 +6,15 @@
   
   The Betwixt build process is now Mavenized!
   
  -For those who haven't heard of Maven, it's an ant-based
  -unified project build processor. See
  +For those who haven't heard of Maven, its a unified 
  +project build processor. See
   
   	http://jakarta.apache.org/turbine/maven/ 
   
   for the Maven project documentation. This means that you
  -now need to download and install Maven (as well as Ant
  -and JUnit) if you want to build Betwixt. Full details of 
  -how this can be done can be found on the Maven site.
  +now need to download and install Maven if you want to 
  +build Betwixt. Full details of  how this can be done can 
  +be found on the Maven site.
   
   Maven downloads all neccessary dependencies for you
   - so you don't need to worry about that any more!
  @@ -22,12 +22,12 @@
   Maven uses a set of standard build commands. Here's a 
   couple to get you started:
   
  -	robert% ant
  +	robert% maven
   
  -this executes 'maven:jar' which compiles the source, 
  +this executes 'java:jar' which compiles the source, 
   runs the unit tests and creates a jar.
   
  -	robert% ant maven:dist-build
  +	robert% maven dist:build
   
   creates a distribution (including documentation) from
   the current source as well as doing everything that 
  @@ -40,4 +40,3 @@
   Note: 
   	Maven creates the documentation in 
   betwixt/target/docs rather than betwixt/dist/docs.
  -
  
  
  

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