OK, I just had chance to test this on Windows with the dbuml-complete-1.0.2.zip release and it does exactly the same thing, so the problem isn't Mac specific. Apparently you need the command line from the Windows specific batch file dbuml.bat which is:
java -cp argouml.jar;ext\postgresql-8.2-505.jdbc2.jar;ext\dbuml.jar org.argouml.application.Main If you just double click argouml.jar (which is equivalent to doing java -jar argouml.jar from the command line), you'll see the same behavior of silently failing and hanging half way through the startup process (decidely NOT a good failure mode). I'll file a bug report for the lack of an error message. ArgoUML should always give some kind of reasonable user visible message no matter how broken an extension module is. You should also report this to the dbuml folks too though since it sounds like they probably need to at a minimum provide startup scripts for other significant operating systems like Linux and OS X. Tom On Nov 1, 2007 2:40 PM, Tom Morris <[EMAIL PROTECTED]> wrote: > On 10/31/07, Nicolas Daum <[EMAIL PROTECTED]> wrote: > > > I got more info in the Console: > > > > Exception in thread "main" java.lang.NoClassDefFoundError: > > org/dbuml/argo/ui/explorer/ExplorerTree > > at org.argouml.ui.ProjectBrowser.createPanels(ProjectBrowser.java:386) > > It looks to me like the dbuml module may be trying to replace one of > the core classes of ArgoUML (which wouldn't be good), but you'll need > to get help from them to figure out exactly what is going on. It may > be some type of classloader issue, but without looking into it more, > it's hard to say. > > Tom > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
