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 163260 - NetBeans Platform Manager does not check correct radio button for platform harness
Summary: NetBeans Platform Manager does not check correct radio button for platform ha...
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 14:39 UTC by rmichalsky
Modified: 2009-04-21 15:41 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 rmichalsky 2009-04-21 14:39:39 UTC
Steps to reproduce:
* add new platform
* on Harness tab, check "Harness supplied with Platform"
* close, exit IDE
* build.properties contain correct value nbplatform.<name>.harness.dir=${nbplatform.<name>.netbeans.dest.dir}/harness
* open IDE, NB Platform Manager
* on Harness tab of the platform, button "Harness supplied with IDE" is checked
Comment 1 rmichalsky 2009-04-21 15:41:55 UTC
Caused by my quite unusual setup - added another platform in IDE and then run that platform as IDE with the same userdir
as the previous instance - from the POV of the new IDE it really is harness of the IDE, not of the platform :).