=== modified file 'build.xml'
--- old/build.xml	2026-06-23 18:00:55 +0000
+++ new/build.xml	2026-07-31 06:52:56 +0000
@@ -139,15 +139,19 @@
 
    <!-- path used when running application related tasks -->
    <path id="app.classpath">
-      <fileset dir="${fwd.lib.home}"    includes="*.jar"/>
-      <fileset dir="${deploy.home}/lib" includes="*.jar"/>
+      <pathelement location="${fwd.lib.home}/p2j.jar"/>
+      <pathelement location="${fwd.lib.home}/fwdspi.jar"/>
+      <pathelement location="${fwd.lib.home}/fwdaopltw.jar"/>
+      <pathelement location="${deploy.home}/lib/${appname}.jar"/>
    </path>
 
    <!-- path used when running database import tasks -->
    <path id="import.classpath">
-      <fileset dir="${fwd.lib.home}"    includes="*.jar"/>
-      <fileset dir="${deploy.home}/lib" includes="*.jar"/>
-      <fileset dir="${build.home}/lib"  includes="*.jar"/>
+      <pathelement location="${fwd.lib.home}/p2j.jar"/>
+      <pathelement location="${fwd.lib.home}/fwdspi.jar"/>
+      <pathelement location="${fwd.lib.home}/fwdaopltw.jar"/>
+      <pathelement location="${deploy.home}/lib/${appname}.jar"/>
+      <pathelement location="${build.home}/lib/${appname}.jar"/>
    </path>
    
    <tstamp>

