kaz         02/03/05 08:59:21

  Modified:    xdocs    bootstrap.xml
  Log:
  Updated to reflect the new bootstrap process which is the best one yet!
  
  Revision  Changes    Path
  1.7       +15 -7     jakarta-turbine-maven/xdocs/bootstrap.xml
  
  Index: bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/bootstrap.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- bootstrap.xml     26 Feb 2002 18:26:14 -0000      1.6
  +++ bootstrap.xml     5 Mar 2002 16:59:21 -0000       1.7
  @@ -68,17 +68,25 @@
             resulting jar file to build Maven, run unit tests, generate
             documentation including  cross-references and source metrics.
             The bootstrapping process created <code>maven.jar</code> in
  -          your <code>${lib.repo}</code> directory.  It also created a <a
  -          href="build-file.html"><code>build.xml</code></a> file in
  -          the base directory as well as all of the supporting files
  -          required to build Maven.  If you want to build Maven using the
  -          build system that was generated, type the following:
  +          your <code>${lib.repo}</code> directory.  It also created a
  +          <a href="build-file.html">build system</a> in a directory
  +          called <code>maven</code> in the base directory.  To complete
  +          the building of maven using the build system that was
  +          generated, type the following:
           </p>
           <source><![CDATA[
  -  ant
  +  ant maven:update-jars
  +  ant maven:jar
           ]]></source>
           <p>
  -          Thats it! You have now built Maven with Maven!
  +          Thats it! You have now built Maven with Maven!  You can find
  +          the Maven jar file in the <code>target</code> directory.  Keep
  +          in mind that the <code>maven.jar</code> file in your
  +          <code>${lib.repo}</code> directory can only be used to
  +          bootstrap Maven.  It is not the full Maven distribution which
  +          was created in your <code>target</code> directory.
  +        </p>
  +        <p>
             Congratulations!  For more information on the generated build
             system, see the <a href="build-file.html">documentation</a>.
           </p>
  
  
  

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

Reply via email to