>
> Thank you all for introducing ant-Contrib to me. It's very convenient
> and does work well. Thanks.
>
4711.wsdl
>| XXX.wsdl
>|
>\---dev
>9998.wsdl
>.wsdl
>
>
> C:\TEMP\ant-mapper>ant
> Buildfile: build.xml
> [echo] PORTS:
> [echo] 123
> [echo] 4711
> [echo] XXX
> [echo] 9998
> [echo
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