Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Patch for Approval: Standard make info in cdtproject file

Sounds good in principle (though I was looking at the patch, not at
the final code), things that I think we need to make note of
when the change occurs to move the data to the .cdtproject file:
- What will happen to historical users who had their values stored as
   preferences (I might be totally wrong here, perhaps there isn't anything
   which is migrating from a preference to a .cdtproject file, but I thought
I
   would ask).
- Are the methods for working with the .cdtproject file properly
  synchronized?  I don't have the source handy, just asking.

Thanks,
 Thomas

----- Original Message -----
From: "Douglas Schaefer" <dschaefe@xxxxxxxxxx>
To: <cdt-patch@xxxxxxxxxxx>
Sent: Monday, July 07, 2003 10:14 PM
Subject: [cdt-patch] Patch for Approval: Standard make info in cdtproject
file


> Hey gang,
>
> Here's one I'd like to get approval on.  This patch adds the ability to
> add arbitrary XML data to the cdtproject file.  I then use this to store
>
> the stuff Sean had put in the cdtbuild file for Standard Make projects.
> The intention is to do the same for the Managed Make projects and
> anything
> else we need to store in source control.
>
> I also cleaned up some of the exception handling in the
> StandardBuildManager.
>
> Thanks,
> Doug Schaefer, Senior Software Developer
> IBM Rational Software, Ottawa, Ontario, Canada
>
>
>



Back to the top