Login  Register

Re: Jar file name pedantry

Posted by tyro on Jun 25, 2012; 7:22pm
URL: https://forum.jogamp.org/Jar-file-name-pedantry-tp4025305p4025320.html

The diffs for the name changes look good.

- jogl-all-<version>.jar
- jogl-all-<version>-natives-<os.and.arch>.jar

... is definitely the format that we'll need in order to force Maven into doing the right thing. Because we've got requirements on the names of jar files (in order to locate them at runtime) and because Maven's got its own idea about what jar files should be called, I've had to try everything possible in order to get Maven to produce something that'll be acceptable. The above format is the best I've been able to get out of it.

(For anyone that knows Maven, the native jars are provided as "classified" jars).