From 23183ccf782c0252957c8d9cf2b51f70b9815acf Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 25 Jan 2014 15:46:55 +0100 Subject: Add '-b${joal.build.number}' to joal.version / archive.name ; Produce jar and apk files in ${build}/jar --- make/build-test.xml | 14 +++++++------- make/build.xml | 18 +++++++++--------- make/scripts/make.joal.all.linux-x86_64.sh | 1 + 3 files changed, 17 insertions(+), 16 deletions(-) (limited to 'make') diff --git a/make/build-test.xml b/make/build-test.xml index c9df712..b613a28 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -76,8 +76,8 @@ - - + + @@ -92,7 +92,7 @@ fork="yes" includeantruntime="false" srcdir="${src.test}" - classpath="${gluegen-rt.jar};${build}/joal.jar;${junit.jar}" + classpath="${gluegen-rt.jar};${build}/jar/joal.jar;${junit.jar}" memoryMaximumSize="${javac.memorymax}" encoding="UTF-8" source="${target.sourcelevel}" @@ -110,7 +110,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -158,7 +158,7 @@ - @@ -86,8 +85,9 @@ --> + - + @@ -161,9 +161,9 @@ - - - + + + @@ -459,7 +459,7 @@ - + @@ -632,7 +632,7 @@ - - + + diff --git a/make/scripts/make.joal.all.linux-x86_64.sh b/make/scripts/make.joal.all.linux-x86_64.sh index b2d4505..cf113e2 100755 --- a/make/scripts/make.joal.all.linux-x86_64.sh +++ b/make/scripts/make.joal.all.linux-x86_64.sh @@ -25,6 +25,7 @@ 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 \ -Drootrel.build=build-x86_64 \ $* 2>&1 | tee make.joal.all.linux-x86_64.log -- cgit v1.2.3