当前位置: 代码迷 >> Java相关 >> ant 构建工程提示Unable to delete directory,该怎么解决
  详细解决方案

ant 构建工程提示Unable to delete directory,该怎么解决

热度:767   发布时间:2016-04-22 21:24:50.0
ant 构建工程提示Unable to delete directory
ant构建工程时删除bin目录的target经常抱错Unable to delete directory
java ant

------解决方案--------------------
一般是因为文件夹不存在或者被某些程序独占,导致删除失败
  相关解决方案