On Tue, 11 Dec 2001, Nathan Coast <[EMAIL PROTECTED]> wrote: > Is there a simple way to create files that contain paramaterised > data e.g. build number.
Use <echo> with the file attribute set. You probably want to use
nested text, something like
<echo file="foo.html"><![CDATA[
<html>
...
<p>The build number is ${buildnum}.</p>
...
</html>
]]></echo>
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
