<replace output-encoding="iso-8859-1">
<fileset basedir="${output}">
<include name="**/*.htm" />
<include name="**/*.html" /> </fileset>
<replacements>
<replace pattern="(/images/)|(images/)" value="http://${targetserver}/images/" />
<replace pattern="css/player.css" value="http://${targetserver}/css/player.css" />
<replace pattern="css/compatiblebrowsers.css" value="http://${targetserver}/css/compatiblebrowsers.css" />
<replace pattern="(/js/)|(\bjs/)" value="http://${targetserver}/js/" /> </replacements>
</replace>
Just let me know, Rodrigo
Felice Vittoria wrote:
Hello,
Has anyone performed a text file search and replace using Nant? If so, how can this be accomplished?
Thanks,
Felice
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
