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 89128 - uninstaller should remove cnd update server from autoupdate types
Summary: uninstaller should remove cnd update server from autoupdate types
Status: CLOSED DUPLICATE of bug 72102
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 16:12 UTC by Alexander Ioffe
Modified: 2006-12-31 01:29 UTC (History)
3 users (show)

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 Alexander Ioffe 2006-11-10 16:12:00 UTC
uninstall CND
Look in Options:
IDE Configuraion | System | Autoupdate Types

The CND server is still present there. Should be removed
Comment 1 _ gordonp 2006-11-10 17:38:59 UTC
I was too hasty in assigning this to Marek (and making it an installer issue).
I think the fix needs to be in the cnd module (probably CndModule.uninstalled).
Comment 2 _ rkubacki 2006-11-14 09:01:01 UTC
Look at cnd/update/src/org/netbeans/modules/cnd/update/resources/autoupdate.settings

There is a declaration that AU center provided by this settings file (istance
DO) belongs to org.netbeans.modules.autoupdate/1 module. It should be
org.netbeans.modules.cnd.update/1

Once you fix this it should work well - NB core (autoupdate) will ignore this
settings file.
Comment 3 Karthikeyan Rajeswaran 2006-11-17 00:26:57 UTC
Even after changing the ownership of the settings file as suggested, the problem
still persists; the NB core autoupdate is not ignoring the settings file.

Transfering this bug to autoupdate category for further evaluation.
Comment 4 Jiri Rechtacek 2006-12-13 16:55:16 UTC

*** This issue has been marked as a duplicate of 72102 ***
Comment 5 Karthikeyan Rajeswaran 2006-12-31 01:29:57 UTC
With the fcs version of nb55 and c/c++ pack, i have verified that the behaviour
is indeed correct. The c/c++ pack au center settings' ownership is correctly
marked as org.netbeans.modules.cnd.update/1. And when c/c++ pack is uninstalled,
the c/c++ pack update center does not appear any more in the au client.