diff options
author | Sven Gothel <[email protected]> | 2013-10-01 22:41:55 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-01 22:41:55 +0200 |
commit | 01c5d59c5245068b0d005ccbb64f8d0aa5165f12 (patch) | |
tree | 75b61bd2c6ac9e927eb1ad412bf2fe4819a262b5 /test/TestMultiAndFatJar/run-fat.sh | |
parent | b05f716cbcbc379588050c8f3d91579b3a14ec88 (diff) |
Bug 846: Add manual test case for One-Jar (using 0.97.1)
Note: One-Jar lacks support of a URL handler for it's
jar-in-jar files and hence we would need to extract the jar-in-jar resources w/ our TempJarCache
from one one-jar file .. too bad. Looks like it's incomplete.
Diffstat (limited to 'test/TestMultiAndFatJar/run-fat.sh')
-rw-r--r-- | test/TestMultiAndFatJar/run-fat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestMultiAndFatJar/run-fat.sh b/test/TestMultiAndFatJar/run-fat.sh index 60247a6..2108446 100644 --- a/test/TestMultiAndFatJar/run-fat.sh +++ b/test/TestMultiAndFatJar/run-fat.sh @@ -1,5 +1,5 @@ -D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.debug.TempFileCache -Djogamp.debug.JarUtil -Djogamp.debug.TempJarCache" +D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.debug.TempFileCache -Djogamp.debug.JarUtil -Djogamp.debug.TempJarCache -Djogamp.debug.IOUtil" #D_ARGS="-Djogamp.debug.ProcAddressHelper -Djogamp.debug.NativeLibrary -Djogamp.debug.NativeLibrary.Lookup" #D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.debug.TempFileCache -Djogamp.debug.JarUtil -Djogamp.debug.TempJarCache -Djogamp.debug.NativeLibrary -Djogamp.debug.NativeLibrary.Lookup -Djogl.debug=all" |