Print

Print


Author: [log in to unmask]
Date: Thu Oct 22 15:45:58 2015
New Revision: 3881

Log:
Add appassembler scripts for ET server and EVIO file producer.

Modified:
    java/trunk/distribution/pom.xml

Modified: java/trunk/distribution/pom.xml
 =============================================================================
--- java/trunk/distribution/pom.xml	(original)
+++ java/trunk/distribution/pom.xml	Thu Oct 22 15:45:58 2015
@@ -110,6 +110,21 @@
                                     <mainClass>org.lcsim.geometry.compact.converter.Main</mainClass>
                                     <id>detcnv</id>
                                 </program>
+                                <program>
+                                    <mainClass>org.hps.record.evio.EvioFileProducer</mainClass>
+                                    <id>evio_file_producer</id>
+                                </program>
+                                <program>
+                                    <mainClass>org.jlab.coda.et.apps.StartEt</mainClass>
+                                    <id>et_server</id>
+                                    <commandLineArguments>
+                                        <commandLineArgument>-f</commandLineArgument>
+                                        <commandLineArgument>ETBuffer</commandLineArgument>
+                                        <commandLineArgument>-s</commandLineArgument>
+                                        <commandLineArgument>20000</commandLineArgument>
+                                        <commandLineArgument>-v</commandLineArgument>
+                                    </commandLineArguments>
+                                </program>
                             </programs>
                         </configuration>
                     </execution>