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 37790 - Provide support for executing single files
Summary: Provide support for executing single files
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-05 13:31 UTC by Petr Jiricka
Modified: 2004-01-19 14:41 UTC (History)
0 users

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 Petr Jiricka 2003-12-05 13:31:24 UTC
Currently, there is no support for executing a
file that is a component of a module. Only the
whole module can be executed, but no special
behavior for web module components (such as
setting a component-specific URL in the browser)
can be accomplished.
Comment 1 _ gfink 2003-12-08 18:32:26 UTC
There is a setting in the execution settings where the user can set
up what component of a web module is run.  

Single execution support should override this setting, otherwise use
the same code path.
Comment 2 Petr Pisl 2003-12-09 13:09:12 UTC
Do you thing the defaul URL in the
org.netbeans.modules.j2ee.deployment.impl.projects.J2eeProfileSettings?
Comment 3 _ gfink 2003-12-09 21:55:28 UTC
yes
Comment 4 Pavel Buzek 2004-01-17 08:23:35 UTC
ain't it fixed already?
Comment 5 Petr Pisl 2004-01-19 14:41:29 UTC
The single file execution support is in the trunk.