kaz         02/02/23 09:15:48

  Modified:    xdocs    bootstrap.xml
  Log:
  Minor change between yesterday and this morning.
  
  Revision  Changes    Path
  1.2       +9 -7      jakarta-turbine-maven/xdocs/bootstrap.xml
  
  Index: bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/bootstrap.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bootstrap.xml     23 Feb 2002 05:17:01 -0000      1.1
  +++ bootstrap.xml     23 Feb 2002 17:15:48 -0000      1.2
  @@ -20,7 +20,6 @@
         <source><![CDATA[
     ant -buildfile build-bootstrap.xml  
     cd work
  -  cp maven.jar ${lib.repo}
     ant
         ]]></source>
         <subsection name="Bootstrapping Maven">
  @@ -64,16 +63,19 @@
           <p>
             Now that you have successfully bootstrapped, you can use the
             resulting jar file to build Maven.  The bootstrapping process
  -          created a <code>work</code> directory in your base directory.
  -          In that directory is the bootstrapped Maven jar.  You
  -          <b>must</b> copy this jar to your <code>${lib.repo}</code>
  -          directory before proceeding.  Finally, to build Maven, change
  -          to the <code>work</code> directory (if not already there), and
  -          type:
  +          created <code>maven.jar</code> in your
  +          <code>${lib.repo}</code> directory.  It also created a
  +          <code>work</code> directory which is where you'll build Maven.
  +          Change to the <code>work</code> directory (if not already
  +          there), and type:
           </p>
           <source><![CDATA[
     ant
           ]]></source>
  +        <p>
  +          Thats it! You have now built Maven with Maven!
  +          Congratulations!
  +        </p>
         </subsection>
       </section>
     </body>
  
  
  

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

Reply via email to