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 248943

Summary: TikiOne plugin ignored when generating PPUC catalogue for 8.0
Product: updatecenters Reporter: Jiri Kovalsky <jkovalsky>
Component: PluginportalAssignee: Jiri Kovalsky <jkovalsky>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P2    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jiri Kovalsky 2014-11-27 09:53:17 UTC
TikiOne JaCoCoverage plugin [1] is not published on the Plugin Portal Update Center for NetBeans IDE 8.0 [2] in spite of successful verification. The plugin is a ZIP file with 4 NBM files in the root folder so from structure point of view there is no problem.

[1] http://plugins.netbeans.org/plugin/48570
[2] http://plugins.netbeans.org/nbpluginportal/updates/8.0/catalog.xml

Honzo, can you please investigate what's wrong?
Comment 1 Jiri Kovalsky 2014-11-27 10:01:58 UTC
Interestingly, the plugin is successfully published on PPUC for 7.4 whose catalogue was generated 2 weeks ago.
Comment 2 Jan Pirek 2014-12-01 10:51:33 UTC
Hello,
this is now fixed. 

The issue was the plugin name: fr-tikione-jacocoverage-plugin.nbm.zip ... it got handled as the .nbm instead of the .zip as the filename test was not running regexp /\.nbm$/ but just looked for .nbm string.

I have fixed that and regenearetd catalogue and I can see the plugin there now.

honza
Comment 3 Jiri Kovalsky 2014-12-01 10:59:11 UTC
Excellent, thanks a lot Honzo!