Hi Tom, That did the trick. I'm now able to run ArgoPrint from version 0.30.2. This will give me a chance to do some more real-world testing rather than simply testing through Eclipse.
Cheers, Mark On Sun, Feb 6, 2011 at 11:21 PM, Tom Morris <[email protected]> wrote: > I've committed a fix to ArgoPrint which should resolve this. It > turned out to be just an initialization ordering problem. The plugin > constructor was attempting to create the dialog which needed the > Translator classpath setup so it could fetch resources, but that > doesn't happen until the module is full loaded (ie after the > constructor runs). > > There's really no need for this dialog to be created at startup time > anyway. As a general principle, modules should keep the code in their > constructor and enable() methods as lightweight as possible. > > Please test the fix on your system and let me know if it works. > > Tom > > ------------------------------------------------------ > > http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2702601 > > 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=2702669 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]]
