source: documentation/trunk/shared/COMPILE-ALL.bat@ 30229

Last change on this file since 30229 was 27895, checked in by davidb, 11 years ago

Script for DOS and Unix to compile the source code in this directory

  • Property svn:executable set to *
File size: 219 bytes
Line 
1@echo off
2
3if not "%GSDLHOME%" == "" goto compile
4
5echo You must run 'setup' in the top level folder of your Greenstone installation before running this script
6goto exit
7
8:compile:
9javac -cp xalan.jar;. *.java
10
11:exit:
12
Note: See TracBrowser for help on using the repository browser.