This might not solve your problem, but: * You shouldn't loop over the configurations but simply use "from <config>" * Why two tasks, and why multiple copy methods within a task? One Copy task (or method) can do it all. * Why go via $buildDirName/deps and not copy directly to the staging directory? * 'buildDirName' has been deprecated (not sure in which version). You can use 'buildDir' instead.
-- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw -- View this message in context: http://gradle.1045684.n5.nabble.com/Gradle-hanging-on-copy-task-in-Windows-XP-tp4737542p4740153.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
