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

deploy.guidance

parent eb8c336f
No related branches found
No related tags found
No related merge requests found
...@@ -56,10 +56,13 @@ ...@@ -56,10 +56,13 @@
<echo message="================"/> <echo message="================"/>
<antcall target="javadoc.custom"/> <antcall target="javadoc.custom"/>
<echo message="================"/> <echo message="================"/>
<echo message="TODO: test suite cleanups, individual programs are runnable OK"/> <echo message="TODO: test suite additions, individual programs are runnable OK"/>
<antcall target="test"/> <antcall target="test"/>
<echo message="================"/> <echo message="================"/>
<antcall target="jar"/> <antcall target="jar"/>
<echo message="================"/>
<antcall target="deploy.guidance"/>
<echo message="================"/>
<echo message="build all complete"/> <echo message="build all complete"/>
</target> </target>
...@@ -118,6 +121,21 @@ ...@@ -118,6 +121,21 @@
<!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. --> <!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
</target> </target>
<target name="deploy.guidance" description="instructions">
<echo message="Deployment steps:"/>
<echo message="* NetworkedGraphicsMV3500"/>
<echo message=" * update.open-dis7.jar.local"/>
<echo message=" * Test student assignments and course examples"/>
<echo message=" * commit open-dis7-full.jar"/>
<echo message="* scp savage.nps.edu/data/html/open-dis7-java"/>
<echo message=" * open-dis7-java/dist/javadoc"/>
<echo message=" * open-dis7-java/dist/open-dis7-full.jar"/>
<echo message=" * open-dis7-source-generator/xml/DIS_7_2012.autogenerated.xsd to xml"/>
<echo message=" * open-dis7-source-generator/xml/dis_7_2021 directory of template files"/>
<echo message=" * Corresponding Altova XMLSpy autogenerated documentation to xml/SchemaDocumentation"/>
<!-- TODO additional pieces/parts -->
</target>
<target name="javadoc.custom" description="Customized javadoc"> <target name="javadoc.custom" description="Customized javadoc">
<echo message="$javac.classpath=${javac.classpath}"/> <echo message="$javac.classpath=${javac.classpath}"/>
......
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