How to Use a Task Listener in a different process ?
Stéphane NICOLAS
steff.nicolas at gmail.com
Thu Jul 13 14:42:38 UTC 2017
Hello,
in gradle, they run the compiler in a different process.
I am wondering how to pass a TaskListener in the context. I saw there was a
call to context.get(TaskListener.class) but couldn't find the entry point
to add it properly to the context,
especially if the task is gonna run in a different process.
How is it supposed to work ?
Thanks in advance,
S.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20170713/18e013a7/attachment.html>
More information about the compiler-dev
mailing list