I am trying to compile a Flex application in Ant (there is no problem here, I can do it well). When I try to publish the contents of a project to a Windows network drive (known as "Z: \" on my system), I get the following LAME exception thrown by Java / Ant:
BUILD FAILED
C:\workspace\bkeller\build.xml:42: Failed to copy C:\workspace\bkeller\web\assets\text\biography.html to Z:\web\bkeller\assets\text\biography.html due to java.io.FileNotFoundException Z:\web\bkeller\assets\text\biography.html (The system cannot find the file specified)
What a nipple. I can’t find a way to get rid of this problem, and it is very important for my project that I get this job. I know for sure that I have read / write / execute permissions on a network drive, I can create / edit / delete files on a drive, just in Windows Explorer.
Drive Z is a network connection to a virtual box, which allows me to access my Ubuntu host OS. I double checked that he has write permissions. Any ideas?
source
share