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 215462

Summary: Successfully verified plugin is not published on the Plugin Portal Update Center
Product: updatecenters Reporter: Jiri Kovalsky <jkovalsky>
Component: PluginportalAssignee: Jan Pirek <jpirek>
Status: VERIFIED FIXED    
Severity: normal CC: formdev, nigjo_iqn
Priority: P2    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jiri Kovalsky 2012-07-12 13:14:56 UTC
Although Release Files View plugin [1] has been successfully verified on June 16th, the catalog for the NetBeans IDE 7.1 Plugin Portal Update Center did get regenerated and the plugin is not available for NetBeans IDE 7.1.* users.

[1] http://plugins.netbeans.org/plugin/43265

I manually regenerated the catalog [2] but this didn't help even though the log mentioned this plugin.

[2] http://plugins.netbeans.org/nbpluginportal/updates/7.1/catalog.xml

Honzo, can you please investigate what's wrong with this plugin?
Comment 1 Jiri Kovalsky 2012-07-12 13:16:26 UTC
Adding Jens Hofschröer to Cc: list as the plugin in question is his.
Comment 2 Jiri Kovalsky 2012-07-12 13:23:48 UTC
"Center did get" should read "Center did not get"

I apologize for the typo.
Comment 3 Jiri Kovalsky 2012-07-12 13:32:47 UTC
BTW, the same applies to Gdb Server plugin [3] in version for 7.1.

[3] http://plugins.netbeans.org/plugin/37426
Comment 4 Jan Pirek 2012-07-13 10:01:40 UTC
Hello,
there has been problem wit one particular plugin, whose info.xml file contained illegal value for needsrestart attribute. Therefore 7.1 catalog file could not be saved as it did not pass validation. 

This is now fixed and catalog has been regenerated and your plugin is now showing.

honza
Comment 5 Jiri Kovalsky 2012-07-13 10:15:33 UTC
Verified in NetBeans IDE 7.1. 9 other plugins were blocked by the JFormDesigner plugin.
Comment 6 formdev 2012-07-13 10:38:54 UTC
Is there something wrong in the JFormDesigner plugin? If yes, could you please give me a hint so that we can fix it. The needsrestart attribute is not set in JFormDesigner's info.xml. Was this the problem? Thanks.
Comment 7 Jiri Kovalsky 2012-07-13 11:33:39 UTC
Yes, that's a problem. Please make sure to have all elements defined in the module descriptor according information in this DTD: http://www.netbeans.org/dtds/autoupdate-catalog-2_6.dtd

Thanks.