我將我的web項目移至另一個目錄。我從新目錄中通過NetBeans重新打開它。運行它導致以下錯誤:NetBeans生成失敗 - JasperException
Created dir: C:\Users\Arthur\Desktop\projectSourceCode\arthurProj\build\generated\src org.apache.jasper.JasperException: PWC6149: The -uriroot option must specify a pre-existing directory C:\Users\Arthur\Desktop\projectSourceCode\arthurProj\nbproject\build-impl.xml:936: Java returned: 1 BUILD FAILED (total time: 1 second)
我應該改變build-impl.xml
文件的東西移動項目文件夾之前?我嘗試了「清理和構建」,但出現了同樣的錯誤。如何「指定預先存在的目錄」?
的build-impl.xml
文件:http://pastebin.com/PFv2aAjh