Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Re: Pole: Ant Console vs. Debug Console

And, of course, this is much more like the command line Ant output (with the
addition of color).
Darins

"Jared Burns" <jared-eclipse@xxxxxxxxx> wrote in message
news:ap45qo$lqp$1@xxxxxxxxxxxxx...
> As a replacement for the structured output pane, I'd like to just
structure
> the output such that you can see where each message was generated.
> Something like so:
> <bk> - black
> <bl> - blue
> <rd> - red
>
> <bk><project: foo></bk>
>   <bk><target: grah></bk>
>     <bl>This is my output</bl>
>   <bk><target: blah</bk>
>     <rd>This is my error message<rd>
>
> The benefit of this approach is that you can immediately see where the
> output was generated. For example, it's clear that "This is my output" was
> generated by the "grah" target.
>
> - Jared
>
> Darin Wright wrote:
> > * Structured Output: The log console provides a tree view of the output,
> > corresponding to Ant tasks. The debug console does not support
structured
> > output.
>





Back to the top