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.
|
|
Versions available
|
Download size: 0.01 MB
|
Last Update: 2012-04-06
|
What's new in this version
1.1: Signed the module. 1.2: Added license.
Verifications for NetBeans versions
Plugin is not subject to any verification
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.0
Comments
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.1
Comments
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.5
Comments
|
Download size: 0.01 MB
|
Last Update: 2012-04-06
|
What's new in this version
1.1: Signed the module. 1.2: Added license.
Verifications for NetBeans versions
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.0
Comments
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.1
Comments
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.5
Comments
|
Download size: 0.01 MB
|
Last Update: 2012-04-06
|
What's new in this version
1.1: Signed the module. 1.2: Added license.
Verifications for NetBeans versions
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.0
Comments
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.1
Comments
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.5
Comments
|
Download size: 0.01 MB
|
Last Update: 2012-04-06
|
What's new in this version
1.1: Signed the module. 1.2: Added license.
Verifications for NetBeans versions
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.0
Comments
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.1
Comments
Decisions of individual verifiers for Zip NBMs plugin for NetBeans IDE 6.5
Comments
Introduction
Creates a new menu item on the project node of 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.
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:

|
[ 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