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 32495 - Names for standard build configurations should be declared in API
Summary: Names for standard build configurations should be declared in API
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-03-31 05:32 UTC by Svata Dedic
Modified: 2004-04-19 16:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2003-03-31 05:32:45 UTC
Standard names, for IDE projects (provided by "code" nature) like 
"Build" [configuration type], "DebugConfig" and "ReleaseConfig" should 
be declared as public constants in IdeProject or nearby.
Comment 1 Vitezslav Stejskal 2003-03-31 13:45:51 UTC
BTW, look at BuildConfiguration.BUILD_CONFIGURATION
(projects/compilation module). The 'DebugConfig' and 'ReleaseConfig'
should be declared somewhere. I am just curious why do you need to
access these constants in the code?
Comment 2 Svata Dedic 2003-03-31 13:54:56 UTC
I stand corrected for the "Build" config type, sorry.  
Well, from unit tests, so that may be entirely off-topic use case ;-) 
I can see possible usages from N.F.T. wizards for various stuff - if 
these two are standard ones - but nothing in code written so far. 
 
Comment 3 Vitezslav Stejskal 2003-11-24 14:00:23 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 4 Jan Becicka 2003-11-25 13:47:03 UTC
Marking issue as VERIFIED --->
Comment 5 Jan Becicka 2003-11-25 13:51:34 UTC
---> CLOSED