I replaced the unnecessary complexity as follows:
Index: build.xml
===================================================================
— build.xml (revision 25142)
+++ build.xml (working copy)
@@ -72,14 +72,8 @@
<path id="compile.run.classpath">
<pathelement location="$
{build.classes.dir}
" />
- <fileset dir="$
{icefaces.lib.dir}">
- </fileset>
- <fileset dir=".">
- <patternset>
- <include if="weblogic-arp.present"
- name="**/${weblogic.arp.lib}"/>
- </patternset>
- </fileset>
+ <fileset dir="${icefaces.lib.dir}
" />
+ <fileset dir="$
{lib.dir}
" />
</path>
Marking this one as FIXED.
Changed Fix Version/s to 1.8.2.GA_P02