Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Adding 100's of C++ Projects to a Workspace

We've been lucky....
 
One of many woes with the build model right now ;)
 
Cheers,
Doug


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
Sent: Friday, July 11, 2008 11:42 AM
To: CDT General developers list.
Subject: RE: [cdt-dev] Adding 100's of C++ Projects to a Workspace

 
Mucking with the .cproject file will likely blow up severely. Those magic numbers do need to be unique and I do believe the need to be unique across the workspace (or all workspaces even).
Interesting ManagedBuildManager.getRandomNumber() doesn't appear to check that the returned random number hasn't been used before :)...
 
James

Back to the top