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 - Project Configurations API and implementation
Summary: Project Configurations API and implementation
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P1 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords: API
Depends on: 23331 24260
Blocks: 17991 23294
  Show dependency tree
 
Reported: 2002-01-30 14:15 UTC by Pavel Buzek
Modified: 2003-12-11 14:25 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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