Versions Compared

Key

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

...

Code Block
languagebash
cd /my/work/dir
svn checkout svn://svn.freehep.org/hps/java/trunk hps-java-trunk
cd hps-java-trunk
mvn install -DskipTests
java -jar distribution/target/hps-distribution-[VERSION]-bin.jar

Replace [VERSION] with the actual release that was built.

The last command will check that the distribution was installed correctly.

...