On Mon, Apr 14, 2008 at 3:14 AM, Zoran Jeremic <[EMAIL PROTECTED]> wrote:

> That's the thing that confuse me. I'm using Eclipse for development and I
> have source code from SVN (ArgoUML 0.25.5). When I start ArgoUML from
> Eclipse together with my module it works fine.
[...]
> However, when I create module jar file and put it at ArgoUML/ext (binary
> distribution of ArgoUML v 0.24), it stops responding at splash screen.

We try (although don't always succeed) to maintain backward
compatibility with old modules, but there are no such guarantees for
forward compatibility (new module with old ArgoUML).  The first thing
that you need to do is use the same version of ArgoUML for development
and deployment.

The argouml.log file which is written by the log4j logger should also
contain some errors/warnings about what is failing (probably a class
not found exception for a newly introduced class or something
similar).  It shouldn't fail to start altogether without telling the
user something, but I think this is a problem that got fixed
post-0.24.

This should be enough to get you going, but if for some reason you
need to do additional debugging in the deployed environment, you can
also increase the logging level to get more debugging messages.  See
you the examples in org.argouml.resource and the log4j documentation
for information on how to override the defaults at runtime.

Tom

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

Reply via email to