Under installation it states: "Everything required to build Velocity
comes with the distribution".
Should be:
Pre-Requisites - If you have JDK Standard Edition installed you must
install the following optional modules from Sun:
Java Servlet Class files - 'servlet.jar' which needs to be placed in
your lib/ext directory. This jar file can be found at:
http://java.sun.com/products/servlet/download.html
The the Java API for XML parsing. The two jar files: parser.jar and
jaxp.jar need to be place in your classpath or placed in the lib/ext
directory. These files can be found at:
http://java.sun.com/xml/download.html
Both of these packages come standard with the Enterterprise Edition or
J2EE package and does not require the above files.
Everything else needed to build velocity is included.
Thanks Jim.