Changeset 21421 for main/trunk/greenstone2/build-src/src/java
- Timestamp:
- 2010-01-05T22:50:43+13:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/build-src/src/java/org/nzdl/gsdl/winMake.bat
r20879 r21421 21 21 :all 22 22 echo Compiling ApplyXSLT classes ... 23 %JAVAC% %JAVACOPTIONS% -d . -classpath ..\..\.. *.java23 %JAVAC% %JAVACOPTIONS% -d ..\..\.. -classpath ..\..\.. *.java 24 24 %JAR% cf ApplyXSLT.jar org 25 %JAR% cvf ApplyXSLT.jar -C ..\..\.. org\nzdl\gsdl\ApplyXSLT.class org\nzdl\gsdl\ApplyXSLTUtil.class 25 26 goto done 26 27 … … 30 31 :clean 31 32 echo Cleaning up ApplyXSLT ... 32 if exist org rmdir /S /Q org33 33 if exist ApplyXSLT.jar del ApplyXSLT.jar 34 if exist ApplyXSLT.class del ApplyXSLT.class 35 if exist ApplyXSLTUtil.class del ApplyXSLTUtil.class 34 36 goto done 35 37
Note:
See TracChangeset
for help on using the changeset viewer.