Bug 75004 - kdevelop does not support the standard ant output level
Summary: kdevelop does not support the standard ant output level
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: ANT (show other bugs)
Version: 3.0.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 21:25 UTC by Eugen D
Modified: 2008-06-29 17:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugen D 2004-02-11 21:25:53 UTC
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
Comment 1 Jens Dagerbo 2004-02-11 22:12:00 UTC
This build tool is at present unmaintained. Anyone feeling like helping out is welcome to do so.. :)
Comment 2 Eugen D 2004-02-11 22:24:40 UTC
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.. :)

Comment 3 Amilcar do Carmo Lucas 2004-02-11 23:06:20 UTC
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.
Comment 4 Andreas Pakulat 2008-06-29 17:57:25 UTC
there's no interest apparently to work on ant support.