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 152131 - Action to create ZIP of NBMs
Summary: Action to create ZIP of NBMs
Status: RESOLVED DUPLICATE of bug 134425
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 03:52 UTC by ivan
Modified: 2009-06-22 21:39 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 ivan 2008-11-02 03:52:41 UTC
I have a suite which is made up of a bunch of modules.
I'm trying to make an NBM zipfile but when I choose BuildZIPDistribution
it complains that the suite is not set up as a standalone application.
Why this limitation?!?!?
It's not _that_ unusual to bundle a bunch of module NBM's together
to form a downloadable package.
Comment 1 Peter Pis 2008-11-02 21:16:08 UTC
Reassigning to apisupport.
Comment 2 Jesse Glick 2008-11-03 19:08:44 UTC
"Build ZIP Distribution" is specifically for applications: a launcher is created, an "etc/" dir, etc.

What you want is "Build NBMs" (which also creates an updates.xml if you want that). If you want to ZIP those NBMs
together, do so yourself.
Comment 3 ivan 2008-11-03 20:20:36 UTC
I take exception to this being marked as "invalid".

As I stated, it's not that unusual to have to a bunch of
nbm's get zipped. Practically every external NB
module contributor has to do this.

So, no, I don't want to zip the stuff myself, I want the IDE
to do this for me. What's so invalid about this request?
Comment 4 Jesse Glick 2008-11-03 21:42:39 UTC
That would be an unrelated feature.
Comment 5 ivan 2008-11-03 21:45:57 UTC
Thanks.
It's only unrelated when you look at it from bottom up :-)
From the users perspective it's an "abstract method": "make zip".
Comment 6 Jesse Glick 2008-11-03 22:37:18 UTC
Well the resulting file is indeed a ZIP in either case, but the contents are very different. I think it would be
confusing for a single menu item (or Ant target) to do completely different things depending on whether or not a suite
project happened to be marked as an application.
Comment 7 Jesse Glick 2009-06-22 21:39:50 UTC

*** This issue has been marked as a duplicate of 134425 ***