This mailing list is no longer in use.

Please raise your question via http://forums.gradle.org.

Many thanks.

On 24/10/2013, at 12:34 AM, pg17 <priya...@karnam.net> wrote:

> Hi,
> 
> I am new to gradle and I am trying to a very simple task.
> I need to copy files from one absolute location to another. 
> 
> task copyTask(type:Copy){
> 
> File configFile = file('c://employee.xml')
> from  configFile
> into  file('d://learn')
> 
> }
> 
> And i get the error - org.gradle.api.UncheckedIOException:
> java.io.IOException: The process cannot access the file because another
> process has locked a portion of the file.
> 
> Can someone help me out here?
> 
> 
> 
> --
> View this message in context: 
> http://gradle.1045684.n5.nabble.com/Simple-copy-functions-tp5711955.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
> 
> 

-- 
Luke Daley
Principal Engineer, Gradleware 
http://gradleware.com

Join us at the Gradle eXchange 2013, Oct 28th in London, UK: 
http://skillsmatter.com/event/java-jee/gradle-exchange-2013


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

    http://xircles.codehaus.org/manage_email


Reply via email to