>>> ns = MFactory.getDefaultFactory().createNamespace(); >> >> Which old version? > > Seems to be from NSUML. So the answer is several years out-of-date.
In that case, it's important to understand that NSUML implemented UML 1.3 and the current version of ArgoUML implements UML 1.4, so the changes are more significant than just switching from one library to another. One of the OMG's working documents (?ptc?/01-02-22) has a (brief) summary of the changes and you can also look at the XSL that we use to upgrade old UML 1.3 XMIs to UML 1.4 XMIs. We're on our way to UML 2.x now, so, as long you're making changes, you probably want to keep that in mind so you can easily accommodate any changes that will be needed for that.. Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=998883 To unsubscribe from this discussion, e-mail: [[email protected]].
