Skip to content
Snippets Groups Projects
Commit 162a2058 authored by brutzman's avatar brutzman
Browse files

revised SISO REF 010 magic number, new version SISO REF 010 silently...

revised SISO REF 010 magic number, new version SISO REF 010 silently published, copying update to open-dis7-source generator
parent 40eb2047
No related branches found
No related tags found
No related merge requests found
...@@ -168,30 +168,50 @@ ...@@ -168,30 +168,50 @@
<!-- =============================================== --> <!-- =============================================== -->
<property name="sisoBaseUrl" value="https://www.sisostds.org/DigitalLibrary.aspx?Command=Core_Download&amp;EntryId="/> <property name="sisoBaseUrl" value="https://www.sisostds.org/DigitalLibrary.aspx?Command=Core_Download&amp;EntryId="/>
<target name="download.SISO"> <property name="open-dis7-java.relative" value="../../x3d-github/open-dis7-java/open-dis7-source-generator"/>
<property name="SISO-REF-010" value="SISO-REF-010-v28"/>
<property name="SISO-REF-010" value="SISO-REF-010-v28"/>
<property name="SISO-REF-010.zipID" value="51787"/>
<property name="SISO-REF-010.1" value="SISO-REF-010.1-2019 Operations Manual for EWG V08.pdf"/>
<target name="download.SISO">
<!-- danger will robinson -->
<echo message="*** Note ${SISO-REF-010} is found at hardwired url address ${SISO-REF-010.zipID}! Be sure to check latest ID at"/>
<echo message="*** Also note that SISO sometimes rolls updates without change version numbers!"/>
<echo message=" computed url: ${sisoBaseUrl}${SISO-REF-010.zipID}"/>
<echo message=" website url: https://www.sisostds.org/DigitalLibrary.aspx?Command=Core_Download&amp;EntryId=51787"/>
<delete dir="${SISO-REF-010}" failonerror="false"/> <delete dir="${SISO-REF-010}" failonerror="false"/>
<mkdir dir="${SISO-REF-010}"/> <mkdir dir="${SISO-REF-010}"/>
<echo message="get ${SISO-REF-010}.zip from"/> <echo message="get ${SISO-REF-010}.zip from"/>
<echo message=" ${sisoBaseUrl}51787"/> <echo message=" ${sisoBaseUrl}${SISO-REF-010.zipID}"/>
<get src="${sisoBaseUrl}51787" <get src="${sisoBaseUrl}${SISO-REF-010.zipID}"
dest="${SISO-REF-010}.zip" verbose="true"/> dest="${SISO-REF-010}.zip" verbose="true"/>
<unzip src="${SISO-REF-010}.zip" <unzip src="${SISO-REF-010}.zip"
dest="${SISO-REF-010}" overwrite="true"/> dest="${SISO-REF-010}.hold" overwrite="true"/>
<delete file="${SISO-REF-010}.zip"/><!-- no longer needed --> <delete file="${SISO-REF-010}.zip"/><!-- no longer needed -->
<!-- ensure not duplicative and already contained in preceding zip --> <!-- ensure not duplicative and already contained in preceding zip -->
<property name="SISO-REF-010.1" value="SISO-REF-010.1-2019 Operations Manual for EWG V08.pdf"/> <echo message="get ${SISO-REF-010.1}"/>
<echo message="get ${SISO-REF-010.1}"/> <echo message="from ${sisoBaseUrl}47284"/>
<echo message="from ${sisoBaseUrl}47284"/> <echo message="as ${SISO-REF-010}/${SISO-REF-010.1}"/>
<echo message="as ${SISO-REF-010}/${SISO-REF-010.1}"/>
<get src="${sisoBaseUrl}47284" <get src="${sisoBaseUrl}47284"
dest="${SISO-REF-010}" verbose="true"/> dest="${SISO-REF-010}.hold" verbose="true"/>
<echo message="fix download filename"/> <echo message="fix download filename"/>
<move file="${SISO-REF-010}/DigitalLibrary.aspx" tofile="${SISO-REF-010}/${SISO-REF-010.1}" overwrite="true" verbose="true"/> <move file="${SISO-REF-010}.hold/DigitalLibrary.aspx" tofile="${SISO-REF-010}.hold/${SISO-REF-010.1}" overwrite="true" verbose="true"/>
</target>
<target name="push.SISO.open-dis7-java" description="view gitlab MV3500 examples in web browser (via Netbeans only)">
</target> <echo message="*** copying latest unzipped version of XML to open-dis7-source-generator (hopefully not breaking anything!)"/>
<echo message='copy from ${SISO-REF-010}.hold/ to ${open-dis7-java.relative}/xml/SISO '/>
<copy todir="${open-dis7-java.relative}/xml/SISO" overwrite="true" verbose="true">
<fileset dir="${SISO-REF-010}.hold">
<include name="**/*"/>
</fileset>
</copy>
</target>
<target name="view.gitlab.specifications.README" description="view gitlab MV3500 examples in web browser (via Netbeans only)"> <target name="view.gitlab.specifications.README" description="view gitlab MV3500 examples in web browser (via Netbeans only)">
<echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/specifications/README.md"/> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/specifications/README.md"/>
......
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