wuff
wuff copied to clipboard
Best approach to compile Bundles with nested jars
I have another question depending nested jars. I have following manifest:
Require-Bundle: org.apache.ant,
org.eclipse.core.runtime,
Bundle-ClassPath: lib/ant-contrib-1.0b3.jar,
lib/AntLowerUppercase.jar,
lib/cpp-commons-ant.jar,
lib/tools.jar,
.
When i build this he cannot find the packages that are included in the jar Files. So i want to ask what would be the best solution to compile such bundels?
@golauty Have you found solution?