Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Follow-up to my last patch notification

Sorry,
I have one warning to all users of the managed build feature. You will 
have to re-create your projects after you apply the patch. The ID of the 
managed project nature is derived from the project in which it is defined, 
and since that has been changed, your old projects are no longer valid.

There is a wok-around, of course.
1. Switch to the navigator view.
2. Open the .project file
3. Find the line <nature>org.eclipse.cdt.core.managedBuildNature</nature>
4. Replace it with the line 
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>

 I appologize for the one-time inconvenience.

Sean Evoy
Rational Software - IBM Software Group
Ottawa, Ontario, Canada



Back to the top