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 37897 - Webmodule execution/deployment progress window shows a dumb message.
Summary: Webmodule execution/deployment progress window shows a dumb message.
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-09 14:46 UTC by Marek Fukala
Modified: 2004-09-20 15:46 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 Marek Fukala 2003-12-09 14:46:53 UTC
[dev #20031208]
During the execution/deployment of a webmodule
withing the IDE a status window appears and inform
user about the execution progress. After running
the tomcat server the IDE tries to deploy the
webmodule. Hovewer the message displayed to the
user seems to be strange to me. It displays
'...deploying (xxx)' where the xxx is a result of
toString() method call on a  TomcatTarget class
instance.
Comment 1 Pavel Buzek 2004-01-16 18:04:54 UTC
will try to fix for 3.6
Comment 2 Marek Fukala 2004-01-28 17:51:39 UTC
I realized that you have changed the behaviour and now the server
instance URI is displayed instead of the hashcode. There is a PENDING
description in the getTargets() method where the TomcatTarget is
created and you haven't closed this bug so I guess you are planning to
refine it. IMHO this is a sufficient solution. If I were you I would
close it :-)
Comment 3 Pavel Buzek 2004-07-23 19:28:35 UTC
closing - the reported is _satisfied_ with the current state!
Comment 4 Jiri Skrivanek 2004-09-20 15:46:05 UTC
Verified.