From 36b6ceec7ea9c54bec07633dbc858a9aecaf2e5b Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 17 Oct 2021 10:16:16 -0700 Subject: [PATCH] deploy.guidance --- build.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 87984d7a6e..d6105802d0 100644 --- a/build.xml +++ b/build.xml @@ -56,10 +56,13 @@ <echo message="================"/> <antcall target="javadoc.custom"/> <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"/> <echo message="================"/> <antcall target="jar"/> + <echo message="================"/> + <antcall target="deploy.guidance"/> + <echo message="================"/> <echo message="build all complete"/> </target> @@ -118,6 +121,21 @@ <!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. --> </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"> <echo message="$javac.classpath=${javac.classpath}"/> -- GitLab