Vojislav Stojkovic
Vojislav Stojkovic

Reputation: 8153

How to get Ant build errors inside Eclipse "Problems" view

When I set up an Ant script to run as an Ant builder in an Eclipse project, the only options I have for handling the output are to:

Is there any way to tell Eclipse how to parse the output and add entries to the Problems view accordingly?

Upvotes: 1

Views: 515

Answers (1)

Konstantin Komissarchik
Konstantin Komissarchik

Reputation: 29139

I don't think you are going to find a solution, but if you do it would have to be a third-party plugin implementing a replacement Ant Builder. As you've discovered, Eclipse Ant build integration doesn't support this.

You may also want to consider opening an enhancement request at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform site. While there is no guarantee that someone will step up to implement this feature, you never can tell.

Upvotes: 1

Related Questions