Hello All,

here is the task:

task copyTestLibBundles () << {
        copy {
                from configurations.testJars
                into someFolder
        }
}

It would be nice to have names of files printed during the copying,
something like:
copying a.txt to someFolder
copying b.txt to someFolder

what is "the Gradle way" to do it?

-- 
Regards / Pozdrawiam
Tomek Kaczanowski

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

    http://xircles.codehaus.org/manage_email


Reply via email to