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=32897>. 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=32897 Summary: [PATCH] New Logger: displays target's source file location to maximize information when using imported build scripts. Product: Ant Version: 1.7Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The import task provides for creating complex scripts through the re-use of existing simplier scripts. The only problem is that, for a new user of such a script, it can be quite difficult to trace back the origin of each target. The attached file contains a logger that modifies the target-started log message to include source file location information provided by the XML parser. When editor mode (-e) is enabled, the logger outputs the location information in a format that many IDEs recognize. As a result, it becomes possible to easily navigate to each target in the order in which they were executed. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]