Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleResolving Dependencies in Eclipse

Should Eclipse be unable to resolve a project's dependencies, try right-clicking on the project in the "Project Explorer" pane and selecting Maven > Update Project OR hitting Alt + F5 while the project is selected.  This should force Eclipse to update its index against your local repository of jar files, and hopefully this will make all the red errors in your editor go away.

Building the HPS Java Project

It will also be useful to setup a Run Configuration for building the entire trunk of HPS Java.

This can be accomplished by creating a new Run Configuration which looks similar to this.

Image Added

Notice that instead of an Eclipse variable, the actual path to your HPS Java trunk is put under Base directory.

When you click Run on this configuration, all of the modules will be installed and not just a single one.  This is useful for creating a new distribution jar with all your local changes in it.