You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Ding Shukai <di...@gmail.com> on 2005/12/12 05:54:24 UTC

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,
please? Thanks~