Hi
I would like to replace a 0x1a character through a "space"
with this definition in all src.dir subdirectories:
<replace dir="${src.dir}" token="\u001a" value=" ">
<include name="**/*.java"/>
</replace>
This doesn't work.
Does someone know how I can realize this with the <replace> task?
--
Klaus Hartlage
Math java project: http://www.hartmath.org
Riding the Java wave: http://www.jsurfer.org
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>