You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stefan Betermieux <St...@FernUni-Hagen.de> on 2002/12/04 23:06:01 UTC

java task and GUI component

Hello!

I have problems starting a Java application via the ant "java" task.
Whenever I open a Window within the application, it gets immediatly a 
dispose() message and the program quits. Is this behaviour intentional ? 


Stefan Betermieux


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: java task and GUI component

Posted by Stefano Mancarella <st...@caboto.it>.
Stefan Betermieux wrote:
> I have problems starting a Java application via the ant "java" task.
> Whenever I open a Window within the application, it gets immediatly a 
> dispose() message and the program quits. Is this behaviour intentional ? 

Have you specified fork="true" in the <java> task?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>