Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problem building plugin on ganymede with bundle-nativecode
Problem building plugin on ganymede with bundle-nativecode [message #38079] Wed, 17 December 2008 14:36
Phil Longstaff is currently offline Phil LongstaffFriend
Messages: 4
Registered: July 2009
Junior Member
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
Previous Topic:p2 director issue - "binary" and "ini" are missing
Next Topic:Problem building plugin on ganymede with bundle-nativecode
Goto Forum:
  


Current Time: Thu Apr 25 21:59:12 GMT 2024

Powered by FUDForum. Page generated in 0.02696 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top