Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] ant error parser?

Zarges, Olav wrote:

Elena Laskavaia schrieb:
Does anybody ever heard of ant error parser that parses out ant+gcc output and feed it to Problems view? Would it be hard to create something like this?

As long as you want to run gcc from within your ant build script you
just need to start ant with the -e option and the output is displayed
properly in the problem view. You specify this option in your C/C++
Project as the build command e.g. :

"ant.bat -e -f your_buildfile.xml" // applies to windows only

That only works if you are using ant as your make replacement in a
Standard Make (or derived) project.

If you are using the ant tooling build into Eclipse (ie ant builder
and ant external tools) then there is no bridge to get the CDT error
parsers to recognize the output.

Thomas
--
Thomas Fletcher
Crank Software Inc.
www.cranksoftware.com


Back to the top