Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] IManagedProject, IManagedBuildInfo, ICProjectDescription

Out of frustration, I have started something at
http://cdt-devel-faq.wikidot.com ...

Andras

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Doug Schaefer
> Sent: Thursday, December 13, 2007 4:05 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] IManagedProject, IManagedBuildInfo,
> ICProjectDescription
> 
> +1. We really need to document what the API is for the build system. I've
> been using IManagedProject, which was the original managed build model,
> but
> I get the sense that by not using the ICProjectDescription I'm not getting
> everything I need to programmatically set up the build model.
> 
> Doug Schaefer, QNX Software Systems
> Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On
> > Behalf Of Andras Varga
> > Sent: Thursday, December 13, 2007 9:42 AM
> > To: 'CDT General developers list.'
> > Subject: [cdt-dev] IManagedProject, IManagedBuildInfo,
> > ICProjectDescription
> >
> > Hi all,
> >
> > Can someone please enlighten me on the purpose (and differences between)
> > the
> > following classes: IManagedProject, IManagedBuildInfo,
> > ICProjectDescription?
> > When do I use one or the other?
> >
> > They all seem to deal with configurations, e.g. ICProjectDescription and
> > IManagedProject both contain createConfiguration() methods, one taking
> > ICConfigurationDescription and the other IConfiguration.
> >
> > Further similar classes are ManagedMakeProject (which seems to be dead,
> as
> > there're no references to it?), and ICProject.
> >
> > Thanks,
> > Andras
> >
> >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top