AmilyWang / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Store library version in resource and use it as library version suffix #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Method: Internal.getVersionSuffix(String)
Should load library version from resource if it failed to get version from jar 
file name.

This approach allows to find native library when sqlite4java classes are 
repackaged into single jar with client application.

Original issue reported on code.google.com by pdy...@gmail.com on 1 Aug 2014 at 4:44

GoogleCodeExporter commented 8 years ago
What resource? 

If you're using Maven to repackage sqlite4java.jar into the application, why 
don't you use it to rename binary library artifacts to versionless files?

Original comment by ser...@almworks.com on 1 Aug 2014 at 7:08

GoogleCodeExporter commented 8 years ago

Original comment by ser...@almworks.com on 21 Sep 2014 at 7:17