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 64667 - Provide warning when platform reset to default
Summary: Provide warning when platform reset to default
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on: 67628
Blocks:
  Show dependency tree
 
Reported: 2005-09-19 15:08 UTC by Tomas Danek
Modified: 2005-10-31 11:32 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 Tomas Danek 2005-09-19 15:08:48 UTC
As discussed in issue 62765, provide some kind of warning when platform is
reseted to default. see your comment in issue 62765.
Comment 1 Tomas Danek 2005-10-05 16:17:18 UTC
Reconsidered, P3 defect. User should be informed about this.
Comment 2 Martin Krauskopf 2005-10-19 02:00:45 UTC
Ok, shouldn't be hard. TBD -> 5.0
Comment 3 Martin Krauskopf 2005-10-20 13:20:36 UTC
Fixed. For both, single and suite modules.

Checking in ui/customizer/Bundle.properties; 1.56 --> 1.57
Checking in ui/customizer/ModuleProperties.java; 1.7 --> 1.8
Checking in ui/customizer/SingleModuleProperties.java; 1.34 --> 1.35
Checking in ui/customizer/SuiteProperties.java; 1.17 --> 1.18
Comment 4 Tomas Danek 2005-10-26 12:47:25 UTC
I did not meet any dialog in 20051025 on win XP, even in custom build on sol:(

1) added platform in NBPM
2) created standalone module on added platform
3) removed platform from NBPM
4) no dialog; in module cusomizer in platform combo, is default platform.
Comment 5 Martin Krauskopf 2005-10-26 13:19:57 UTC
Strange, works for me. Let's take a look at it together tomorow.
Comment 6 Tomas Danek 2005-10-26 14:01:19 UTC
Now it particulaty works for me:
previous scenario was "cured" by clean userdir, it works, dialog appears.
But try this:
1) add new platform
2) create suite on default platform
3) change in suite's customizer default platform to your new one
4) close customizer
5) tools|NBPM
6) remove platform
7) invoke suite customizer - no dialog
Comment 7 Tomas Danek 2005-10-26 14:03:57 UTC
by closing customizer in step 4 i mean of course confirming changes by OK:)
Comment 8 Martin Krauskopf 2005-10-27 00:08:06 UTC
It actually really works. Problem is that the new platform is noticed at all by
underlying infrastructure on some places. I filed a separate issue 67628 (see
there for details). Anyway thanks for catching this (forced me find the culprit).
Comment 9 Tomas Danek 2005-10-31 11:32:41 UTC
Got fixed now, verified in 20051030