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

Summary: CND in NetBeans 6 should not have its own update center
Product: cnd Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: -- Other --Assignee: _ gordonp <gordonp>
Status: VERIFIED FIXED    
Severity: blocker CC: jrechtacek, mmirilovic, rmatous, ttran
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 106361    

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.