diff options
author | Sven Gothel <[email protected]> | 2013-06-21 03:50:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-21 03:50:41 +0200 |
commit | dc6b3b50f83bf8ed114f509a3d88855f1ff9e54a (patch) | |
tree | 861f9adf371005c85e4385f7a6188b40498be3fa /make/scripts/make.jogl.all.solaris-x86_64.sh | |
parent | 5b77c7f345d1e36c152d70982db0e022be6cfa2a (diff) |
Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase
Diffstat (limited to 'make/scripts/make.jogl.all.solaris-x86_64.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.solaris-x86_64.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.solaris-x86_64.sh b/make/scripts/make.jogl.all.solaris-x86_64.sh index ff6031957..9dc492e25 100755 --- a/make/scripts/make.jogl.all.solaris-x86_64.sh +++ b/make/scripts/make.jogl.all.solaris-x86_64.sh @@ -41,6 +41,13 @@ echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF # -Djavacdebug="true" \ # -Djavacdebuglevel="source,lines,vars" \ +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" +export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" + # BUILD_ARCHIVE=true \ ant \ $CUSTOMLIBDIR \ |