Ant is not able to delete some files on windows

后端 未结 14 2402
我寻月下人不归
我寻月下人不归 2021-02-07 01:36

I have an ant build that makes directories, calls javac and all the regular stuff. The issue I am having is that when I try to do a clean (delete all the stuff that was generate

14条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 02:11

    I am seeing problems like this way too often since I switched to Microsoft Windows 10. Renaming the file immediately before removing it solved it for me:

    
    
    

提交回复
热议问题