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 46268 - Output window should have "Building WAR:" instead of "Building jar:"
Summary: Output window should have "Building WAR:" instead of "Building jar:"
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 23:40 UTC by Ann Sunhachawee
Modified: 2004-08-13 12:12 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 Ann Sunhachawee 2004-07-16 23:40:20 UTC
When you build a web app project, a WAR is built,
though the output window ant script log says
"Building jar:" Should be changed to "Building WAR:"
Comment 1 Pavel Buzek 2004-08-05 23:09:06 UTC
This message is printed from the Ant's jar task that we are using to
create the .war file. It cannot be fixed easilly. I think it is more
appropriate to use jar task since we simply package our 'staging
directory'. The war task is more complicated (deals with building the
war file structure directly from files located in various folders) and
is not needed here.