diff build.xml @ 4:5234e4500d45

Command-line arguments (only partially tested).
author David Barts <n5jrn@me.com>
date Fri, 17 Jul 2020 14:51:41 -0700
parents a6f9b51d5e8d
children 92afaa27f40a
line wrap: on
line diff
--- a/build.xml	Fri Jul 17 11:48:07 2020 -0700
+++ b/build.xml	Fri Jul 17 14:51:41 2020 -0700
@@ -66,6 +66,9 @@
   <target name="classpath">
     <path id="compile.classpath">
       <pathelement location="${src.home}"/>
+      <fileset dir="${lib.home}">
+        <include name="*.jar"/>
+      </fileset>
     </path>
   </target>
 
@@ -110,6 +113,7 @@
         <attribute name="Main-Class" value="${app.entry}"/>
       </manifest>
       <!-- <zipgroupfileset dir="${lib.home}" includes="*.jar"/> -->
+      <zipgroupfileset dir="${lib.home}" includes="*.jar"/>
       <zipfileset src="${work.jar}"/>
       <zipfileset dir="${src.home}" includes="**/*.properties,**/*.html"/>
     </jar>