Community
Participate
Working Groups
During export, for binary projects with linked content, pde/ui provides us with a dev.properties map so that we can find the libraries. However, when placing libraries on the classpath, the paths are treated as relative to the bundle. In the case of linked content, this results in an incorrect path: .../org.eclipse.osgi/eclipse/plugins/org.eclipse.osgi._3.2.100.v2006.jar We should recognize when we have an absolute path for the library because of dev.properties and leave it as such, or do the proper work to make it relative instead of just appending it. Note that during a headless build, we will not have the dev.properties and will be unable to located the linked library. Do we need to worry about this use case?
Brian put a patch to fix this on bug 158589 *** This bug has been marked as a duplicate of 158589 ***