Salut Nicolas, On 10/30/07, Nicolas Daum <[EMAIL PROTECTED]> wrote: > Therefore I downloaded dbuml-module-1.0.2. Yet there is something unclear > in the 'DB-UML Modeling Tool Users Guide': > "After downloading and expanding the DB-UML archive file, the following > jars must be moved to ArgoUML's ext folder". > Is it Application / ArgoUML / ext folder? I did that and it doesn't work. > Or is it an extension folder somewhere in a library?
The extension folder should be a subdirectory under the main ArgoUML application directory, but it's possible that it's getting confused about where it was loaded from. If your logging is at least Info level, you should see a line like INFO [main] argoHome is /truc/machin/argouml (ModuleLoader2.java:462) in your log which tells you where ArgoUML thinks it's home directory is. You can use the Java property argo.ext.dir to point to an additional directory and place your extensions there. You might try that as a workaround. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
