Versions Compared

Key

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

...

In the View menu, click on the Plugin Manager item and find the HPS Java plugin in the tree menu.

Image Added

You can install the plugin by clicking on the Install selected plugins button.

When prompted, restart JAS3 by clicking on the Restart Now button.

The other plugins on which HPS Java depends will be installed automatically through dependency resolution, so you should be good to go now!

Installing the Plugin from HPS Java

When developing HPS Java, you may want to update JAS3 with changes from your local installation.  In order for JAS3 to load the HPS jar files, the plugin module should be installedto do this, you will need to install the hps-plugin module.

It can be installed by itself as follows.

No Format
svn co svn://svn.freehep.org/cd hps/java/trunk/plugin hps-plugin
cd hps-plugin
mvn install
mvn

Once this is done, you will need to restart JAS for it to load the modified jar files.

The plugin is also installed automatically when building the entire trunk.

No Format
cd hps/java/trunk
mvn -DskipTests

This should make sure that JAS sees your local version of the HPS Java Plugin.

 

 When you have made local changes to HPS projects, the plugin module should be re-installed so that JAS3 picks up the changes.