--- Glenn McAllister <[EMAIL PROTECTED]> wrote:
> Diane, I'm not getting that behaviour when I try with my set of tests.
> Could you provide the snippet of the build file causing you the problem?

  <target name="testecho">
    <echo file="foofile">This is the initial text.
</echo>
    <echo file="foofile" append="yes">This is additional text.
</echo>
  </target>

Results in:
[binky] ant -f test.xml testecho
Buildfile: test.xml
testecho:
This is the initial text.

This is additional text.


BUILD SUCCESSFUL
Total time: 1 second
[binky] cat foofile
This is the initial text.
This is additional text.
[binky]

I'm running on NT under MKS, with Ant version 1.2alpha3 compiled on
September 29 2000.

Thanks,
Diane


=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/

Reply via email to