source: documentation/trunk/shared/COMPILE-ALL.sh@ 31038

Last change on this file since 31038 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: 202 bytes
Line 
1#!/bin/bash
2
3if [ "x$GSDLHOME" = "x" ] ; then
4
5 echo "You must run 'setup' in the top level folder of your Greenstone installation before running this script"
6else
7
8 javac -cp xalan.jar:. *.java
9fi
10
11
Note: See TracBrowser for help on using the repository browser.