AW: How to get each file's name in a fileset?
try nested mappers 01: 02: 03: 04: 05: 06: 07: 08: 09: 10: 11: 12: 13: PORTS: 14: ${ports} 15: 02: Define the schema dir as location, so I can reuse the absolute path in the
How to get each file's name in a fileset?
hi, In my project, the ant buidfile needs to know each file's name in a fileset. For example, there exists some files like XXX.wsdl in the schema dir; if I could get the string XXX, which is a porttype name, then I neednot to specify the porttype names in build.properties. Could anyone Help me, ple