source: local/greenstone3/darwin-64bit/gs3-setup.bash@ 26824

Last change on this file since 26824 was 26710, checked in by davidb, 11 years ago

Initial cut a local setup file for MacOs (tested on Lion)

File size: 452 bytes
Line 
1
2#-- Ant --
3
4if [ "x$ANT_HOME" = "x" ] ; then
5
6 export ANT_HOME=`pwd`/apache-ant-1.8.1
7 export PATH=$ANT_HOME/bin:$PATH
8
9 echo "+ Setting ANT_HOME to:"
10 echo "+ $ANT_HOME"
11 echo "+ and updating PATH"
12fi
13
14
15##export JAVA_HOME=/System//Library/Frameworks/JavaVM.framework/Home
16export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
17
18export PATH=$JAVA_HOME/bin:$PATH
19
20echo "+ Set JAVA_HOME to $JAVA_HOME and updated PATH"
Note: See TracBrowser for help on using the repository browser.