Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] .project file changes when changing active config

I always reply too soon :). I noticed it change when I changed the build command from make to something else. That triggers the change since the build command is in the .project file so it kind-a makes sense.

But that brings up my real question, why is this information in the .project file to begin with since it already is in the .cproject file. This could be a historical thing since I remember it getting added back in the early managed build days. I just don't remember whether it achieved the desired affect (deadlock avoidance maybe?).

Doug.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Schaefer, Doug
> Sent: Thursday, January 06, 2011 11:03 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] .project file changes when changing active config
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-
> bounces@xxxxxxxxxxx]
> > On Behalf Of James Blackburn
> > Sent: Thursday, January 06, 2011 10:38 AM
> > To: CDT General developers list.
> > Subject: Re: [cdt-dev] .project file changes when changing active
> > config
> >
> > On 6 January 2011 15:21, Schaefer, Doug <Doug.Schaefer@xxxxxxxxxxxxx>
> > wrote:
> > > Hey gang,
> > >
> > > Has anyone else noticed this. It seems when I change the active
> > > build
> > config, the build arguments change in the .project file. I'm not sure
> > I like that since the rest of my team then gets those changes when they
> update.
> > Should we consider this a bug. Why are the build arguments there to
> > begin with?
> >
> > Could you give an example of the change and perhaps open a bug?  I've
> > done a bit of work to make sure .{c}proj don't change when active
> > config changes, but I may not have committed it back...
> 
> I think it was triggered when I added a new config. I notice now that it
> doesn't change when I switch active configs. I'll raise a bug.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top