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 210267 - Allow to print some intro message
Summary: Allow to print some intro message
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 12:19 UTC by Tomas Mysik
Modified: 2012-03-28 12:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2012-03-28 12:19:42 UTC
Since Ant execution now prints (as the first line) the command that is being executed, it would be nice if the ExtExcution could do something similar. Discussed with Petr and perhaps this could be done:

- add <toString()> (or similar) method to ExternalProcessBuilder which returns the command to be executed
- add setIntroMessage(String) to ExternalProcessDescriptor

Clients then could call descriptor.setIntroMessage(builder.<toString()>).

Thanks.