On 10/10/05, Ashley Williams <[EMAIL PROTECTED]> wrote:
> Trying to work on a jaxme plugin for maven but I've come across a
> problem where invoking org.apache.ws.jaxme.generator.Main.main()
> calls a System.exit(0) - I confirmed this with jad. Unfortunately
> this stops my java code in its tracks. Is there some workaround where
> I can call the api programmatically without this behaviour?

The call to System.exit() is intentionally.

The suggested use is *not* to use the Main class, but the Generator
class. See the Main class as an example for how to use the Generator
class.


Jochen


--
Often it does seem a pity that Noah and his party did not miss the
boat. (Mark Twain)

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

Reply via email to