kaz 02/02/26 10:26:15
Modified: xdocs bootstrap.xml
Log:
Updated to reflect the new bootstrap process using the 'update-jars'
task that eric just added to build-bootstrap.xml.
Revision Changes Path
1.6 +10 -41 jakarta-turbine-maven/xdocs/bootstrap.xml
Index: bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/bootstrap.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bootstrap.xml 25 Feb 2002 21:41:28 -0000 1.5
+++ bootstrap.xml 26 Feb 2002 18:26:14 -0000 1.6
@@ -15,13 +15,12 @@
the necessary steps to successfully build Maven.
</p>
<p>
- For the impatient (assuming you have: <code>wget</code>
- installed, <code>$LIB_REPO</code> set in your shell environment,
- and <code>${lib.repo}</code> in your Ant build properties):
+ For the impatient (assuming you have <code>${lib.repo}</code> in
+ your Ant build properties):
</p>
<source><![CDATA[
- ./build-bootstrap-jars.sh
- ./build-bootstrap.sh
+ ant -f build-bootstrap.xml update-jars
+ ant -f build-bootstrap.xml
]]></source>
<p/>
<subsection name="Bootstrapping Maven">
@@ -49,48 +48,18 @@
<p>
You'll then need to download the dependencies for Maven before
you can start the bootstrapping process. This can be done
- automatically if your system has <code>wget</code> installed,
- or manually if it does not.
- </p>
- <p>
- To download the dependencies automatically, you must also set
- <code>$LIB_REPO</code> in your shell's environment to point to
- the same directory as your <code>${lib.repo}</code> property.
- Then, type the following to automatically download the
- required jars:
+ automatically. Type the following to automatically download
+ the required jars:
</p>
<source><![CDATA[
- ./build-bootstrap-jars.sh
+ ant -f build-bootstrap.xml update-jars
]]></source>
<p>
- If you do not have <code>wget</code> installed on your system,
- then you must download the dependencies by hand. These
- dependencies must be placed in your <code>${lib.repo}</code>
- directory. The following is a list of the dependencies that
- can be downloaded from <a href="http://jakarta.apache.org/turbine/jars">
- http://jakarta.apache.org/turbine/jars </a>:
- </p>
- <ul>
- <li>dom4j-1.1.jar</li>
- <li>commons-util-0.1-dev.jar</li>
- <li>commons-beanutils.jar</li>
- <li>commons-collections.jar</li>
- <li>commons-graph.jar</li>
- <li>log4j-1.1.3.jar</li>
- <li>stratum-0.1-dev.jar</li>
- <li>velocity-1.3-dev.jar</li>
- <li>bcel.jar</li>
- <li>oro.jar</li>
- <li>jakarta-regexp-1.2.jar</li>
- <li>genjar.jar</li>
- </ul>
- <p>
- After you've downloaded all of the dependencies (either
- automatically or manually), bootstrapping is very easy. Type
- the following:
+ After you've downloaded all of the dependencies, bootstrapping
+ is very easy. Type the following:
</p>
<source><![CDATA[
- ./build-bootstrap.sh
+ ant -f build-bootstrap.xml
]]></source>
</subsection>
<subsection name="Building Maven with Maven">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>