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]]
