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=26137>.
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=26137

<java> task ignores the append attribute

           Summary: <java> task ignores the append attribute
           Product: Ant
           Version: 1.6.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The <java> task ignores the append attribute while redirecting the output 
and/or error to a file, 
since 1.6.0 (works fine with 1.5.4). output and error files are always 
overwritten.

It seems that the setAppend(boolean append) method in 
src/main/org/apache/tools/ant/taskdefs/ 
should be modified to replace ;

this.append = append;

with :

redirector.setAppend(append);

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to