I would love feedback on this, but I did update the git branch to add a copy method to Project. So you can do:

task myTask << {
    copy {
       from 'src/stuff'
       into 'dest'
    }
}

--
Steve Appling
Automated Logic Research Team

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

   http://xircles.codehaus.org/manage_email


Reply via email to