From 69d537e4f9e6e5d206719723094ea192ab51ef43 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 19 Sep 2011 13:48:45 +0200 Subject: Enhancement/GenericStyle: - NativeLibrary: - add isValidNativeLibraryName(..) - generic style - Platform - add getOSAndArch(), getOSAndArch(..) - IOUtil - add getClassFileName(..) - add getBasename(..) - add getDirname(..) - added doc - ReflectionUtil - generic style --- make/scripts/make.gluegen.all.linux-x86_64.sh | 1 + make/scripts/runtest.sh | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/scripts/make.gluegen.all.linux-x86_64.sh b/make/scripts/make.gluegen.all.linux-x86_64.sh index 77d82c1..17ef15b 100755 --- a/make/scripts/make.gluegen.all.linux-x86_64.sh +++ b/make/scripts/make.gluegen.all.linux-x86_64.sh @@ -15,5 +15,6 @@ fi # BUILD_ARCHIVE=true \ ant \ + -Djavacdebuglevel="source,lines,vars" \ -Drootrel.build=build-x86_64 \ $* 2>&1 | tee make.gluegen.all.linux-x86_64.log diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index 33f5510..3db6ef7 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -28,7 +28,9 @@ LOG=runtest.log rm -f $LOG #D_ARGS="-Djogamp.debug.ProcAddressHelper=true -Djogamp.debug.NativeLibrary=true" -D_ARGS="-Djogamp.debug.TraceLock" +#D_ARGS="-Djogamp.debug.TraceLock" +#D_ARGS="-Djogamp.debug.JARUtil" +D_ARGS="-Djogamp.debug.TempFileCache" function onetest() { clazz=$1 @@ -50,7 +52,8 @@ function onetest() { #onetest com.jogamp.common.nio.TestBuffersFloatDoubleConversion 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.PCPPTest 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.TestPointerBufferEndian 2>&1 | tee -a $LOG -onetest com.jogamp.common.nio.TestStructAccessorEndian 2>&1 | tee -a $LOG +#onetest com.jogamp.common.nio.TestStructAccessorEndian 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestPlatform01 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestIOUtil01 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestTempJarCache 2>&1 | tee -a $LOG -- cgit v1.2.3