You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Peck, Michael" <mp...@akamai.com> on 2002/08/06 16:30:32 UTC

Ant problem: truncating output

I am having a problem with Ant.  I am running a build script that eventually
calls Ant.  I have the build script's stdout and stderr redirected to files.
 
When Ant finishes (successfully or not), it somehow manages to truncate the
stdout file.
 
How can I prevent this?  It's deleting a log of output that I need to
capture!
 
Thanks!