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 44229 - Introduce a deploy action that does not execute
Summary: Introduce a deploy action that does not execute
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 16:53 UTC by Ana.von Klopp
Modified: 2005-05-03 20:18 UTC (History)
1 user (show)

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 Ana.von Klopp 2004-06-02 16:53:47 UTC
If I'm working on a web service or on a portlet 
application, I typically work with two web 
modules, one which provides the service and one 
which invokes it. 

Almost all the time when I work on the module with 
the portlet/web service, I want to deploy it but 
not execute it - it's the other module I want to 
execute. 

I don't want the IDE to mess with my browser in 
this case because that means I'll need to hit the 
back button before I execute. 

So I need a deploy action which causes the module 
to be deployed and nothing else.
Comment 1 zikmund 2005-05-03 20:15:59 UTC
Fixed in 4.1 (Deploy Project action).