You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Dirk-Willem van Gulik <di...@covalent.net> on 2001/07/07 02:27:03 UTC

ANT and MacOS-X

When using ANT together with MacOS X it's project builder you loose the
nice click-on-an error output; as the latter gets confused by the [javac]
prefix; and seems to want ^(\s*)path:#

So I am now piping the output from ant through a small perl script
to make things work (see attached). This is kind of a compromize between
the '-emacs' mode and something which looks nice. Perhaps something for a
future release...

Dw

Re: ANT and MacOS-X

Posted by Michael McCallum <mi...@spinsoftware.com>.
Hi,

I introduced the capability for processing the output of the compilers with a FilterSet patch a few 
months back.

It was rather primitive, but it would have been simple to extend it to full processing of the output 
rather than just path translation.

See bug report for details.. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1545

On 6 Jul 2001, at 17:27, Dirk-Willem van Gulik wrote:

> 
> When using ANT together with MacOS X it's project builder you loose the
> nice click-on-an error output; as the latter gets confused by the [javac]
> prefix; and seems to want ^(\s*)path:#
> 
> So I am now piping the output from ant through a small perl script
> to make things work (see attached). This is kind of a compromize between
> the '-emacs' mode and something which looks nice. Perhaps something for a
> future release...
> 
> Dw
> 



If the brain were so simple we could understand it, we would be so simple we couldn't
-- David Zindell