brekke 2002/09/24 06:04:32 Modified: . README.txt Log: Albert Tumanov <[EMAIL PROTECTED]> pointed out the information about using maven to build was for an older version. Updated to reference the current way maven works. Revision Changes Path 1.3 +4 -5 jakarta-turbine-2/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-turbine-2/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README.txt 28 May 2002 19:35:40 -0000 1.2 +++ README.txt 24 Sep 2002 13:04:32 -0000 1.3 @@ -22,10 +22,9 @@ 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 'ant'. The default behavior is to compile, -run the unit tests, and build the jar. Some other useful targets: +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: -ant maven:iutest - run the cactus in-container tests -ant maven:docs - generate the documention +maven site:generate - generate the site documention -The Turbine Team
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
