I want to have one global task for a project and all sub projects by
including a plugin in at my root project.  This is for launching an
external process....

I haven't been able to get this to work so I ended up with code like this:

Task launchTask =
project.rootProject.tasks.replace(LAUNCH_MESSAGE_EDITOR_TASK_NAME) <<
{

This doesn't seem ideal as "replace" is called many times.... what is
the proper technique for this?

Thanks!
phil

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

    http://xircles.codehaus.org/manage_email


Reply via email to