您好我正在尝试在netbeans 7.0中创建一个war文件,但我无法创建它。它显示以下错误
Deleting directory C:\Documents and Settings\a\My Documents\NetBeansProjects\ABC\build
C:\Documents and Settings\a\My Documents\NetBeansProjects\ABC\nbproject\build-impl.xml:1109: Unable to delete file C:\Documents and Settings\a\My Documents\NetBeansProjects\ABC\build\web\WEB-INF\lib\asm-3.1.jar
答案 0 :(得分:1)
这通常发生在构建之前尝试清理时,GlassFish锁定了需要在清理过程中删除的文件。
尝试执行构建(不干净),或关闭GlassFish然后清理并构建。