Version: 3.0.0 (using KDE 3.2.0, SuSE) Compiler: gcc version 3.3.1 (SuSE Linux) OS: Linux (i586) release 2.4.21-166-default In the "project options" one can set how detailed the output should be: - quiet - verbose - debug But you can't choose "standard" which is the output level you get when not specifying any output level parameter when calling ant
This build tool is at present unmaintained. Anyone feeling like helping out is welcome to do so.. :)
Pardon me to contact you directly, but I just wanted to know if it is possible to just check out the ant code (or a limited set of files) from kdevelop and develop and test them (using the binary kdevelop)? In that case I'd dare to debug and enhance the ant module. But I don't want to check out and build the whole kdevelop project (which seems quite big) - at least not now. > ------- Additional Comments From jens.dagerbo@swipnet.se > 2004-02-11 22:12 ------- This build tool is at present > unmaintained. Anyone feeling like helping out is welcome to do > so.. :)
The entire KDevelop source code takes around 25 minutes to compile. And you only need to do it once. Because if you do a change in an ANT project .cpp file, only that file gets recompiled. So do not be affraid of it. And we do have documentation on the code. Just follow the "KDevelop API documentation" link on the web site.
there's no interest apparently to work on ant support.