Updated build scripts.

CVS checkout is now separated from builds. It's possible to
use the script both for building both the jar file and the whole
distribution either from checked-out code or the local copy.
This commit is contained in:
hns 2001-10-22 16:43:40 +00:00
parent dc741f2231
commit 21c00908c1
3 changed files with 61 additions and 36 deletions

View file

@ -3,9 +3,9 @@
REM --------------------------------------------
REM Defualt == jar
REM "core" target builds core classes
REM "clean" target removes bin directory
REM "jar" target builds core + jar
REM "checkout" target gets sources from helma.org
REM "compile" target compiles java sources
REM "jar" target compiles and builds jar
REM "javadoc" target builds the javadoc
REM "package" target builds core + jar + javadoc + distribution
REM --------------------------------------------
@ -28,7 +28,7 @@ goto final
if "%JAVA_HOME%" == "" goto javahomeerror
if exist %JAVA_HOME%\lib\tools.jar set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\tools.jar
set CP=%CLASSPATH%;ant.jar;xml.jar
set CP=%CLASSPATH%;ant.jar;jaxp.jar;crimson.jar
echo Classpath: %CP%
echo JAVA_HOME: %JAVA_HOME%