summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.macosx-java7u12ea.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-02-17 18:55:18 +0100
committerSven Gothel <[email protected]>2013-02-17 18:55:18 +0100
commitfdc20a0205bb01747055910eb2bb33202edee277 (patch)
tree578b57a56c76f01bd6b1b9e2df8a78270ae0b176 /make/scripts/make.jogl.all.macosx-java7u12ea.sh
parentf937a727354fc24321d40df95008d569972ed169 (diff)
OSX/Java7 Cleanup: Remove JavaNativeFoundation dependency; NativeWindow-JAWT: Remove c.fixup.jawt.version.macosx (redundant, libjawt.dylib is rpath'ed always)
Diffstat (limited to 'make/scripts/make.jogl.all.macosx-java7u12ea.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.macosx-java7u12ea.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.macosx-java7u12ea.sh b/make/scripts/make.jogl.all.macosx-java7u12ea.sh
new file mode 100755
index 000000000..88f23b8ee
--- /dev/null
+++ b/make/scripts/make.jogl.all.macosx-java7u12ea.sh
@@ -0,0 +1,25 @@
+#! /bin/sh
+
+if [ -e /opt-share/etc/profile.ant ] ; then
+ . /opt-share/etc/profile.ant
+fi
+
+
+# -Dc.compiler.debug=true \
+# -Djavacdebug="true" \
+# -Djavacdebuglevel="source,lines,vars" \
+#
+# -Dtarget.sourcelevel=1.6 \
+# -Dtarget.targetlevel=1.6 \
+# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
+
+JAVA_HOME=`/usr/libexec/java_home -version 1.7.0_12`
+PATH=$JAVA_HOME/bin:$PATH
+export JAVA_HOME PATH
+
+ant \
+ -Dtarget.sourcelevel=1.6 \
+ -Dtarget.targetlevel=1.6 \
+ -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
+ -Drootrel.build=build-macosx-java7 \
+ $* 2>&1 | tee make.jogl.all.macosx-java7u12ea.log