[Issue 6414] svg batch export of class diagram generates 0 byte file
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=6414 ------- Additional comments from [email protected] Wed Feb 29 16:19:02 -0800 2012 ------- That looks a lot better than something I was working on. The only thing I question in your solution Tom is this test if (SwingUtilities.isEventDispatchThread()) { ... } else { ... } the doCommand method is only ever called from the command line so I don't think we need the condition - we can just do the invokeAndWait that you have in the else block. The whole command line stuff is Linus's baby so I'll let him review and commit now that we have a good explanation and the bones of a solution. Thanks for chipping in Tom. ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2928164 To unsubscribe from this list, e-mail: [[email protected]]. Please do not reply to this mail. Instead, add your comments in the issue.