Versions Compared

Key

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

...

It is also possible to setup a command shortcut pointing to this script.  (Doing this depends on the specifics of your operating system and/or window manager.)

Configuring Plugins

Installing the Plugins from HPS Java

When developing HPS Java, you may want to update JAS3 with changes from your local installation. 

The plugins are installed automatically when building the entire hps-java trunk.

No Format
cd hps-java; mvn install -DskipTests

This will make sure that JAS sees your local version of the HPS Java Plugin and is the preferred method for installing the plugins.

Configuring Plugins

One can also install the plugins without having a local installation of hps-java, although this method can fall behind or not find the correct plugins at timesNext we need to configure the plugins using for analyzing HPS data.

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

...

Info
titleHow Do JAS3 Plugins Work

JAS installs jar files for plugins into ~/.JAS3/extensions which are then automatically loaded when the application starts.  An XML configuration file located in a standard place within the jar allows it to be used and configured as a plugin by the application.

Installing the Plugin from HPS Java

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

It can be installed by itself as follows.

No Format
cd hps-java/plugin; 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; mvn install -DskipTests

...

.