Very nice, I'll try it

On Sun, Jul 17, 2011 at 11:43 AM, Levi Yourchuck
<[email protected]>wrote:

> Machado,
>
> Since you have groovy available in gradle, can you do something like this:
>
> new Thread( {
>  exectaskthing.execute()
> } ).start()
>
>
>
>
> On Jul 17, 2011, at 9:03 AM, Magno Machado <[email protected]> wrote:
>
> 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://blog.magnomachado.com.br
> <http://code.google.com/p/emballo/>http://code.google.com/p/emballo/
>
>


-- 
Magno Machado Paulo
http://blog.magnomachado.com.br
http://code.google.com/p/emballo/

Reply via email to