summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-01-22 23:42:55 +0100
committerSven Gothel <[email protected]>2012-01-22 23:42:55 +0100
commit86540a113a4d304a1b8ed0af6149ea938e486e7a (patch)
treec6bb6659bed6a24654f120e17dd1a2245ac401aa /scripts
parent28a22e1007a5d5e418177e7f79b17e606d02d3b1 (diff)
Fix Bug 516 (Determine Java Version) / See gluegen: 64639b805a32338385421f168e12c1ef7f749d00v2.0-rc9v2.0-rc8v2.0-rc7v2.0-rc6
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make.jogl.all.linux-x86_64.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/make.jogl.all.linux-x86_64.sh b/scripts/make.jogl.all.linux-x86_64.sh
index b082a65..d3cb547 100644
--- a/scripts/make.jogl.all.linux-x86_64.sh
+++ b/scripts/make.jogl.all.linux-x86_64.sh
@@ -4,6 +4,13 @@ if [ -e ../setenv-build-jogl-x86_64.sh ] ; then
. ../setenv-build-jogl-x86_64.sh
fi
+# -Dtarget.sourcelevel=1.6 \
+# -Dtarget.targetlevel=1.6 \
+# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
+
ant \
+ -Dtarget.sourcelevel=1.6 \
+ -Dtarget.targetlevel=1.6 \
+ -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
-Drootrel.build=build-x86_64 \
$* 2>&1 | tee make.jogl.all.linux-x86_64.log