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 31570 - Class name isn't shown in output window after servlet compilation
Summary: Class name isn't shown in output window after servlet compilation
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-28 12:08 UTC by sva
Modified: 2003-12-11 14:22 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested fix for /cvs/j2eeserver/src/org/netbeans/modules/j2ee/impl/DefaultServerInstanceManager.java (348 bytes, patch)
2003-02-28 15:11 UTC, sva
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sva 2003-02-28 12:08:36 UTC
Steps to reproduce:
1. Open servlet.
2. Servlet should be compiled. Press Alt+F5 to start 
debugger.

Result: "Finished." string is writed to compiler output 
window.

Usually "Finished _name_ ." writed to output.

Reproduced with Netbeans dev 030228.
Comment 1 sva 2003-02-28 14:52:14 UTC
Correct summary.
Comment 2 sva 2003-02-28 15:11:44 UTC
Created attachment 9220 [details]
Suggested fix for /cvs/j2eeserver/src/org/netbeans/modules/j2ee/impl/DefaultServerInstanceManager.java
Comment 3 _ rkubacki 2003-03-18 09:49:58 UTC
Checking in
src/org/netbeans/modules/j2ee/impl/DefaultServerInstanceManager.java;
/cvs/j2eeserver/deprecated/src/org/netbeans/modules/j2ee/impl/DefaultServerInstanceManager.java,v
 <--  DefaultServerInstanceManager.java
new revision: 1.2; previous revision: 1.1
Comment 4 sva 2003-03-20 09:32:46 UTC
Verified with Netbeans dev 030319.