| Summary: | Class is not found if using relative runtime library path to upper (..) directory | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Martynas L <marte> |
| Component: | Framework | Assignee: | equinox.framework-inbox <equinox.framework-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nadeem.aboobaker, pascal, pwebster, tjwatson |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
The fact that this worked in 3.6.2 is really exploiting bug320546. We do not support adding classpath entries that are outside of the content of our bundle. *** Bug 349603 has been marked as a duplicate of this bug. *** |
Build Identifier: I20110310-1119 The class is loaded if runtime lib path is specified: <library name="lib/my.jar"> <export name="*"/> </library> but not found if path has "..": <library name="../lib/my.jar"> <export name="*"/> </library> There is no problem with 3.6.2 Reproducible: Always