Bug 1023 - jogl-all-noawt (amongst others) Maven packages do not work, requires non-aliased native jar files
Summary: jogl-all-noawt (amongst others) Maven packages do not work, requires non-alia...
Status: RESOLVED FIXED
Alias: None
Product: General
Classification: JogAmp
Component: builds (show other bugs)
Version: unspecified
Hardware: All all
: --- major
Assignee: Mark Raynsford
URL:
Depends on:
Blocks: 1024
  Show dependency treegraph
 
Reported: 2014-06-23 18:57 CEST by Mark Raynsford
Modified: 2014-07-11 15:25 CEST (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
gluegen 46faa59d439ef235d7691fc64d56eedc600ffa1a gluegen df9ff7f340a5ab4e07efc613f5f264eeae63d4c7 gluegen 95dad44d1e825382bc5895f76c21f24bc5776501 gluegen ce29395e6d0515156859e78fbf7336db2ff34dbc joal cc66b2c98ffb07eb71cc62fd1925ce0503231422 joal 8b2d4a72ec9f026f23e8c2320d298b47ac48aba7 jocl cd30f3cf2adfe753a55d47d5d8cec45e3c74f120 jocl 76f64660f4bf9532ea5c9e00d3eac2ad4c9d998b jogl 5951b33b303df3a12888fe0fbc5ccc88112a3984 jogl 06fc570f70dc5ccfad7399d8426bdf224c239a5a jogl
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Raynsford 2014-06-23 18:57:37 CEST
Currently, the Maven packages for jogl-all-noawt, jogl-all-mobile, etc, are unusable.

The issue is that jogl tries to look for jogl-all-natives* jar files in all cases ("aliasing"), but these natives will only be present in the directory that contains jogl-all.jar.

The solution to this is part of another bug (about to be filed).
Comment 1 Sven Gothel 2014-07-11 15:25:03 CEST
As discussed in Bug 1024 comment 0,
 3.) same_directory_without_aliasing

requires non-aliased native jar files
matching the java jar file variation,
e.g. 
  jogl-all-noawt.jar -> jogl-all-noawt-natives-<os.and.arch>.jar