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 74044 - webstart module dependency
Summary: webstart module dependency
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Java Webstart (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2006-03-27 16:31 UTC by ats37
Modified: 2007-03-23 11:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ats37 2006-03-27 16:31:38 UTC
As reported on the mailing lists; Jaroslav said to raise an issue, so here you are:


While playing around in 5.0, I decided to disable various modules that I'm not
using (via the Module Manager).  Since I'm not working on any Netbeans modules,
I unticked the Netbeans Modules Projects module, but got a dialog warning that
this would also disable the Netbeans Module for Java Web Start. The description
says that this module "Enables Java Web Start technology on regular J2SE
projects."  Now, I am working on J2SE projects, and might like to try out
webstart on one of them later, so I don't want to disable that.

So, I'm wondering why the WebStart module is dependent on the Modules Projects
one?  Can you only use webstart with NB Platform applications, rather than plain
J2SE ones?  If so the description needs correcting, plus, shouldn't the WebStart
module appear under "Developing NetBeans" rather than "Java" in the hierarchy? 
Or is there no actual dependency, and it's just that the module's configuration
is wrong?

If there is a dependency, it seems to me like a good candidate for refactoring -
surely it ought to be possible to create a webstart-launchable swing app, that's
not assembled from NB modules, without having the module dev modules installed?
Comment 1 Jesse Glick 2006-04-03 17:45:35 UTC
Petr we don't seem to have a 3rdparty subcomponent for the JNLP module?

Anyway I am pretty sure this is a dupe; others have complained about the same
issue. Obvious architecture defect.
Comment 2 Petr Jiricka 2006-04-04 22:25:10 UTC
We have the javawebstart component, this is now open source. Reassigning.
Comment 3 Milan Kubec 2007-03-23 11:07:02 UTC
The issue is no more valid with new implmentation of Java Web Start module.