DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26020>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26020 Writing to a file. Summary: Writing to a file. Product: Ant Version: 1.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am trying to write to a log file from build.xml by using below commands: <record name="ant_log.log" action="start" /> <echo message="some message"> <record name="ant_log.log" action="stop" /> when I run ant script from the NetBeans , for the first time it creates log file, but when I am trying to run it again - it's seems to lock the file. Meaning, the file doesn't get updated, and I cannot delete it, unless I close NetBeans. If I ran same procedure from the command line directly it works fine every time. p.s originally, I opened this bug on NetBeans.org, here's URL for your reference: http://www.netbeans.org/issues/show_bug.cgi?id=38560 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]