Re: System.exit stuff

2002-07-03 Thread Christian Geisert
J.Pietschmann schrieb: > Keiron Liddle wrote: > >> That explains it. The execution is separated between the >> CommandLineStarter and the AWTStarter and it needs to call exit when >> being run with the CommandLineStarter but not the AWTStarter. > > > I've added other exits() in the catch clause

Re: System.exit stuff

2002-07-02 Thread J.Pietschmann
Keiron Liddle wrote: > That explains it. The execution is separated between the > CommandLineStarter and the AWTStarter and it needs to call exit when > being run with the CommandLineStarter but not the AWTStarter. I've added other exits() in the catch clauses. Could this cause trouble too? For s

Re: System.exit stuff

2002-07-01 Thread Keiron Liddle
On Mon, 2002-07-01 at 21:25, J.Pietschmann wrote: > Keiron Liddle wrote: > > You do know that every second person will complain that FOP "hangs" if > > you remove this. :/ > > The exit() Oleg complained about was inserted by me. > No problem with removing it, the real exit(0) is in > the CommandL

Re: System.exit stuff

2002-07-01 Thread J.Pietschmann
Keiron Liddle wrote: > You do know that every second person will complain that FOP "hangs" if > you remove this. :/ The exit() Oleg complained about was inserted by me. No problem with removing it, the real exit(0) is in the CommandLineStarter (odd place...). J.Pietschmann ---

Re: System.exit stuff

2002-07-01 Thread Christian Geisert
Keiron Liddle schrieb: > On Mon, 2002-07-01 at 16:54, Christian Geisert wrote: > >>Simplest solution seems to be to remove System.exit(0) from Fop.java >>(I'll committ this together with Oleg's patch) > > > You do know that every second person will complain that FOP "hangs" if > you remove this

Re: System.exit stuff

2002-07-01 Thread Keiron Liddle
On Mon, 2002-07-01 at 16:54, Christian Geisert wrote: > Simplest solution seems to be to remove System.exit(0) from Fop.java > (I'll committ this together with Oleg's patch) You do know that every second person will complain that FOP "hangs" if you remove this. :/ > Christian

Re: System.exit stuff

2002-07-01 Thread Christian Geisert
Oleg Tkachenko schrieb: > Hello! > > btw, I've just noticed AWT previewer is broken in cvs maintenance > branch. Actually the previewer itself is ok, but it is closed when page I noticed this while testing your patch ;-) > is ready to show due to System.exit(0) at the end of Fop.java main >