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=29843>.
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=29843

please consider indenting nested ant call outputs

           Summary: please consider indenting nested ant call outputs
           Product: Ant
           Version: 1.7Alpha (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


hi,

 when you invoke the "ant" task in a build file, the output is at the same 
level of indentation as the parent build file output eg

[init] <-- main build file 
...
[init] <-- 2nd build file invoked from main build file
...
[init] <-- 3rd build file invoked from 2nd build file
...

please consider having an option to indent this, or prefix the outputted target 
with the project name (or maybe even both)

[myproject-init]
...
[subproject-init]
...
[subsubproject-init]
...

or preferably

[myproject-init]
...
   [subproject-init]
   ...
      [subsubproject-init]
      ...

thanks,
Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to