Bug 1268

Summary: DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' and 'searchSystemPathFirst' attributes
Product: [JogAmp] Gluegen Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 2.4.0   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
gluegen 2034bbfac88b7d1360f9c939e173ff758f7f47ac jogl d686924d80660a266c57473b7fbc209d6a1a062b jocl ff6079a7409f97188d1dde707ad356afcba5ed14
Workaround: ---
Bug Depends on:    
Bug Blocks: 1270    

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