corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

Zip NBMs - plugin detail

Creates a new menu item for module suite projects. When selected, it creates all the NBM files for the modules in the suite and then creates a ZIP file that contains all the NBM files, so that you can upload that ZIP file to the Plugin Portal, for example.

NetBeans Plugin - Zip NBMs
Plugin owner: geertjan
Website: http://blogs.sun.com/geertjan/entry/zipping_a_suite_s_nbm
Added: 2008-05-15
Last updated: 2012-04-06
NetBeans Versions: 7.0
License: CDDL
Category: NetBeans Rich Client Platform
Size: 0.01 MB
Downloaded: 880 times
Rating:
 4.28, by 3 users


Download plugin

Verifications for NetBeans versions

6.0 verification PENDING See verification details
6.1 verification PASSED See verification details
6.5 verification PASSED See verification details

Introduction

Creates a new menu item on the project node of module suite projects:

1210865648767_create-and-zip-all-nbms.pn

When selected, it creates all the NBM files for the modules in the suite and then creates a ZIP file that contains all the NBM files, so that you can upload that ZIP file to the Plugin Portal, for example.

The ZIP file can be found by switching to the Files window and looking in the suite's main directory. The Output window also shows where the new ZIP file is created:

1210865849908_create-and-zip-all-nbms2.p



What's new in this version

1.1: Signed the module. 1.2: Added license.

[ You have to be logged in to be able to comment. ]

User Comments

  

Link to source is broken

Link to source code [http://blogs.sun.com/geertjan/resource/ZipNBMAction.java] published at [http://blogs.oracle.com/geertjan/entry/zipping_a_suite_s_nbm] is broken :(
Posted by xolmc on Aug 01, 2011
  

How simple Actions enable great NB plugins

This plugin is my inspiration to write the Export as archive plugin. The code base explains that complexity can be addressed by simplicity. Ant + javax.swing.Action (CallableSystemAction) is enough to enable/disable menus and to actually do the job.
Posted by manikantannaren on Oct 21, 2008