Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] building projects prior to a launch

At 08:52 AM 5/21/2010, James Blackburn wrote:
On 21 May 2010 14:46, James Blackburn <jamesblackburn@xxxxxxxxx> wrote:
> BTW, if you can you should encode the configuration to build in the
> build arguments (see BuilderFactory in managedbuild.core) rather than

And fixing this would also fix:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=312709

The launch delegate shouldn't be using the CDTPropertyManager...

That's actually what got me here :-) I started investigating a resolution to that issue. So, my objectives are to pass the configuration name directly and to build only the referenced project.

John


Back to the top