Print

Print


Commit in hps-java/scripts on MAIN
et_monitor_test.sh-21.1 -> 1.2
et_producer_test.sh+2-11.1 -> 1.2
+2-3
2 modified files
fix up jar locations

hps-java/scripts
et_monitor_test.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- et_monitor_test.sh	16 Feb 2012 19:29:45 -0000	1.1
+++ et_monitor_test.sh	16 Feb 2012 19:45:01 -0000	1.2
@@ -1,6 +1,4 @@
 et=~/.m2/repository/org/lcsim/hps-et-java/12.0-SNAPSHOT/hps-et-java-12.0-SNAPSHOT.jar
-
 monitor="java -classpath $et org.jlab.coda.et.apps.EtMonitor -f ETBuffer -h localhost" 
-
 echo "$monitor"
 exec $monitor

hps-java/scripts
et_producer_test.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- et_producer_test.sh	16 Feb 2012 19:29:45 -0000	1.1
+++ et_producer_test.sh	16 Feb 2012 19:45:01 -0000	1.2
@@ -1,3 +1,4 @@
-prod="java -classpath /Users/jeremymccormick/.m2/repository/org/lcsim/hps-et-java/12.0-SNAPSHOT/hps-et-java-12.0-SNAPSHOT.jar org.jlab.coda.et.apps.Blaster -f ETBuffer -host localhost"
+et=~/.m2/repository/org/lcsim/hps-et-java/12.0-SNAPSHOT/hps-et-java-12.0-SNAPSHOT.jar
+prod="java -classpath $et org.jlab.coda.et.apps.Blaster -f ETBuffer -host localhost"
 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