To simplify the building process for Jetspeed, I updated the build scripts :

- I added servlet_2_2.jar in the ./lib directory 

- I rewrote the sh and bat scripts to auto-create the jar dependency list based
  on the contents of the ./lib directory, you can now upgrade your jars in the lib
  directory and keep their version numbers without modifying the build system

- If JAVA_HOME is not set, the scripts will auto-detect its value is java executable
  is in the path.

- If jikes is found in your path, the build will automatically use jikes for
  compilation

- should build correctly on any target platform (Win98, WinNT, WinNT/Cygnus, UNIX) 
  without a single modification.

How to build ?
==============

I assume the jestpeed module is located at <jetspeed-root> directory:

On UNIX (tested on Solaris and IRIX)
        cd <jetspeeed-root>/build
        build.sh

On WinNT/Cygwin
        cd <jetspeeed-root>/build
        bash build.sh

On WinNT
        cd <jetspeeed-root>\build
        build

On Win98
        Due to DOS limitations, auto-detect does not work, so you should:
        set JAVA_HOME=<my_java_home>

        If you want to use Jikes:
        set JIKES=Y

        cd <jetspeeed-root>\build
        build

        You may also need to increase your environement variables space in
        your AUTOEXEC.BAT

--
Rapha�l Luta - [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to