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 134426 - Mandatory values required by plugin portal not checked on build/creation
Summary: Mandatory values required by plugin portal not checked on build/creation
Status: RESOLVED WONTFIX
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-02 19:26 UTC by markee174
Modified: 2012-01-03 09:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markee174 2008-05-02 19:26:53 UTC
When an nbm is uploaded to plugin portal, it is validated and only then a message displayed to indicate certain values
missing (author, short description). It would be really useful if there was an option to validate the plugin meets
plugin portal criteria (ie is it signed for NetBeans 6.0, are all required fields filled in) before uploading it or a
constraint could be set making it fail until such issues are set. At the moment, the developer gets no such feedback
until after they have uploaded it.
Comment 1 Jiri Kovalsky 2012-01-02 14:41:50 UTC
This would require creating some applet that would check plugin's readiness on client's side. Am I right Honzo?
Comment 2 Jan Pirek 2012-01-03 08:25:30 UTC
My understanding, that this validation would be run before the actual upload, so then there has to be some client side code which would do that. This is in my opinion off the scope of the pluginportal. Plugin author who is interested in publishing, should make sure by himself, that his product meets criteria defined in wiki.

honza
Comment 3 Jiri Kovalsky 2012-01-03 09:53:25 UTC
I agree. The requirements are well documented [1] which should be enough. However, anyone can contribute such an application/applet and attach it to the Wiki.

[1] http://wiki.netbeans.org/FaqPluginRequirements