kschrader 02/03/15 07:50:41
Modified: xdocs bootstrap.xml
Log:
Adding a note about needing JUnit in your ant_home/lib directory
Revision Changes Path
1.10 +8 -0 jakarta-turbine-maven/xdocs/bootstrap.xml
Index: bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/bootstrap.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bootstrap.xml 15 Mar 2002 01:39:32 -0000 1.9
+++ bootstrap.xml 15 Mar 2002 15:50:41 -0000 1.10
@@ -96,6 +96,14 @@
was created in your <code>target</code> directory.
</p>
<p>
+ <b>Note:</b> If your Maven build fails at this point then you
+ may need to add a copy of junit.jar to your
+ <code>${ant.home}/lib</code> directory. This is a known
+ problem that is currently being worked on, but for now you
+ can download a copy of the JUnit jar from
+ <a href="http://jakarta.apache.org/turbine/jars">here.</a>
+ </p>
+ <p>
Congratulations! For more information on the generated build
system, see the <a href="build-file.html">documentation</a>.
</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>