Skip to content
Snippets Groups Projects
Commit 3e04f6df authored by Brutzman, Don's avatar Brutzman, Don
Browse files

draft run target

parent ce1f4172
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,16 @@
-->
<!-- TODO fix -->
<target name="run.default">
<echo message="run.classpath=${run.classpath}"/>
<java classname="edu.nps.moves.cot.dis.CotMsgReceiver"
classpath=".;${run.classpath}">
<arg line="--performanceTestSendCoT udp localhost 9999 1 1"/>
<jvmarg value="-Djava.net.preferIPv4Stack=true"/>
</java>
</target>
<target name="validate-cot-msg" description="Validate the CoT msg template">
<schemavalidate file="CoT Test TX/src/main/resources/cotMsgTemplate.xml" nonamespaceFile="lib/xsd/CoT Base-Event Schema (PUBLIC RELEASE).xsd">
<xmlcatalog>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment