Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' and 'searchSystemPathFirst' attributes
Summary: DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' and 'searchS...
Status: RESOLVED FIXED
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2.4.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks: 1270
  Show dependency treegraph
 
Reported: 2015-11-15 04:43 CET by Sven Gothel
Modified: 2015-11-15 05:13 CET (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
gluegen 2034bbfac88b7d1360f9c939e173ff758f7f47ac jogl d686924d80660a266c57473b7fbc209d6a1a062b jocl ff6079a7409f97188d1dde707ad356afcba5ed14
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2015-11-15 04:43:36 CET
NativeLibrary can be instantiate by defining 
'searchSystemPath' and 'searchSystemPathFirst' arguments,
allowing to specify the system path role while looking up the library.

Since NativeLibrary is utilized via DynamicLibraryBundleInfo upstream,
the latter interface shall allow users to specify those attributes.
Comment 1 Sven Gothel 2015-11-15 04:45:04 CET
gluegen 2034bbfac88b7d1360f9c939e173ff758f7f47ac
  implemented as described
Comment 2 Sven Gothel 2015-11-15 05:13:08 CET
jogl d686924d80660a266c57473b7fbc209d6a1a062b
jocl ff6079a7409f97188d1dde707ad356afcba5ed14
  adapt to GlueGen change