Ant war task failing



The excludes set seems to be ignored when specifying properties files
to be placed into the classes directory.
Note the debug output shows the correct files to be excluded (sofa-
handlers-excluded.properties,SofaConfiguration.properties), however,
they're still included in the .war file!

Ideas?
Tom
---------------------------------------------------

[antcall] Exiting c:\ws\sofa\build.new\private.build.xml.
ZipFileSet: Setup scanner in dir c:\ws\sofa\src\web\mortgageservice
with patternSet{ includes: [web.xml] excludes: [] }
zipfileset: Setup scanner in dir c:\ws\sofa\etc\properties with
patternSet{ includes: [*.properties] excludes: [sofa-handlers-
excluded.properties,SofaConfiguration.properties] }
zipfileset: Setup scanner in dir c:\ws\sofa\tmp\lib with
patternSet{ includes: [fsb-sofa-service-contract-1.0.0.jar, fsb-sofa-
util-1.0.0.jar, ../tools/runtime/java/lib/commons-logging-1.1/
*.jar, ../tools/runtime/java/lib/log4j-1.2.14/*.jar] excludes: [] }
[war] Building war: c:\ws\sofa\tmp\lib\fsb-sofa-service-
MortgageService-1.0.0.war
[war] adding directory META-INF/
[war] adding entry META-INF/MANIFEST.MF
[war] adding directory WEB-INF/
[war] adding entry WEB-INF/web.xml
[war] adding directory WEB-INF/classes/
[war] adding entry WEB-INF/classes/SofaConfiguration.properties
[war] adding entry WEB-INF/classes/jdbc.properties
[war] adding entry WEB-INF/classes/log4j.properties
[war] adding entry WEB-INF/classes/sofa-handlers-
excluded.properties
[war] adding directory WEB-INF/lib/
[war] adding entry WEB-INF/lib/fsb-sofa-service-
contract-1.0.0.jar
[war] adding entry WEB-INF/lib/fsb-sofa-util-1.0.0.jar
[ant] Exiting c:\ws\sofa\build.new\private.build.xml.

.