[KDev4] What is the status of project manager, builders, debuggers?

Andreas Pakulat apaku at gmx.de
Thu Apr 26 07:05:10 UTC 2007


On 25.04.07 20:53:56, Matt Rogers wrote:
> 
> On Apr 25, 2007, at 3:29 PM, dukju ahn wrote:
> 
> > 2007/4/25, Andreas Pakulat <apaku at gmx.de>:
> >
> >>> On 25.04.07 03:51:13, dukju ahn wrote:
> >> Isn't the documentation on the wiki enough? The Project knows which
> >> manager it uses. The QMake Manager only does reading .pro files and
> >> delviers the files in it.
> >
> > I want to clarify the concept. For instance, suppose that there is
> > custom makefile manager (which was in KDev3.4). In this case,
> > Makefile is manually edited by user, so we don't have to modify build
> > system. Then what is the role of IProjectFileManager::addFile(),
> > IProjectFileManager::removeFolder() here?
> 
> There is no role for them in this case.

As I said already it could maintain a list of project files like in
KDevelop3.

> > Also, can CustomMakeManager use MakeBuilder to invoke build process?
> 
> Sure. But in this case, I think we could want something like a  
> CustomCommandMakeBuilder to handle the cases where the compilation  
> command is not 'make' but perhaps 'nmake' or something else

As dukju already said, this can be done in the MakeBuilder. However a
CustomBuilder to run something other than make should be available too.

Andreas

-- 
In the stairway of life, you'd best take the elevator.




More information about the KDevelop-devel mailing list