summaryrefslogtreecommitdiffstats
path: root/test/TestMultiAndFatJar
Commit message (Collapse)AuthorAgeFilesLines
* Refine test/TestMultiAndFatJar: Demoing test class outside of fat and multi jarSven Gothel2014-01-243-11/+28
| | | | | | | | Use 'output' folder - Copy jogl-test.jar and junit.jar to output, to be used in executing (run-*.sh) Works here ..
* Bug 846: Add manual test case for One-Jar (using 0.97.1)Sven Gothel2013-10-012-3/+3
| | | | | | 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.
* Bug 845: Fix JNILibLoaderBase.addNativeJarLibsImpl(..) fat-jar case.Sven Gothel2013-10-013-0/+63
Always use the jar-basename when calling TempJarCache.addNativeLibs(..), otherwise it is mapped and loaded multiple times leading to different native libraries. Simplify addNativeJarLibsImpl(..) argument semantics by passing complete jarBasename and nativeJarBasename (w/ suffix). Added manual test scripts validating [gluegen + jogl] usage with multi (Bug 843) and fat (Bug 845) jar configurations.