Skip to main content

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


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

Regards Olav




Back to the top