Ok, I have the following Ant code...
<replace file="E:/Projects/tdk/dist/tdk/conf/server.xml">
<replacetoken>
<![CDATA[a]]>
</replacetoken>
<replacevalue>
<![CDATA[A]]>
</replacevalue>
</replace>When I run it, I don't get any errors (it finds the file just fine cause if I change the name to server.xmlffff, I get an error), but the file is not modified either. Anyone know what is wrong? thanks, -jon -- Honk if you love peace and quiet.
