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 58863

Summary: Custom Configuration Files in project
Product: javaee Reporter: zikmund <zikmund>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
URL: http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=52975
Issue Type: ENHANCEMENT Exception Reporter:

Description zikmund 2005-05-13 11:18:16 UTC
Add Configuration Files actions 'Add' and 'Remove'.
Add should be in context menu on Configuration Files node - showing a browse window.
Remove could be 
 1) an add-on menu item on each configuration file (if possible) -> to be
consistent with Libraries node,
or
 2) Configuration Files node context menu item with dialog similar to Libraries
panel in project customizer.
Comment 1 zikmund 2005-05-13 11:23:07 UTC
Based on nbusers feedback - see thread:
http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=52975
Comment 2 David Konecny 2008-04-09 01:07:27 UTC
*** Issue 52843 has been marked as a duplicate of this issue. ***
Comment 3 Trey Spiva 2008-11-12 14:43:21 UTC
Additional configuraion files should be taken into account.  For example spring.  Currently the spring support creates two configuration files: 
ApplicationContext.xml and the dispatcher-servlet.xml.  Actually the "dispatcher" part of the dispatcher-servlet.xml file is actually the name of the spring 
servlet.  The spring supports simply defaults to dispatcher.  

Therefore, in order to support spring we can not hard code the name of the files used to determine if a file is a configuration file.