#552 closed defect (fixed)
PluginUtilities-0.2.jar is in incorrect location
Reported by: | Nicklas Nordborg | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | critical | Milestone: | ZZ Normalization package v1.1 |
Component: | net.sf.basedb.normalizers | Keywords: | |
Cc: |
Description
When creating the normalization-plugins.jar
file the PluginUtilities-0.2.jar
file is put in the lib
directory but it should be in the META-INF/lib
directory.
Unfortunately this trigger a defect in the error handling of the BASE plug-in installation wizard and the installation seems to work and no error is displayed for the user.
See also http://base.thep.lu.se/ticket/1794
Change History (2)
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 3 years ago
Milestone: | Normalization package v1.1 → ZZ Normalization package v1.1 |
---|
Milestone renamed
Note:
See TracTickets
for help on using tickets.
(In [2182]) Fixes #552: PluginUtilities-0.2.jar is in incorrect location
Download to the 'lib' directory as before but only untar the JAR file we need and place it in META-INF/lib directory. The other changes are just to make sure the JAR file is included when copying to 'dist' directory and removed when cleaning up.