Hi Tom!

> This is unlikely to be a manifest problem.  Does the new module
> implement ImportInterface and ModuleInterface?  Is it getting found
> and initialized correctly?  If you're testing from Eclipse, you'll
> probably want to include the module explicitly using
> -Dargouml.modules=... in your launch definition.

Yes, yes, no. ;-)

I got one step further, the module loads, but:

5234  INFO [main] Opening jar file 
D:\Privat\argouml\src\argouml-build\build\ext\argo_java.jar 
(ModuleLoader2.java:562)
5234  INFO [main] Loading module org.argouml.language.java.reveng.JavaImport 
(ModuleLoader2.java:658)
5250 ERROR [main] Unable to find required class while loading 
org.argouml.language.java.reveng.JavaImport - may indicate
 an obsolete extension module or an unresolved dependency 
(ModuleLoader2.java:686)
java.lang.NoClassDefFoundError: org/antlr/runtime/CharStream
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
        at java.lang.Class.getConstructor0(Class.java:2671)
        at java.lang.Class.getDeclaredConstructor(Class.java:1953)
        at 
org.argouml.moduleloader.ModuleLoader2.addClass(ModuleLoader2.java:674)
        at 
org.argouml.moduleloader.ModuleLoader2.processEntry(ModuleLoader2.java:627)

So now id does not find the Antrl jar. I tried a few things but still figured 
not how to include the jar properly in the classpath. Maybe another module does 
this? I'll see, any hint is appreciated.

Thanks,
Thomas
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to