[Issue 6355] No longer able to open XMI from command line

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.issues
Message-ID <[email protected]>
http://argouml.tigris.org/issues/show_bug.cgi?id=6355






------- Additional comments from [email protected] Fri Aug 19 10:10:22 -0700 2011 -------
I found why:
Since 13/01/2011 (r18968)

public Project getCurrentProject() {
        if (currentProject == null && !creatingCurrentProject) {
            makeEmptyProject();
        }
        return currentProject;
}

become 

@Deprecated
public Project getCurrentProject() {
 return currentProject;
}


if someone apply my patch:
- I forgot to do ctrl-Shift-F (Eclipse) on what I have changed
- There is other createDiagram method, rewrite and use (And have the good tests)

Regards,

Laurent.

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2825287

To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.