Changeset 20879


Ignore:
Timestamp:
2009-11-02T14:27:17+13:00 (14 years ago)
Author:
kjdon
Message:

a few changes to make it work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/build-src/src/java/org/nzdl/gsdl/winMake.bat

    r20872 r20879  
    88set JAR="%JAVA_HOME%\bin\jar"
    99
    10 set JAVACOPTIONS=-target 1.1 -deprecation -g -O
     10set JAVACOPTIONS=-deprecation -g -O
    1111
    1212if ""%1"" == """" goto all
     
    2121:all
    2222    echo Compiling ApplyXSLT classes ...
    23     %JAVAC% %JAVACOPTIONS% -d . -classpath ..\..\..\.. *.java
     23    %JAVAC% %JAVACOPTIONS% -d . -classpath ..\..\.. *.java
    2424    %JAR% cf ApplyXSLT.jar org
    2525    goto done
     
    2929
    3030:clean
    31     echo Cleaning up Greenstone Lucene ...
     31    echo Cleaning up ApplyXSLT ...
    3232    if exist org rmdir /S /Q org
    3333        if exist ApplyXSLT.jar del ApplyXSLT.jar
Note: See TracChangeset for help on using the changeset viewer.