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 19941

Summary: Project Configurations API and implementation
Product: projects Reporter: Pavel Buzek <pbuzek>
Component: Generic InfrastructureAssignee: Torbjorn Norbye <tor>
Status: CLOSED FIXED    
Severity: blocker Keywords: API
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: TASK Exception Reporter:
Bug Depends on: 23331, 24260    
Bug Blocks: 17991, 23294    

Description Pavel Buzek 2002-01-30 14:15:42 UTC
The user may wish to save copies of the entire set of project settings (configurations), and retrieve them for later use.
Comment 1 Pavel Buzek 2002-07-26 13:34:47 UTC
changing to task (implement configurations)
Comment 2 Pavel Buzek 2002-07-30 13:20:34 UTC
Must-have features for milestone3, have impact on APIs (at least potential).
Comment 3 Pavel Buzek 2002-08-07 11:08:47 UTC
adding the API keyword
Comment 4 Pavel Buzek 2002-08-07 11:50:56 UTC
reassinging to Tor
Comment 5 Chris Webster 2002-08-10 02:08:15 UTC
One requirement for the interproject build target support is that it
should be possible to specify a setting which is available in all
configurations. My current understanding is that if a setting is
available in the default configuration, this setting will be available
from all configurations (which would satisfy this requirement). This
will be used to allow an interproject reference to be stored as a
setting instead of part of the build targets data (which is typically
empty).
Comment 6 Torbjorn Norbye 2002-09-11 00:22:48 UTC
Should be implemented now. There are a few new things in the
configurations UI spec that still needs to be implemented, but
that's not necessarily M3 stuff and I will file separate issues.
Comment 7 Pavel Buzek 2003-07-02 09:07:47 UTC
work done, closing