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

 
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