You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/12/31 00:33:20 UTC

DO NOT REPLY [Bug 32897] New: - [PATCH] New Logger: displays target's source file location to maximize information when using imported build scripts.

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: dev@ant.apache.org
        ReportedBy: kevin.greiner@compsol.cc


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org