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 109115 - Copy UC catalogs to nb6.0 cluster while building NB6
Summary: Copy UC catalogs to nb6.0 cluster while building NB6
Status: RESOLVED WONTFIX
Alias: None
Product: updatecenters
Classification: Unclassified
Component: AU Masters (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks: 106796
  Show dependency tree
 
Reported: 2007-07-09 12:45 UTC by Jiri Rechtacek
Modified: 2007-07-14 13:42 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2007-07-09 12:45:27 UTC
We need to access the content of UC catalogs in 'offline' mode (issue 106796). What we are asking for that reason?
- UC catalogs should be copied into nb6.0 (where are UC declared) within NetBeans build
- UC catalogs should contain up-to-data
- UC catalogs contains data of 'full' build regardless scope of current build

Please speak up if there are any problems. Thanks
Comment 1 Jiri Rechtacek 2007-07-09 12:47:18 UTC
The blocked issue 106796 must be fixed in NB6/beta1.
Comment 2 Michal Zlamal 2007-07-09 12:55:14 UTC
In this case, the build procedure have to be:
1) Build IDE
2) Build NBMs
3) Generate catalog.xml
4) copy catalog.xml to nb6.0 cluster

This AFAIK violates the rule that developer should have the same resulting bits as BE has.
If we follow this rule then we have to force development to build all NBMs with their developers build.

So I'm closing as won't fix.
Comment 3 Jiri Kovalsky 2007-07-09 14:22:45 UTC
In addition to that what would happen if we publish new module on Update Center after FCS is already published? This is
a valid scenario and I don't understand how this situation should be treated. Should the "cached" catalogues be updated
whenever user connects to Internet?
Comment 4 Jiri Rechtacek 2007-07-09 15:02:03 UTC
Yes, content of catalog is describing state when build is done. In an user can work online the caches are refresh to new
state. The reason why we really need to know content of UC is that UC is the only place where mapping nbms<->features
declared. We don't need to build all NBMs, we need only catalog. At least to catalogs containing features declaration.

Michal, what about call a meeting and make clear our request rather close as wontfix prematurely? Thanks
Comment 5 Michal Zlamal 2007-07-12 14:47:26 UTC
Ahoj Jirko, we can have a meeting about it. However the NBMs are required to create a catalog.
Without NBMs the catalog creation is impossible, because we need some way how to get the informations contained in NBMs
only.
Comment 6 Jiri Rechtacek 2007-07-14 13:42:00 UTC
Probably an another way how to achieve the goal (issue 106796) has been found. No need to solve this task now.