source: local/greenstone3/windows-64bit/gs3-setup.sh@ 31411

Last change on this file since 31411 was 30444, checked in by davidb, 8 years ago

Move to newer version of ant needed, for some of the features now used in Greenstone3's build.xml + newer versions of Java

  • Property svn:executable set to *
File size: 305 bytes
Line 
1
2# Useful when compiling with Cygwin on Windows
3
4export JAVA_HOME=/cygdrive/c/Program\ Files/Java/jdk1.8.0_45
5export PATH=$JAVA_HOME/bin:$PATH
6
7echo "+ Set JAVA_HOME=$JAVA_HOME and updated PATH"
8
9export ANT_HOME=`pwd`/ant
10export PATH=$ANT_HOME/bin:$PATH
11
12echo "+ Set ANT_HOME=$ANT_HOME and updated PATH"
13
Note: See TracBrowser for help on using the repository browser.