Re: Replace extension with mapper
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
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 -