I have a (currently more or less trivial) Swing application.  To avoid
having to remember and successfully type a 4000 character command line,
it seems sensible to run the application from Gradle as the command line
can be calculated trivially.  However should one use ant.java ( . . . )
or [ 'java' . . . ].execute ( ).waitFor ( ) ?

I tried ant.java first and it seems the program terminates before the
EDT starts.  Using an explicit execute it all works as anticipated.  Is
this failure of ant.java to run the Swing application comprehensible.
Should it be expected?

Thanks.
 
-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:[email protected]
41 Buckmaster Road    m: +44 7770 465 077   xmpp: [email protected]
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to