hahaking119 / vienna-add-in

Automatically exported from code.google.com/p/vienna-add-in
0 stars 0 forks source link

Handle duplicate GUIDs in Standard Library Importer #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When importing the standard CC library XMI files into a project more than
once, an error occurs, because the GUIDs must be unique. This also happens
if the library is imported into different models within a single project.

Original issue reported on code.google.com by cschollum on 8 Oct 2009 at 12:22

GoogleCodeExporter commented 9 years ago
As a possible solution, we could strip the GUIDs when importing the files 
(parameter
'stripGuid=1'). However, having unique GUIDs might be a good thing for updating 
the
libraries in the future.

Original comment by cschollum on 8 Oct 2009 at 12:24