****************************** Building Jetspeed *******************************
In order to build Jetspeed from CVS you will need the following:
- Ant (ant.jar) from > Jul 16/2000
- JSDK 2.2 (Servlet API 2.2 from Tomcat)
- All .jar files from ./lib in your classpath.
- Possibly jikes from http://www10.software.ibm.com/developerworks/opensource/jikes/
You can tell Ant (the build tool used for Jetspeed to use javac by changing:
- If you don't want to use jikes you can just use the classic compiler (see above) but you need to
put tools.jar (JAVA_HOME/lib/tools.jar) in your CLASSPATH