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 - Custom Configuration Files in project
Summary: Custom Configuration Files in project
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Konecny
URL: http://www.netbeans.org/servlets/Read...
Keywords:
: 52843 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-13 11:18 UTC by zikmund
Modified: 2011-11-28 08:32 UTC (History)
0 users

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 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.