| Summary: | java.lang.NoClassDefFoundError: org/apache/commons/io/FilenameUtils | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Steffen Pingel <steffen.pingel> |
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | alvaro.sanchez-leon, sebastien.dubois |
| Version: | unspecified | ||
| Target Milestone: | 0.7 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 336137 | ||
| Bug Blocks: | |||
|
Description
Steffen Pingel
I fixed it by adding a version constraint to the package import: version="1.4.0". Alvaro, you may want to do the same in the o.e.m.reviews.r4e.core bundle. o.e.m.reviews.r4e.core bundle does not have dependencies with apache.commons.io but o.e.m.reviews.r4e.core.tests does. It was already set to 1.4.0. Thanks for the heads up Sorry, I mixed that up. I was looking at o.e.m.reviews.r4e.ui which has an unconstrained package import. (In reply to comment #3) > Sorry, I mixed that up. I was looking at o.e.m.reviews.r4e.ui which has an > unconstrained package import. Sebastien, why do we need to import the package vs specifying a optional dependency of the plug-in. if we specify the dependency do you need it as required or optional ? same thing for the egit package, do you still need it ? |