Opened 18 years ago
Last modified 18 years ago
#459 closed defect
Better error message if plugin jar can't be found — at Version 1
Reported by: | Nicklas Nordborg | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description (last modified by )
The stacktrace that is shown when a trying to install a plugin and the JAR file can't be found is not very informative:
Could not instantiate plugin class ... Caused by: java.util.zip.ZipException
We could probably let the JarClassLoader check that the JAR file exists and throw a better error message if it doesn't.
Note:
See TracTickets
for help on using tickets.