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 117571

Summary: [60cat] Add option to remove framework from web applications
Product: javaee Reporter: viggonavarsete <viggonavarsete>
Component: CodeAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description viggonavarsete 2007-10-03 08:22:20 UTC
[ JDK VERSION : 1.6.0_02 ]

A few times when I have been working on web applications I have added
frameworks to see if they make sense to use on my specific project.
Some other times I have added only one framework, but when someone
else on my team worked on the same project he added another framework
(I added i.e. only JavaServer Faces, and later on my team mate added
Visual Web JavaServer Faces by a mistake). Once such a mistake has
happened, it's not easy to remove the unwanted framework. In fact,
you can't! Netbeans won't let you remove a framework, only add new.
A workaround is to create another project, add only the framework(s)
you want, copy all source files and other files into the new project
and remove the other project from your filesystem (and also from your
cvs/subversion repository). This workaround should not be neccesary!
Netbeans must be able to add, as well as remove, frameworks from a
project.
Comment 1 Petr Blaha 2007-10-03 08:38:06 UTC
I guess duplicate of issue #109051
Comment 2 Lark Fitzgerald 2007-10-03 14:44:20 UTC
From a visualweb standpoint, this is a dup:
http://www.netbeans.org/issues/show_bug.cgi?id=117065
But I am not sure about the other web frameworks, so I'll leave this open for someone else to evaluate.
Comment 3 Andrei Badea 2007-10-16 10:30:03 UTC
*** Issue 109051 has been marked as a duplicate of this issue. ***
Comment 4 Andrei Badea 2007-10-16 10:31:24 UTC
This is an enhancement, not a defect, and it won't happen for 6.0, which is already in beta 2.
Comment 5 Dan Kolar 2008-02-22 11:27:15 UTC
*** Issue 128023 has been marked as a duplicate of this issue. ***
Comment 6 viggonavarsete 2008-11-17 07:03:21 UTC
will this be considered for Netbeans 7.0?