I'm thinking about starting some work on the UML2 activity diagram soon. Have you made any progress yourself there Andreas? Anything to commit before I start?
I'll start work with all Figs as package scope inside the module but these may move into some common diagram module in future. The first commit will likely be fairly simple with the diagram being owned by an Activity and just Figs for Action ControlFlow. From there hopefully the team can collaborate. Regards Bob On 28 May 2010 12:55, Andreas Rueckert <[email protected]> wrote: > 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]] > ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2630464 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]]
