geirm 01/06/20 13:15:51
Modified: . README.txt
Log:
Remove references to build scripts
Revision Changes Path
1.7 +8 -8 jakarta-velocity/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-velocity/README.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README.txt 2001/04/09 06:49:58 1.6
+++ README.txt 2001/06/20 20:15:50 1.7
@@ -35,19 +35,19 @@
the Velocity jar in the top level directory.
Building Velocity is easy. All components necessary to build Velocity are
-included, except for the Java 2 SDK.
+included, except for the Java 2 SDK and the fabulous Ant build tool
+from the Jakarta project.
-To build Velocity, change directory into the build/ directory and
-execute the platform-specific build script.
+http://jakarta.apache.org/ant/
-Unix:
-./build.sh
+To build Velocity's jar, change directory into the build/ directory and
+simply type :
-Win32:
-build.bat
+ant jar
This will create a bin/ directory containing the Velocity .jar file. Be
-sure to update your classpath to include Velocity's .jar file.
+sure to update your classpath to include Velocity's .jar file, or when using a
+modern servlet container, put it in the WEB-INF/lib directory.
TRYING THE EXAMPLES
-------------------