modifed to fit the latest build targets
This commit is contained in:
parent
c0d7a163ba
commit
e74c9b22f2
3 changed files with 42 additions and 16 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
|
||||
REM --------------------------------------------
|
||||
REM Defualt == jar
|
||||
REM "checkout" target gets sources from helma.org
|
||||
REM "compile" target compiles java sources
|
||||
REM "jar" target compiles and builds jar
|
||||
REM Default == jar
|
||||
REM "snapshot" target compiles and builds jar in src/ and lib/
|
||||
REM "checkout" target gets sources from helma.org in src/
|
||||
REM "compile" target compiles java sources in work/
|
||||
REM "jar" target compiles and builds jar in work/
|
||||
REM "javadoc" target builds the javadoc
|
||||
REM "package" target builds core + jar + javadoc + distribution
|
||||
REM --------------------------------------------
|
||||
|
@ -45,3 +46,4 @@ echo "Please, set the JAVA_HOME variable in your environment to match the"
|
|||
echo "location of the Java Virtual Machine you want to use."
|
||||
|
||||
:end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue