Closed mbjones closed 7 years ago
Original Redmine Comment Author Name: ben leinfelder (ben leinfelder) Original Date: 2008-02-15T18:16:00Z
Removed the "unjar" step when building the jar.
Also noticed that the old ecogrid stub jars were being used. Took this opportunity to update those to use ecogrid-1.0.0 (some refactoring in the code was needed too)
Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2013-03-27T21:22:26Z
Original Bugzilla ID was 3151
Author Name: ben leinfelder (ben leinfelder) Original Redmine Issue: 3151, https://projects.ecoinformatics.org/ecoinfo/issues/3151 Original Date: 2008-02-14 Original Assignee: ben leinfelder
Currently the datamanager distribution unjars all the supporting jars it uses and packages them with the datamanager classes as a single datamanager.jar file.
Only datamanager classes should be included in this jar. Gathering the necessary supporting jars should be the responsibility of the application making use of the datamanager api.
This should make it easier to include in metacat and kepler and prevents version clashes with supporting jars.