jvanzyl     2004/02/11 18:57:13

  Modified:    maven-core README.txt
  Log:
  
  
  Revision  Changes    Path
  1.2       +26 -7     maven-components/maven-core/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt        6 Feb 2004 23:27:40 -0000       1.1
  +++ README.txt        12 Feb 2004 02:57:13 -0000      1.2
  @@ -1,11 +1,30 @@
  -Danger Will Robinson!
  +Bootstrapping Instructions
  +--------------------------
   
  -Unless you are brave, go away.
  +1. Make sure you have checked out the entire maven-components module.
  +2. Build and install mboot.
  +   
  +   cd maven-boot
  +   ./build
  +   cd target
  +   ./mboot-install.sh
   
  -This code is not for the randomly curious. 
  +3. Build and install maven-model.
   
  -If you ask how to build it you will be summarily thrown down 
  -a deep well and no sandwiches will be thrown down after you.
  +   cd maven-model
  +   mboot --install
   
  -Unless you are really, really, really, really interested in
  -learning about what Maven will be go away.
  +4. Build and install maven-model-xpp3.
  +
  +   cd maven-model-xpp3
  +   mboot --install
  +   
  +5. Build and install maven-project.
  +   
  +   cd maven-project
  +   mboot --install
  +   
  +6. Bootstrap the maven-core component which will give you a small distribution.
  +
  +   cd maven-core
  +   ./bootstrap
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to