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 96944

Summary: Selected target platforms are not set
Product: updatecenters Reporter: Jiri Kovalsky <jkovalsky>
Component: PluginportalAssignee: David Botterill <dbotterill>
Status: VERIFIED FIXED    
Severity: blocker CC: bleonard
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Jiri Kovalsky 2007-03-01 14:28:32 UTC
Description:
============
I was publishing my module and let "Target Platform" field as it was i.e. all
four operating systems selected. However when I later searched the plugin it has
only Windows set as target platform.

Steps to reproduce:
===================
1. Click "Publish Your Own Plugin!" link on the plugin portal homepage.
2. Use "Browse..." button to select your NBM file and push "Next >".
3. I left all four operating systems selected in "Target Platform", filled in
the rest and pushed "Finish" button.
4. When I find the plugin I see that only "Windows" was set as "Target Platform".
Comment 1 David Botterill 2007-03-01 18:18:39 UTC
There is a bug in the list component where even though I have "multiple select"
chosen, it will not record multiple selections.  We may have to move to a
different component for this data.
Comment 2 David Botterill 2007-03-01 18:22:40 UTC
Please see issue 96982 for details on the listbox defect.
Comment 3 David Botterill 2007-03-01 18:23:35 UTC
*** Issue 96949 has been marked as a duplicate of this issue. ***
Comment 4 David Botterill 2007-03-01 23:22:48 UTC
I ended up using single check boxes to implement this.  
Comment 5 Jaromir Uhrik 2007-03-08 14:59:46 UTC
Works fine with checkboxes. VERIFIED.