DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=21619>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=21619 Patch to PathConvert for a filename only property [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2004-11-09 19:21 ------- Sorry for taking so long to respond to this request. In ant 1.6.2, this feature can now be achieved by using an embedded mapper. <pathconvert targetos="unix" property="x"> <path> <fileset dir="." includes="*.xml"/> </path> <mapper type="flatten"/> </pathconvert> <echo>files are ${x}</echo> ouputs: build.xml So there does not need to be an attribute - so I am closing this as a WONTFIX (I suppose it should be FIXED as the feature is implemented?) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
