Ant Copy Task: Failed to copy due to java.io.FileNotFoundException

后端 未结 5 592
醉梦人生
醉梦人生 2021-01-20 15:29

I\'m trying to compile a Flex application in Ant (no problems here, I can do it fine). When I try to publish the contents of the project to a Windows network drive (known as

5条回答
  •  孤独总比滥情好
    2021-01-20 16:34

    Just experienced the same problem. The copy target was a regular network drive connected to my Windows 7 machine.

    I was able to solve the problem by restarting Eclipse.

    The cause might have been that Eclipse was running with Administrator privileges because of an Eclipse update I had been performing beforehand.

提交回复
热议问题