Problem building plugin on ganymede with bundle-nativecode [message #38079] |
Wed, 17 December 2008 09:36 |
Eclipse User |
|
|
|
I am trying to build a project which has a native code library. If I omit
the Bundle-NativeCode header from MANIFEST.MF, the jar builds correctly,
but obviously will not work because of the missing header. If I add the
header, the jar does not build correctly:
1) the jar is built as though all of the files in the project were just
thrown into the jar
- .class files are in bin/com/... instead of com/...
- it includes src
- it includes .settings
2) it doesn't replace 'qualifier' in the jar file name i.e. I get
xxx_0.2.0.qualifier.jar instead of xxx_0.2.0.200812171000.jar
Nothing shows up in the eclipse error log.
Any ideas?
Phil
|
|
|
Powered by
FUDForum. Page generated in 0.02905 seconds