Hi Linus There are no dependencies from sequence2 to sequence regarding runtime classes. But we should be able to read old style sequence diagrams and convert them to sequence2, that is what is failing here.
In order to allow this the sequence2 module plugs into the persistence mechanism to convert any old sequence diagram class names to sequence2 class names as the PGML is read. As that code clearly isn't operating it seems to me that the sequence2 module isn't being registered. I think you'll find the failing test works fine in eclipse when the sequence2 module is included. Regards Bob. 2009/9/30 Linus Tolke <[email protected]>: > The same problem appears when running the tests from the ArgoUML sequence2 > tests.launch from within Eclipse. Where are the designed dependencies > between sequence and sequence2 documented? > > /Linus > > 2009/9/29 Linus Tolke Tigris <[email protected]> >> >> The problem is in the argouml-core-diagrams-sequence2 module. Shall that >> one really depend on the sequence diagram module? >> >> /Linus >> >> 2009/9/29 Bob Tarling <[email protected]> >>> >>> There is currently a ClassNotFound exception that indicates that the >>> test runs don't currently include the sequence diagram module in the >>> class path and/or don't register that module. >>> >>> Can you correct that Linus? >>> >>> Bob >>> >>> >>> >>> 2009/9/29 Linus Tolke <[email protected]>: >>> > I have now opened the firewall so that it is possible to look at the >>> > hudson >>> > server and I have reconfigured so that mails are sent to the person >>> > that >>> > "broke the build" using hudson's definition of this and >>> > [email protected]. >>> > >>> > You can find the server at http://closettop.homelinux.org:8080. Please >>> > notice that the network connection is bad so it might be slow or >>> > failing. >>> > >>> > /Linus >>> > >>> > 2009/9/28 Linus Tolke Tigris <[email protected]> >>> >> >>> >> I understand this much. I will attempt to enable that tonight so that >>> >> you >>> >> can all see how well it works. >>> >> The problem is that the connection between the router and the host is >>> >> bad. >>> >> Sofar, most of the communication for the nightly build is done using >>> >> the >>> >> subversion http connections and I have done some tuning and some >>> >> special >>> >> things to make several retries. For the SMTP connection from the >>> >> Hudson >>> >> server, the simple implementation in hudson doesn't have any such >>> >> retry >>> >> options and for web accesses from the outside to the inside, there is >>> >> no >>> >> such option. >>> >> If this doesn't work, I will have to put the computer in the same room >>> >> as >>> >> the router and connect it through a Ethernet cable instead of the >>> >> WLAN. >>> >> /Linus >>> >> >>> >> 2009/9/28 Dave Thompson <[email protected]> >>> >>> >>> >>> Not sure if this is still an issue, but it is possible to forward >>> >>> particular ports from the outside, to a specific machine within the >>> >>> network >>> >>> on most access points/modems. Some ISP's block this with a separate >>> >>> setting >>> >>> on their configuration pages, but usually there is a way to re-enable >>> >>> it. >>> >>> >>> >>> In the past, I have used this along with dynamic dns, to provide an >>> >>> externally accessible web page, even on a dial-up connection with no >>> >>> static >>> >>> IP address. >>> >>> >>> >>> The only thing to consider is vulnerability, as you'd have to keep up >>> >>> to >>> >>> date with any patches on the exposed server/firewall. >>> >>> >>> >>> Regards, >>> >>> >>> >>> Dave >>> >>> >>> >>> >>> >>> >>> >>> On Tue, 22 Sep 2009 14:18 +0200, "Linus Tolke" <[email protected]> >>> >>> wrote: >>> >>> >>> >>> Hello Bob! >>> >>> >>> >>> The server I use to run the nightly builds is behind a firewall. This >>> >>> means that if I enable the mail function from the Hudson server, the >>> >>> links >>> >>> pointing to the failing test cannot be followed. This means that work >>> >>> has to >>> >>> be done to get this to work properly. Any ideas on the simplest way >>> >>> to solve >>> >>> this? >>> >>> >>> >>> /Linus >>> >>> >>> >>> 2009/9/22 Bob Tarling <[email protected]> >>> >>> >>> >>> Bob said: >>> >>> > Linus - do you have any plans to get junit notification working? >>> >>> ?!? >>> >>> >>> >>> > Bob. >>> >>> >>> >>> ------------------------------------------------------ >>> >>> >>> >>> >>> >>> http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2397767 >>> >>> >>> >>> 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]] >>> >>> >>> >>> -- >>> >>> Dave Thompson >>> >>> [email protected] >>> >> >>> > >>> > >>> >>> ------------------------------------------------------ >>> >>> http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2401535 >>> >>> 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=2401998 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]]
