akhikhl / wuff

Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
MIT License
153 stars 51 forks source link

Best approach to compile Bundles with nested jars #74

Open golauty opened 9 years ago

golauty commented 9 years ago

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?

paulvi commented 8 years ago

@golauty Have you found solution?