mpoeschl 2002/08/09 02:30:56
Modified: xdocs developer-guide.xml
Log:
upgrade build instructions
Revision Changes Path
1.9 +7 -6 jakarta-turbine-torque/xdocs/developer-guide.xml
Index: developer-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/xdocs/developer-guide.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- developer-guide.xml 3 Apr 2002 15:56:24 -0000 1.8
+++ developer-guide.xml 9 Aug 2002 09:30:55 -0000 1.9
@@ -41,13 +41,14 @@
Maven-enabled. Before you begin, you'll need to check out the
<code>jakarta-turbine-torque</code> CVS repository (if you are
not familiar with the Jakarta CVS repositories, please refer to
- the <a href="/site/cvsindex.html">documentation</a>).
+ the <a href="/site/cvsindex.html">documentation</a>).
</p>
<p>
- Please refer to the Maven <a
- href="http://jakarta.apache.org/turbine/maven/getting-started.html">Getting
- Started</a> document for instructions on how to build the
- project usnig Maven.
+ <code>maven -p project-b5.xml java:jar</code> builds the jar. <br/>
+ Please refer to the Maven
+ <a href="http://jakarta.apache.org/turbine/maven/getting-started.html">
+ Getting Started</a> document for instructions on how to build the
+ project using Maven.
</p>
</section>
@@ -67,7 +68,7 @@
</p>
<source><![CDATA[
- ant test
+ maven -p project-b5.xml runtime:test
]]></source>
<p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>