head     1.1;
branch   1.1.1;
access   ;
symbols  V0_1:1.1.1.1 ICAL_INIT:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2000.07.18.04.26.26;  author jeffp;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2000.07.18.04.26.26;  author jeffp;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@
****************************** Building Jetspeed *******************************

In order to build Jetspeed from CVS you will need the following:

- 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:

  <property name="build.compiler" value="jikes"/>  <!-- Use Jikes because it is 10X faster than javac -->

  <property name="build.compiler" value="classic"/>  <!-- Use the javac SUN compiler with your JDK -->

- 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
@


1.1.1.1
log
@iCalendar 0.1 pre-release
@
text
@@
