This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 149419

Summary: V3:Failed to clean a Web Project if it has Visual JSF Framework
Product: javaee Reporter: davisn <davisn>
Component: CodeAssignee: martin_adamek <martin_adamek>
Status: RESOLVED WONTFIX    
Severity: blocker CC: issues
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description davisn 2008-10-07 21:40:01 UTC
Failed to clean a Visual JSF Web Module project because IDE can not delete a jar file from location
...\build\web\WEB-INF\lib\appbase.jar file
-This is usability issues since user does not know how to get away from this problem

Steps To Reproduce:
1. Install NB 6.5 Trunk (10/06/2008)
2. Create a new Web Module project
     File > New Project > Java Web > Web Application > Next > Next > (Choose Glassfish V3) server > Next > click to add
Visual Java Server Faces Framwork > Finish
3. Select to run the project
4. Select to clean and build the project
BUG:
    Failed to clean the project with error message listed as:
   
init:
undeploy-clean:
deps-clean:
do-clean:
Deleting directory E:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebAppVJSF\build
E:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebAppVJSF\nbproject\build-impl.xml:800: Unable to
delete file E:\Documents and Settings\Administrator\My
Documents\NetBeansProjects\WebAppVJSF\build\web\WEB-INF\lib\appbase.jar
BUILD FAILED (total time: 9 seconds)
Comment 1 Martin Balin 2016-07-07 08:53:56 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss