I'm using javaexec method in a couple of places in my build scripts and it works very well.
By default the javaexec method blocks until the java app finishes, but now I'm in a situation that I have to call a java application from my build script int a non blocking way. Is this possible? -- Magno Machado Paulo http://blog.magnomachado.com.br http://code.google.com/p/emballo/
