DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29473>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29473 Superfluous blank lines in log Summary: Superfluous blank lines in log Product: Ant Version: 1.6.1 Platform: Sun OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Blank lines in the log output have doubled since version 1.5.3-1. I included the simplest example that I could below. I added line numbers (#:) so that the blank space didn't get lost when entering this issue. --- $ export ANT_HOME=/usr/bin/apache-ant-1.5.3-1 $ ant -q 1: 2:BUILD SUCCESSFUL 3:Total time: 1 second $ export ANT_HOME=/usr/bin/apache-ant-1.6.1 $ ant -q 1: 2: 3: 4: 5: 6: 7: 8:BUILD SUCCESSFUL 9:Total time: 2 seconds $ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]