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 27218 - Wrong status message for "View WAR Content" action of WEB-INF node
Summary: Wrong status message for "View WAR Content" action of WEB-INF node
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC All
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: UI
: 30877 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-11 15:18 UTC by Alexei Mokeev
Modified: 2003-09-16 18:46 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 Alexei Mokeev 2002-09-11 15:18:06 UTC
Steps to reproduce:
1)Rightclick on WEB-INF node of some web module
and select "View WAR Content" popup 
menu - window with future war content will be
shown.

Notice, that status line value changed to "WAR
file created".
Valid status for this action should be  "Viewing
WAR Contents ..."(or similar).

Looks like this status appears during creation
internal web.war. But web.war
is hidden from user, so status line should
correspond real user's action(Viewing contents)

Well reproduced on all platforms with S1S4.1 build
020905.
Comment 1 Jason Rush 2003-02-10 15:38:58 UTC
*** Issue 30877 has been marked as a duplicate of this issue. ***
Comment 2 _ rkubacki 2003-09-16 18:46:21 UTC
In fact it really creates WAR file. There are some bad usages of code
that sets status messages. Anyway the code will be dropped when new
project support is in place.