diff --git a/specifications/build.xml b/specifications/build.xml index a98d0ee8306faafefce05d983e136b6d5e43d185..d836828c4cdfaef40d311ada3dbc2d5161fff0b5 100644 --- a/specifications/build.xml +++ b/specifications/build.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="DIS Utilities" default="" basedir="."> +<project name="Specification Downloads" default="" basedir="."> <target name="all" depends="clean.specifications,download.IeeeDisStandards,download.SISO,rename.IeeeDisStandards"/> @@ -42,22 +42,23 @@ <target name="download.IeeeDisStandards"> - <echo message="Warning: due to cookie restrictions, you must download IEEE specifications manually via links on README.DIS.md"/> + <echo message="Warning: due to cookie restrictions, you must download IEEE specifications manually via links found in README.md"/> <property name="ieeeBasePageUrl" value="https://ieeexplore.ieee.org/document/"/> <property name="ieeeBaseLinkUrl" value="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber="/> <!-- ======================== --> <property name="DIS.1.document" value="6387564"/> - <property name="DIS.1.rename" value="IEEE1278.1-2012.DistributedInteractiveSimulation.ApplicationProtocols.${DIS.1.document}.pdf.SAVEME"/> + <property name="DIS.1.rename" value="IEEE1278.1-2012.DistributedInteractiveSimulation.ApplicationProtocols.${DIS.1.document}.pdf"/> <echo message="see ${ieeeBasePageUrl}${DIS.1.document}"/> <echo message="get ${ieeeBaseLinkUrl}${DIS.1.document}"/> <echo message="as ${DIS.1.rename}"/> <!-- <get src="${ieeeBaseLinkUrl}${DIS.1.document}" dest="${DIS.1.rename}" verbose="true"/> --> - <echo message="IEEE1278.1 retrieval: save ${ieeeBaseLinkUrl}${DIS.1.document} to this location" - file="${DIS.1.rename}"/> + <property name="warningMessage" value="Restriction: cookie restrictions prevent automated download. You must manually download this file from within NPS campus or firewall. For "/> + <echo message="${warningMessage}IEEE1278.1 retrieval to this location, use your browser to save ${ieeeBaseLinkUrl}${DIS.1.document}" + file="${DIS.1.rename}.SAVEME"/> <!-- ======================== --> <property name="DIS.2.document" value="7459689"/> @@ -68,7 +69,7 @@ <!-- <get src="${ieeeBaseLinkUrl}${DIS.2.document}" dest="${DIS.2.rename}" verbose="true"/> --> - <echo message="IEEE1278.2 retrieval: save ${ieeeBaseLinkUrl}${DIS.2.document} to this location" + <echo message="${warningMessage}IEEE1278.2 retrieval to this location, use your browser to save ${ieeeBaseLinkUrl}${DIS.2.document}" file="${DIS.2.rename}"/> <!-- ======================== --> @@ -80,7 +81,7 @@ <!-- <get src="${ieeeBaseLinkUrl}${DIS.3.document}" dest="${DIS.3.rename}" verbose="true"/> --> - <echo message="IEEE1278.3 retrieval: save ${ieeeBaseLinkUrl}${DIS.3.document} to this location" + <echo message="${warningMessage}IEEE1278.3 retrieval to this location, use your browser to save ${ieeeBaseLinkUrl}${DIS.3.document}" file="${DIS.3.rename}"/> <!-- ======================== --> @@ -92,9 +93,8 @@ <!-- <get src="${ieeeBaseLinkUrl}${DIS.4.document}" dest="${DIS.4.rename}" verbose="true"/> --> - <echo message="IEEE1278.4 retrieval: save ${ieeeBaseLinkUrl}${DIS.4.document} to this location" + <echo message="${warningMessage}IEEE1278.4 retrieval to this location, use your browser to save ${ieeeBaseLinkUrl}${DIS.4.document}" file="${DIS.4.rename}"/> - </target> <!-- =============================================== -->