pg17
2013-10-23 23:34:00 UTC
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.
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.