Hello,

I'm using this working copy-definition
   copy {
      from artifacts
      into artDir   
   }

now I'd like to change the task to a file-based processing like I use with 
dependencies:

   for(file in configurations.runtime) {
        ...
  }

whatever I tried failed, so I had a look at DefaultArtifactHandler - but I did 
not find a hint to proceed ...

So how can I access the artifact as a File-instance?

kind regards

Geronimo

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

    http://xircles.codehaus.org/manage_email


Reply via email to