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 28559 - execution profiles dialog and api
Summary: execution profiles dialog and api
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL: http://projects.netbeans.org/proposal...
Keywords: API
Depends on: 28568 28860
Blocks:
  Show dependency tree
 
Reported: 2002-11-07 12:52 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-11-07 12:52:15 UTC
implement execution profile dialog, provide api for modules to put in their execution profiles 
and 
customizers (or use the existing execution api?)
Comment 1 Jan Pokorsky 2002-11-19 17:05:41 UTC
Document describing profiles api and implementation:

http://projects.netbeans.org/proposals/execution/profiles.html
Comment 2 Jan Pokorsky 2002-11-21 00:42:45 UTC
1. implemented the profile framework except copying of settings
context (blocking issue #28860).

Packages:
 org.netbeans.modules.projects.ide.profiles.*
 org.netbeans.spi.projects.ide.profiles.*

2. registered execution actions reusing the profiles framework.

3. It is necessary to register some profile type (in java nature) to
be able to create profile instances.
Comment 3 Jan Pokorsky 2002-11-27 22:30:20 UTC
1. Implemented the build target association with profiles.
2. Added copying of settings context from profile type to profile
instance.
Comment 4 Pavel Buzek 2003-07-02 14:07:22 UTC
i've verified all these issues
Comment 5 Pavel Buzek 2003-07-02 14:18:21 UTC
closing all my verified issues