From 74dd2d6eb33d0dd0ec0e5bb9d7d6e9e74a939cf4 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Sun, 4 Jul 2021 18:23:51 -0700 Subject: [PATCH] fill in update target for nps gitlab, update.open-dis7.jar.gitlab --- build.xml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index d794938d6c..3dd3e51e3e 100644 --- a/build.xml +++ b/build.xml @@ -127,11 +127,27 @@ POSSIBILITY OF SUCH DAMAGE. <copy file="${open-dis7-java.relative}/open-dis7-pdus-javadoc.jar" todir="lib" force="true" verbose="true" failonerror="true"/> <copy file="${open-dis7-java.relative}/open-dis7-pdus-source.jar" todir="lib" force="true" verbose="true" failonerror="true"/> </target> - - <target name="update.open-dis7.jar.gitlab" description="update open-dis7.jar in project lib directory"> - <!-- TODO retrieve from online archive, perhaps --> + + <property name="gitlab.nps.edu.MV3500.lib" value="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/lib"/> + + <target name="update.open-dis7.jar.gitlab" description="Update local open-dis7 .jar files in project lib directory"> + <echo message="Update local open-dis7 .jar files in project lib directory using"/> + <echo message=" ${gitlab.nps.edu.MV3500.lib}"/> + <nbbrowse url="${gitlab.nps.edu.MV3500.lib}"/> + <get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-pdus-classes.jar" + dest="lib" verbose="true" usetimestamp="true"/> + <get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-enumerations-classes.jar" + dest="lib" verbose="true" usetimestamp="true"/> + <get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-pdus-source.jar" + dest="lib" verbose="true" usetimestamp="true"/> + <get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-enumerations-source.jar" + dest="lib" verbose="true" usetimestamp="true"/> + <get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-pdus-javadoc.jar" + dest="lib" verbose="true" usetimestamp="true"/> + <get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-enumerations-javadoc.jar" + dest="lib" verbose="true" usetimestamp="true"/> </target> - + <target name="update.open-dis7.jar.maven" description="update open-dis7.jar in project lib directory"> <!-- TODO retrieve from Maven published repository once available --> </target> -- GitLab