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 166262 - Catalogs for 6.7 should be generated using latest schema version (autoupdate-catalog-2_6.dtd)
Summary: Catalogs for 6.7 should be generated using latest schema version (autoupdate-...
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Stable (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 16:45 UTC by dlipin
Modified: 2009-06-11 10:27 UTC (History)
1 user (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 dlipin 2009-05-29 16:45:12 UTC
Together with fixing Issue 149071 we introduced the possiblity to generate light-weight catalog with storing licenses 
outside of the catalog in the "licenses" subdirectory of the UC catalog. That gives much better IDE performace while 
dealing with plugins and also helps to avoid OutOfMemoryException that happen if too many licenses stored in the same 
catalog.

If you use nbbuild/antsrc/org/netbeans/nbbuild/MakeUpdateDesc ant task, then it can be achieved by passing 
uselicenseurl=true. E.g.
http://hg.netbeans.org/main/diff/2de5072bf5e7/nbbuild/build.xml
That will automatically set AU catalog DTD to the latest version (autoupdate-catalog-2_6.dtd).

Please note that "licenses" subdirectory should be published as well as the catalog.xml.

That should be done for all 6.7 UCs - stable, beta, 3rd-party (and likely for plugin portal UC as well).
Comment 1 Marian Mirilovic 2009-05-29 17:21:41 UTC
please change since RC2 (not for RC1)
Comment 2 rnovak 2009-05-29 21:06:54 UTC
The change is prepared, the new catalog schema can be generated. But I didn't want to take the risk for RC1
Comment 3 Marian Mirilovic 2009-06-01 11:29:29 UTC
Ok, this issue is considered as a stopper for RC2/FCS
Comment 4 rnovak 2009-06-02 15:20:43 UTC
UC catalog for NB 6.7 are now re-generated with the new catalog schema (DTD 2.6).
I'll keep the issue open for now. Let me know if any problems appear.
Comment 5 Marian Mirilovic 2009-06-03 14:44:35 UTC
mark fixed
Comment 6 Jindrich Sedek 2009-06-11 10:27:11 UTC
v.