On 28 Dec 2011, at 15:54, Levi Yourchuck wrote:

What is the "gradle" work around?  This issue comes up a lot.

Basically, to restructure the build so this is not needed. For incremental build (and eventually parallel build) to work, Gradle has to control the execution of tasks. Things get messy quickly if this doesn't happen.

So, if you have shared execution logic you should factor it out of a task like the Project.copy(), Project.delete() methods etc.

--
Luke Daley
Principal Engineer, Gradleware
http://gradleware.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to