Hi Thomas I mentioned in the email that I plan to extend for UML2. I'll see if I can do that sooner rather than later. A good example will be the Changability control, UML2 does not allow AddOnly.
The only thing commited so far are some comments regarding where UML2 will differ. I mentioned to Linus the hudson problem which is only failing on Java 6 I have a new setup here so I need to check I have everything right but I have no problems in eclipse. I suspect I have something wrong as for me eclipse gives a warning if I do not have @Override. Is your eclipse set to Java6? I tend to use java 5 to make sure I don't include any Java 6 specific classes. The @Override when implementing a method is useful. If you change a class that implements some interface so that it no longer implements the interface eclipse warns you if you forget to remove the implemented methods. Bob. 2009/12/21 Thomas Neustupny <[email protected]>: > Hi Bob, > > you are doing great work! Thanks for the explanations in one of your previous > mails, I agree that the property panel work is most important for the UML2 > transition. I saw in svn that now it is possible to make UML2 specific > property panels, am I right? > > BTW, what's wrong with the Hudson build, do you have an idea? Also, since a > few days I have to remove some @Override annotations in the property panel > project, otherwise eclipse complains about that, am I the only one with that > problem? > > Thomas > > -------- Original-Nachricht -------- >> Datum: Mon, 21 Dec 2009 15:29:20 +0000 >> Von: Bob Tarling <[email protected]> >> An: [email protected] >> Betreff: [argouml-dev] Make Model Element Property Panels core in IZ > >> I think we are agreed that the prop panels should make the next release. >> >> Linus - could you move the subcomponent "Model Element Property >> Panels" from "seeds" to "argouml" in issuezilla so that any P1 or P2 >> defect becomes a blocker for the next release. >> >> Regards >> >> Bob >> >> ------------------------------------------------------ >> http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2432015 >> >> 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]] > > -- > 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=2432026 > > 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=2432030 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]]
