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=6575>. 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=6575 No log message from the Expand task. Summary: No log message from the Expand task. Product: Ant Version: 1.5 alpha (nightly) Platform: Other OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The Expand task does not log a message when the file is expands. I suggest adding the following line: RCS file: /home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Expand.java,v retrieving revision 1.23 diff -w -c -r1.23 Expand.java *** src/main/org/apache/tools/ant/taskdefs/Expand.java 10 Jan 2002 13:59:31 -0000 1.23 --- src/main/org/apache/tools/ant/taskdefs/Expand.java 20 Feb 2002 13:08:50 -0000 *************** *** 137,142 **** --- 137,143 ---- * This method is to be overridden by extending unarchival tasks. */ protected void expandFile(FileUtils fileUtils, File srcF, File dir) { + log("Expanding: " + srcF + " into " + dir, Project.MSG_INFO); ZipInputStream zis = null; try { // code from WarExpand -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
