diff options
Diffstat (limited to 'make/scripts/make.joal.all.macosx.sh')
-rwxr-xr-x | make/scripts/make.joal.all.macosx.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.macosx.sh b/make/scripts/make.joal.all.macosx.sh index 50eaf85..9ca81be 100755 --- a/make/scripts/make.joal.all.macosx.sh +++ b/make/scripts/make.joal.all.macosx.sh @@ -4,9 +4,18 @@ if [ -e /opt-share/etc/profile.ant ] ; then . /opt-share/etc/profile.ant fi +JAVA_HOME=`/usr/libexec/java_home -version 1.7` +PATH=$JAVA_HOME/bin:$PATH +export JAVA_HOME PATH # -Dc.compiler.debug=true +export SOURCE_LEVEL=1.6 +export TARGET_LEVEL=1.6 +export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar + +export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" + ant \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.joal.all.macosx.log |