On Sep 21, 2008, at 12:46 PM, Adam Murdoch wrote:

Hi,

Now that the task graph is available via Build, should we remove the DAG parameter from TaskAction.execute() and the associated field from DefaultTask?

ie now we can do

createTask(name) {
   build.taskExecutionGraph.hasTask(n)
}

Cool.


should we still be able to do

createTask(name) { task, dag ->
   dag.hasTask(n)
}

I think we should remove it from execute(), as doesn't feel like it really fits there.

I think so too.

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





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

   http://xircles.codehaus.org/manage_email


Reply via email to