From 57c8f3713d30756f097fa6170f1ba4d58c9f13ce Mon Sep 17 00:00:00 2001
From: git <tdnorbra@nps.edu>
Date: Tue, 10 Sep 2024 21:07:49 -0700
Subject: [PATCH] [Terry N.] make sure the dependency jar is fresh every run

---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 52600ba1db..b82952b56e 100644
--- a/build.xml
+++ b/build.xml
@@ -281,6 +281,7 @@ POSSIBILITY OF SUCH DAMAGE.
     </target>
 
     <target name="run.viskit" depends="set.classpath" description="Start the Visual Simikit (viskit) DES Authoring Tool on any O/S">
+        <ant antfile="examples/build.xml" target="jar" useNativeBasedir="true"/>
         <splash imageurl="file:${basedir}/${splash.image}"
                 useproxy="true"
                 showduration="5000"/>
-- 
GitLab