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 207738 - Add support to define multiple update centers to incorporate plug-ins not in the same catalog file.
Summary: Add support to define multiple update centers to incorporate plug-ins not in ...
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 14:42 UTC by javydreamercsw
Modified: 2012-01-25 17:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-01-25 14:42:47 UTC
Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_02
Runtime = Java HotSpot(TM) Client VM 22.0-b10

In issue #207735 after making it work with the process described there I still ended with some modules not downloaded:
Warning: no numbered cluster matching bare name 'C:\Users\jortiz00\Desktop\suite1\netbeans701\extra' found.
Warning: no numbered cluster matching bare name 'C:\Users\jortiz00\Desktop\suite1\netbeans701\javafx' found.
Warning: no numbered cluster matching bare name 'C:\Users\jortiz00\Desktop\suite1\netbeans701\sappy' found.
Warning: no numbered cluster matching bare name 'C:\Users\jortiz00\Desktop\suite1\netbeans701\stableuc' found.

Extra is created when plugins are downloaded in a shared place. Sappy is on a different url and I assume the rest are as well. For this great feature to be flexible for platform developers it needs to support defining additional catalogs as fall backs of each other if the module is not found there. maybe using the same variable but separated with commas or something.
Comment 1 Jesse Glick 2012-01-25 17:29:55 UTC
If you want to use multiple update centers, modify platform.xml accordingly. (*) The canned build scripts cannot possibly support every scenario.

(*) As community-ruby does to download org-netbeans-libs-junit.nbm, needed to compile jellytools.jruby against though not just to run unit tests.