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 216458 - Unable to send plug-in for verification
Summary: Unable to send plug-in for verification
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-06 22:26 UTC by javydreamercsw
Modified: 2012-08-20 10:01 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 javydreamercsw 2012-08-06 22:26:01 UTC
This seems related to issue #196853.

It is not clear how to build the zip file to upload in the plug-in portal. I tried both zipping the contents of the updates folder (without updates itself) and including the folder and I always encounter the same issue: the plug-in is loaded but I can't send it for verification.

It displays the following:

Verifications for NetBeans versions
Plugin is not subject to any verification
Request verification
Plugin is not signed therefore cannot be verified

Trying to load the nbms from the IDE shows no such issue. packaging as NBMS show the plug-ins being signed properly.

You can reach the files here: http://plugins.netbeans.org/plugin/44076/?show=true
Comment 1 Jiri Kovalsky 2012-08-07 10:17:25 UTC
Honzo, can you please investigate why this plugin (two NBMs) are not considered as signed? I have verified that IDE recognizes the signatures. Thanks!
Comment 2 Jiri Kovalsky 2012-08-07 10:19:57 UTC
BTW, what is considered as signed plugin is described here: http://wiki.netbeans.org/FaqPluginRequirements
Comment 3 javydreamercsw 2012-08-07 12:56:21 UTC
I checked and all modules comply with the FAQ requirements in the link provided.
Comment 4 Jan Pirek 2012-08-20 10:01:15 UTC
Hi all,
the validation as was designed expected all files in the pack to be .nbms and as this pack has there also xml file and another folder the validation check for being signed failed as it expected all files in pack to be signed .nbms.

I have just fixed this and only .nbms are checked for being signed.

I also marked your plugin as signed so you can now request for verification.

honza