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 51133

Summary: Output window title could contain the name of executed class
Product: java Reporter: Roman Strobl <rstrobl>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker CC: zikmund
Priority: P3 Keywords: API
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 43072    
Bug Blocks:    

Description Roman Strobl 2004-11-03 15:43:04 UTC
When I try to execute 2 different classes from one
project e.g. A.java and B.java I see no difference
between them in the output window title. Thus I
cannot find out which class is in which tab unless
I investigate the execution output. It would be
nice to have the name of the class in the title of
the output window as well.
Comment 1 Milos Kleint 2004-11-18 14:45:10 UTC
not an output2 issue, the compilation is not implemented here.
moving to ant for evaluation.

personally I don't like the idea of having way too many output tabs..
the less the better. (but IMHO of course)
Comment 2 Jesse Glick 2004-12-01 19:10:11 UTC
Would require new API in ant module that could then be used from e.g.
j2seproject: AntTargetExecutor.Env added property, and new overload of
ActionUtils.runTarget.