Programmatically build eclipse plugin [message #1007894] |
Thu, 07 February 2013 20:13  |
Eclipse User |
|
|
|
Basically I'm looking to be able to programmatically export an Eclipse plugin project as a JAR file (ideally with exactly the same result as using the Export wizard through the UI).
The exported JAR needs to have the compiled .class files and ideally should follow the manifest (and build.properties) file in the project.
I've tried using the org.eclipse.jdt.ui.jarpackager package but it's either not what I'm looking for or I can't figure out how to use it. I always end up with a JAR file that has clearly not followed the build.properties file, has overwritten the manifest file to just have the manifest version, and doesn't include the compiled .class files.
Given I can't seem to find any useful examples/tutorials of using the JDT classes to export a plugin it seems likely it's not the tool I need, in which case please point me in the right direction!
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04381 seconds