Re: How to get each file's name in a fileset?

2005-12-12 Thread Ding Shukai
> > Thank you all for introducing ant-Contrib to me. It's very convenient > and does work well. Thanks. >

Re: How to get each file's name in a fileset?

2005-12-12 Thread Ding Shukai
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

How to get each file's name in a fileset?

2005-12-11 Thread Ding Shukai
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