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 - TikiOne plugin ignored when generating PPUC catalogue for 8.0
Summary: TikiOne plugin ignored when generating PPUC catalogue for 8.0
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jiri Kovalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-27 09:53 UTC by Jiri Kovalsky
Modified: 2014-12-01 10:59 UTC (History)
0 users

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 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!