On 04/08/2015 11:44 AM, Pepijn Van Eeckhoudt wrote:
Simplest fix is to run Ant as a subprocess instead of in-process I think.
Fixed with Kernel.fork():
fork {
Java.org.apache.tools.ant.Main.main(['-buildfile', 'deploy.xml'])
}
Process.wait
Thanks!
--
Regards,
- AJ
