Hi!

-------- Original-Nachricht --------
> Datum: Fri, 28 May 2010 12:41:21 +0100
> Von: Bob Tarling <[email protected]>
> An: [email protected]
> Betreff: Re: [argouml-dev] uml2 activity diagram?

> I think its worth commiting what you have at least by the time I get
> back. Then others can get involved.

I could send you some code via mail, but thought you won't check
it anyway during your holidays...

> This shouldn't effect UML1.4 users - although if it does that could be
> a problem in itself. I'd expect the module to check UML version during
> its registration and just fail to register if we are not in UML2 mode.

That was my idea:
=========
public boolean enable() {
    if( Model.getFacade().getUmlVersion().startsWith("2")) {
        return true;
    }
    return false;
}
=========
It kinda seems to work. Argo tries to enable the module 2 times
and fails (as the logs show). But then the settings display
the enabled activity2 module.

Ciao,
Andreas

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

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

To unsubscribe from this discussion, e-mail: 
[[email protected]].
To be allowed to post to the list contact the mailing list moderator, email: 
[[email protected]]

Reply via email to