From 27a63283a3027d207b5ab2b63b3f92328d757dfc Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 21 Jun 2013 10:24:49 +0200 Subject: 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 --- scripts/make.jocl.all.linux-armv6-cross.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts/make.jocl.all.linux-armv6-cross.sh') diff --git a/scripts/make.jocl.all.linux-armv6-cross.sh b/scripts/make.jocl.all.linux-armv6-cross.sh index f8248f8d..97f3c1f9 100755 --- a/scripts/make.jocl.all.linux-armv6-cross.sh +++ b/scripts/make.jocl.all.linux-armv6-cross.sh @@ -36,6 +36,13 @@ export GLUEGEN_CPPTASKS_FILE="../gluegen/make/lib/gluegen-cpptasks-linux-armv6.x #export JUNIT_DISABLED="true" #export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode" +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" + ant \ -Drootrel.build=build-linux-armv6 \ $* 2>&1 | tee make.jocl.all.linux-armv6-cross.log -- cgit v1.2.3