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 - V3:Failed to clean a Web Project if it has Visual JSF Framework
Summary: V3:Failed to clean a Web Project if it has Visual JSF Framework
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 21:40 UTC by davisn
Modified: 2016-07-07 08:53 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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