Re: Replace extension with mapper

2005-02-03 Thread Peter Reilly
Ant's globmapper does not support more that one "*". You need to use a regexpmapper, for example: Robert Soesemann wrote: While copy HTML files (*.htm or *.html) to another folder, I want to rename the extension

Replace extension with mapper

2005-02-03 Thread Robert Soesemann
While copy HTML files (*.htm or *.html) to another folder, I want to rename the extension of all those files to *.xhtml. I tried this, but it didn't work. Can you help? include name="**/*.html"/> Best regards, Robert -