kaz 02/02/24 12:19:00
Modified: xdocs bootstrap.xml
Log:
Updated to reflect that the build system is generated in the base
directory instead of the 'work' directory.
Revision Changes Path
1.3 +5 -5 jakarta-turbine-maven/xdocs/bootstrap.xml
Index: bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/bootstrap.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bootstrap.xml 23 Feb 2002 17:15:48 -0000 1.2
+++ bootstrap.xml 24 Feb 2002 20:19:00 -0000 1.3
@@ -15,11 +15,10 @@
the necessary steps to successfully build Maven.
</p>
<p>
- For the impatient:
+ For the impatient (assuming you have the required jars):
</p>
<source><![CDATA[
ant -buildfile build-bootstrap.xml
- cd work
ant
]]></source>
<subsection name="Bootstrapping Maven">
@@ -65,9 +64,10 @@
resulting jar file to build Maven. The bootstrapping process
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:
+ <code>build.xml</code> file in the base directory as well as
+ all of the supporting files required to build Maven. To
+ complete the build process, type the following in the base
+ directory:
</p>
<source><![CDATA[
ant
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>