golauty
golauty
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...
Hi, i get following error: ``` :com.firm.product.core:createOsgiManifest FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':com.firm.product.core:createOsgiManifest'. > No such property: @class for class:...
So i just discovered this great plugin and now i am playing around with my legacy RCP APP. Somehow i managed to solve some dependency issues, but now i am...