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 107687 - CND in NetBeans 6 should not have its own update center
Summary: CND in NetBeans 6 should not have its own update center
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks: 106361
  Show dependency tree
 
Reported: 2007-06-21 16:59 UTC by Antonin Nebuzelsky
Modified: 2007-06-28 17:37 UTC (History)
4 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 Antonin Nebuzelsky 2007-06-21 16:59:23 UTC
I successfully installed cnd into the latest NetBeans trunk continuous build from the Standard Features update center.
The cnd registers its own update center - NetBeans C/C++ Pack Update Center, as you can see in the Settings tab of the
Plugin Manager.

The plan is to have *no additional* update centers installed by the features but use only common update center(s).

See
http://wiki.netbeans.org/wiki/view/NB6M10UpdateCenters
http://wiki.netbeans.org/wiki/view/NB6UpdateCenters
Comment 1 _ gordonp 2007-06-22 15:08:54 UTC
This is fixed in my workspace but I keep getting commitValidation errors (unrelated to my
change). I'm trying a 3rd time with an updated checkout/build/validation.

Should I go ahead and commit my change even if validation fails (with unrelated issues)?
Comment 2 Antonin Nebuzelsky 2007-06-22 15:20:45 UTC
> commitValidation errors (unrelated to my change)

I'd say that if you are 100% sure they are unrelated and you were able to verify locally that your change builds OK and
works, go ahead...
Comment 3 _ gordonp 2007-06-22 18:18:03 UTC
Removed the cnt/update module from nb.cluster.cnd. This removes the cnd
update center from 6.0M10 builds (we needed our own update center for 5.5.1).

$ cvs diff -r1.320 cluster.properties
Index: cluster.properties
===================================================================
RCS file: /cvs/nbbuild/cluster.properties,v
retrieving revision 1.320
retrieving revision 1.321
diff -r1.320 -r1.321
749,750c749
<     cnd/term,\
<     cnd/update
---
>     cnd/term
$
Comment 4 Peter Pis 2007-06-28 16:46:57 UTC
Could you please verify this issue for the latest M10 build? Thanks.
Comment 5 Antonin Nebuzelsky 2007-06-28 17:37:29 UTC
Verified.