Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: Document Clustering Workbench
-
Labels:None
Description
The visualization plugin is included in the binary distribution, but does not show up in the list of views. Interestingly, the pde error view does not show any exceptions and the plugin is not loaded in the configuration. Why?
Ula, would you take a look at this? I would appreciate.
Issue Links
| This issue is related to: | ||||
| CARROT-361 | Add package version to all plugins that wrap third-party libraries |
|
|
|
Few plugins were missing, I've added them already, It still does not show up.
As I understand, dependencies of the org.mortbay.jetty plugin are not resolved. This plugins needs these packages to be available:
javax.net.ssl,
javax.security.cert,
javax.servlet;version="[2.4.0,2.5.0)",
javax.servlet.http;version="[2.4.0,2.5.0)",
javax.servlet.resources;version="[2.4.0,2.5.0)",
javax.xml.parsers,
org.apache. commons.logging;version="[1.0.0,2.0.0)",
org.xml.sax,
org.xml.sax.helpers
I am not exactly sure, where to take them all from.
PS. Mortbay plugin used in the Workbench is taken from Eclipse target platform, not from lib directory. This mortbay project is not a plugin (wasn't converted). This is intentional?