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 134425 - No simple ZIP build option for plugins with multiple NBMs
Summary: No simple ZIP build option for plugins with multiple NBMs
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 152131 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-02 19:21 UTC by markee174
Modified: 2013-01-10 08:09 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:21:53 UTC
For uploading a plugin with multiple nbms, the files need to be placed inside a vanilla zip file. While the nbm files
are all built with a single click this last step requires a manual hack. Confusingly, there is a menu option Build Zip
distribution which has nothing to do with this. This menu option should either be replaced with a "Build plugin Zip"
option or should provide this functionality in this case.
 
Please also see discussion at http://www.nabble.com/Uploading-a-plugin-with-multiple-nbms-to16993194.html#a17024953
Comment 1 Jesse Glick 2008-08-27 15:55:53 UTC
Could perhaps append to apisupport.harness/release/suite.xml#nbms e.g.:

<zip zipfile="build/updates.zip">
  <fileset dir="${build.updates.dir}"/>
</zip>

Not sure if the presence of the updates.xml file would be a problem for the plugin portal; if so, could add
excludes="updates.xml".
Comment 2 Jesse Glick 2009-06-22 21:39:49 UTC
*** Issue 152131 has been marked as a duplicate of this issue. ***
Comment 3 Jaroslav Tulach 2013-01-10 08:09:56 UTC
Why not change the upload UI to accept multiple NBMs to begin with? I am not going to complicate build infrastructure (and product UI) because of need to invoke <zip/> Ant target - an FAQ can handle that.

For both stated reasons marking won'tfix.