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=26704>. 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=26704 Java task: append attribute not working Summary: Java task: append attribute not working 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 append attribute of java tasks has no effect. Output files will be overwritten every time the java tasks is called, even if append is set to true. Looking at the sources in src/main/org/apache/tools/ant/taskdefs/Java.java I can not find any code that actually reads this setting. I believe it must be passed on the the redirector, as in redirector.setAppend(append); This is done in ExecTask.java, but not Java.java. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
