It was it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
Thanks very much.

---------------------------------------

Try with <java ... fork="true" /> and see if that fixes it. There could be
class loader issues, usually solved by forking. --DD

-----Original Message-----
From: Boris Garbuzov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 4:57 PM
To: [EMAIL PROTECTED]
Subject: java GUI from ANt

I experience some forking, threading or waiting problem. My GUI application
dies in a second after start when started from Ant, whereas it normally runs
without it. Can somebody give a clue?

<target name="runapp" depends="build">
        <java classname="jfcunittests.demo.DemoApp" classpath =
"${classpath}" />
</target>


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

Reply via email to