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

Summary: Wrong status message for "View WAR Content" action of WEB-INF node
Product: javaee Reporter: Alexei Mokeev <av-nb>
Component: CodeAssignee: _ rkubacki <rkubacki>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: UI
Priority: P4    
Version: -S1S-   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.