kaz 02/04/13 08:21:55
Modified: xdocs bootstrap.xml download.xml
Log:
Updated the bootstrap document to reflect the changes that were made to
the Maven bootstrap. Also updated the download page to indicate that
further explanation of the ant properties will come later.
Revision Changes Path
1.17 +8 -16 jakarta-turbine-maven/xdocs/bootstrap.xml
Index: bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/bootstrap.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- bootstrap.xml 7 Apr 2002 22:58:07 -0000 1.16
+++ bootstrap.xml 13 Apr 2002 15:21:55 -0000 1.17
@@ -140,27 +140,19 @@
</p>
<source><![CDATA[
ant -f build-bootstrap.xml generate-build
+ant -f build-bootstrap.xml install
]]></source>
<p>
The resulting JAR file can then be used by the bootstrap
- process to build the complete Maven JAR. The first step of
- any Maven build (bootstrap or not) is to update the JAR files
- required for the project (note this downloads all of the JARs
- required to build Maven, the first update-jars only downloaded
- the ones need to create the bootstrap JAR). These JARs are
- stored in <code>${lib.repo}</code>. Type the following:
- </p>
- <source><![CDATA[
-ant maven:update-jars
- ]]></source>
- <p>
- After the required JARs have been downloaded, the bootstrap
- process can then invoke the standard Maven build target to
- build the complete Maven JAR which is deposited in
- <code>${basedir}/target</code>. All unit tests are run when
- this JAR is created. You can manually do this by typing:
+ process to build the complete Maven JAR. After the JAR has
+ been generated, the bootstrap process can then invoke the
+ standard Maven build target to build the complete Maven JAR
+ which is deposited in <code>${basedir}/target</code>. All
+ unit tests are run when this JAR is created. You can manually
+ do this by typing:
</p>
<source><![CDATA[
+ant maven:clean
ant maven:jar
]]></source>
<p>
1.4 +4 -2 jakarta-turbine-maven/xdocs/download.xml
Index: download.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/download.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- download.xml 11 Apr 2002 15:56:06 -0000 1.3
+++ download.xml 13 Apr 2002 15:21:55 -0000 1.4
@@ -13,8 +13,10 @@
will setup a <code>${maven.home}</code> directory containing all
of the resources (stylesheets, build files, images) required to
use Maven. It will also install any JARs that Maven requires in
- your <code>${lib.repo}</code> directory. There are several
- versions of the installer depending on your operating platform.
+ your <code>${lib.repo}</code> directory. These Ant properties are
+ discussed in more detail during the <a href="install.html">installation</a>
+ process. There are several versions of the installer to choose
+ from depending on your operating platform.
</p>
<table>