Plugin project - Build configuration page
28 January 2008The Build Configuration page contains all the information needed to build, package and export the plug-in. It appears as a page in the plug-in manifest editor, but note that changes made to it will be written by PDE to the build.properties file of the plug-in. This file solely guides the build process.
The Runtime Information section lists all the libraries that you want to build. For each library, you must list the source folder(s) that will be compiled into the library.
If your plug-in declares more than one library, order them correctly using the Up and Down button, so that they get compiled in the correct order.
The Binary Build section is where you select all the files and folders that will make it into the packaged plug-in. In this example, you will see that we only want to the plugin.xml file, icons folder and the xyz.jar to end up in the packaged plug-in.
The Source Build section has a specialized purpose and is not commonly used or needed by the general population. It is needed only when you are shipping source in separate plug-ins and features than the binary plug-ins.
If the libraries you want to build include libraries that are NOT listed on the Runtime page, and you need extra libraries on the build path for them to compile, you can add these required JARs in the Extra Classpath Entries section.
Related Posts:
- Plugin project - Overview page
- Eclipse Plug-in Development Environment (I)
- Plug-in manifest editor
- Converting an existing project to an EclipseME project
- ANT’s best practices - I
- Eclipse Plug-in Development Environment (II)
- POM (groupId:artifactId:version) - I
- Spring IDE
- Eclipse Plugin Project - Source pages (II)
- Plugin project - Dependencies page (I)
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Plugin project - Build configuration page