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 96785 - Missing URL property for linked plugin
Summary: Missing URL property for linked plugin
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Botterill
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 14:44 UTC by Jaromir Uhrik
Modified: 2009-10-03 12:40 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 Jaromir Uhrik 2007-02-28 14:44:57 UTC
If the user wants to upload plugin that is linked to the pluginportal the form
should contain the URL where the .nbm resides. This URL field must be mandatory
in the upload form.
Comment 1 David Botterill 2007-03-01 04:32:20 UTC
Can you please give me more information on this?  I don't understand what the
defect is.
Comment 2 Jaromir Uhrik 2007-03-01 10:51:41 UTC
User may want to link to:
1.just homepage of plug-in
2.the plug-in URL
In both situation the user should fill in the following mandatory field when
linking the plug-in to our pluginportal:
ad. 1)home page (e.g. http://great_plugin.sourceforge.net)
ad. 2)module url (e.g http://great_plugin.sourceforge.net/great_plugin.nbm)

Hope this is clear now,
.JARa
 
Comment 3 David Botterill 2007-03-01 18:13:51 UTC
OK I see what you are talking about now.  For the current UI spec, if the user
chooses not to host their NBM on the Plugin Portal, we will not provide a link
directly to the NBM.  If they want that behavior, the user can use the "Home
Page" attribute to point directly to the NBM.  We think this usage scenario will
most likely be used by commercial plugin providers and they will want the user
to go to the home page before getting to the NBM.

I'm changing this to an enhancement request so we can deal with this at the
specification level.
Comment 4 David Botterill 2007-04-20 16:40:11 UTC
This has been implemented.  If the NBM doesn't live on the plugin portal, the
download button will take them to the URL specified on the "homepage".
Comment 5 Jaromir Uhrik 2007-06-19 16:03:59 UTC
Verified. Download button redirects to the given URL now.