diff options
author | Sven Gothel <[email protected]> | 2012-01-22 23:38:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-22 23:38:38 +0100 |
commit | 23019bb5899acddca17d1d951798d1c70d2d1f09 (patch) | |
tree | dd629ef59f8f848e7866ca8bf4e2282b91ac4e29 /scripts | |
parent | a146d102ca36078d8c8cc67b20e88fd5106ac4d9 (diff) |
Fix Bug 516 (Determine Java Version) / See gluegen: 64639b805a32338385421f168e12c1ef7f749d00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make.jocl.all.linux-x86_64.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.linux-x86_64.sh b/scripts/make.jocl.all.linux-x86_64.sh index 680d1454..b47e8b57 100644 --- a/scripts/make.jocl.all.linux-x86_64.sh +++ b/scripts/make.jocl.all.linux-x86_64.sh @@ -6,6 +6,13 @@ if [ -e $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then . $SDIR/../../gluegen/make/scripts/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.jocl.all.linux-x86_64.log |