diff --git a/build.xml b/build.xml
index 87984d7a6e689589c8dc9709e83c86281f282f88..d6105802d013c6276740b4f9d8689bb338c86341 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}"/>