You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The standard extracts for Eclipse plugin projects leave these as Java Applications.

Here are some steps to make your Eclipse environment work for working on the plugins.

  1. Right-click on the plug-in projects and select "convert to plugin"
  2. close the uimaj-runtime plugin - if left open it used instead of the actual plugin for the uima runtime, which fails because this plugin has no jars in it. (They are built as part of the maven build process, but not
    stored here).
    Closing this has the effect of telling Eclipse to use the actual plugin. Of course, that means you have to install this plugin into your Eclipse instance.
  3. If you have errors, insure that the build classpath includes the src/main/resources as well as the src/main/java as "source" files (Project -> Properties -> Java Build Path, select the "Source" tab)
  • No labels