Commit in hps-java/scripts on MAIN
et_evio_file_producer_test.sh+2-21.15 -> 1.16
use localhost

hps-java/scripts
et_evio_file_producer_test.sh 1.15 -> 1.16
diff -u -r1.15 -r1.16
--- et_evio_file_producer_test.sh	12 May 2012 23:09:06 -0000	1.15
+++ et_evio_file_producer_test.sh	4 Jun 2013 19:58:26 -0000	1.16
@@ -8,9 +8,9 @@
 shift
 
 # Classpath pointing to the hps-java jar.
-classpath=`pwd`/target/hps-java-*-bin.jar
+classpath=${project.basedir}/target/hps-java-${project.version}-bin.jar
 
 # Run it.
-prod="java -classpath $classpath org.lcsim.hps.evio.EvioFileProducer -e ${eviofile} -f ETBuffer -host $(hostname) -s 10000 $@"
+prod="java -classpath $classpath org.lcsim.hps.evio.EvioFileProducer -e ${eviofile} -f ETBuffer -host localhost -s 10000 $@"
 echo $prod
 exec $prod
CVSspam 0.2.12


Use REPLY-ALL to reply to list

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