[KDev4] buildtools/builder API suggestion.

Vladimir Prus ghost at cs.msu.su
Sun Apr 29 14:09:06 UTC 2007


On Sunday 29 April 2007 17:44, Andreas Pakulat wrote:
> On 29.04.07 08:30:54, dukju ahn wrote:
> > I'm working on CustomMakeManager. The problem is that
> > IProjectBuilder::build() api is not reusable for CustomMakeManager
> > 
> > in IProjectBuilder, the only interfaces are
> > 
> >     virtual bool build(ProjectBaseItem *dom) = 0;
> >     virtual bool clean(ProjectBaseItem *dom) = 0;
> > 
> > The problem is that we cannot specify build target or
> > build directory using ProjectBaseItem.
> 
> So? From the project base item you can fetch the project and find the
> builddir. If a project manager wants to allow building of a specific
> target it should do so by additions to the context menu.

FWIW, I'd prefer that in KDevelop4 debugger be able to specifically
ask the project manager to update the target that is being debugger.

- Volodya




More information about the KDevelop-devel mailing list