The follwoinf script works in my environment (Fedora Core 2 Linux): <project> <record name="log.txt" action="start"/> <echo message="test inside record"/> <record name="log.txt" action="stop"/> <echo message="test outside record"/> <move file="log.txt" tofile="test.txt"/> </project>
Ivan --- Robert Soesemann <[EMAIL PROTECTED]> wrote: > Hello, > > In my build script I use the <record> task to echo > errors to a log file. > At the end of my script i want to perform some > operations (replace, > rename) on that file. > > But this does not work, as ant hold a lock on that > file the whole time. > How can I release that? > > Regards, > > R. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]