kaz 02/03/17 21:11:58
Modified: xdocs bootstrap.xml
Log:
More documentation changes to more accurately describe whats going on.
Revision Changes Path
1.11 +14 -10 jakarta-turbine-maven/xdocs/bootstrap.xml
Index: bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/bootstrap.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bootstrap.xml 15 Mar 2002 15:50:41 -0000 1.10
+++ bootstrap.xml 18 Mar 2002 05:11:58 -0000 1.11
@@ -77,10 +77,11 @@
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">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
+ your <code>${lib.repo}</code> directory. It also created a <a
+ href="build-file.html">build system</a> in
+ <code>${maven.home}</code> (if it was not defined, you'll find
+ a <code>maven</code> directory in your home directory). To
+ complete the building of maven using the build system that was
generated, type the following:
</p>
<source><![CDATA[
@@ -88,12 +89,15 @@
ant maven:jar
]]></source>
<p>
- 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.
+ Thats it! You have now built Maven with Maven (and partially
+ installed 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. To complete the installation
+ of Maven, you should replace the jar in
+ <code>${lib.repo}</code> with the one in <code>target</code>.
</p>
<p>
<b>Note:</b> If your Maven build fails at this point then you
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>