Versions Compared

Key

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

...

For instance, this command will build the tracking reconstruction module.

No Format
cd hps_-java-trunk/tracking
mvn -DskipTests

This will install that module's jar into your local Maven repository.  In order to include these changes in the distribution jar, you also need to build the distribution module, also.

No Format
cd hps_-java-trunk/distribution
mvn

Running the Distribution Jar

...

In order to test the installation, you may execute a command such as the following where VERSION is replaced by your actual version from the last successful build.

No Format
java -jar ./distribution/target/hps-distribution-*[VERSION]-bin.jar

The Maven tool will also install this file into your local repository.  This is an example of running the bin jar from your local repository.

...