Print

Print


Hello,

Matt mentioned having a downloadable jar that people could run without having to build hps-java, so I've deployed a recent one.

Anyone with a SLAC account and write permissions to the correct NFS directories (see the POM file) can deploy one themselves by doing.

> cvs co hps-java
> cd hps-java
> mvn deploy -DskipTests=true

So here is the current CVS head as a runnable jar.

http://www.lcsim.org/maven2/org/lcsim/hps-java/1.2-SNAPSHOT/hps-java-1.2-20120910.225503-1-bin.jar

I tested it as follows on my Mac.  These instructions should work on Linux, too.

> cd /tmp
> wget http://www.lcsim.org/maven2/org/lcsim/hps-java/1.2-SNAPSHOT/hps-java-1.2-20120910.225503-1-bin.jar
> mv hps-java-1.2-20120910.225503-1-bin.jar hps-java-bin.jar
> java -jar ./hps-java-bin.jar 

This just downloads the jar using wget, moves it to a more palatable name, and tests that it can be run successfully.  Without arguments, it will show the available command-line options.

If you don't have wget, then just point a browser to that URL and manually download the file.

Seems to work fine for me.  Let me know if it works for you.

--Jeremy
########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1