quintonm 2003/01/20 18:03:36
Modified: . README.txt
Log:
Added note about needing to install the Torque plugin before you can build Turbine
Revision Changes Path
1.4 +6 -2 jakarta-turbine-2/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.txt 24 Sep 2002 13:04:32 -0000 1.3
+++ README.txt 21 Jan 2003 02:03:36 -0000 1.4
@@ -19,12 +19,16 @@
files reside.
src/ This is where all of the source code to Turbine lives.
-In order to get started with Turbine, you must build it first.
+In order to get started with Turbine, you must build it first.
Turbine uses Maven for its build environment. You can find installation
information about Maven online at http://jakarta.apache.org/turbine/maven.
Once Maven has been installed, just type 'maven'. The default behavior is to
compile,
run the unit tests, and build the jar. Some other useful goals:
maven site:generate - generate the site documention
+
+Note: Before you can build Turbine, you must have the Torque plugin installed.
+Instructions on how to do this can be found at
+http://jakarta.apache.org/turbine/torque/maven-howto.html
-The Turbine Team
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>