Eclipse Plugin Project - Source pages (II)
29 January 2008Please go through first part of this post.
The build.properties file contains all the information necessary to build the plug-in.
PDE validates the manifest.mf and plugin.xml for semantic errors and flags violations. The list problems that PDE flags are listed on the Plug-ins tab of the Plug-in Development > Compilers preference page:
You can set the level of each to one of Error, Warning or Ignore.
Note that for PDE to be able to detect some of these problems (e.g. required attributes not defined, undefined extension attributes, etc.), extension points you are using must have a valid schema associated with them.
Related Posts:
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: Eclipse Plugin Project - Source pages (II)