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 58894 - Tasks invoked via ant should behave like regular background tasks
Summary: Tasks invoked via ant should behave like regular background tasks
Status: RESOLVED DUPLICATE of bug 58513
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 19:02 UTC by Antonin Nebuzelsky
Modified: 2005-09-05 09:50 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-05-13 19:02:36 UTC
New Progress UI/API should be used for all ant tasks. They should be displayed
as background tasks with the progress indication in the dedicated area of status
bar.

The output window of an ant task will appear only when
1. Any hyperlink (either warning or error) is printed; or
2. An input field is requested; or
3. User has chosen in options that output window should always display
immediatelly for all ant tasks

Two switches will be added to the Options:
e.g. Show Output window:
     1. always (case 3 above)
     2. default (cases 1 & 2 above)
Comment 1 Jesse Glick 2005-05-14 22:00:15 UTC

*** This issue has been marked as a duplicate of 58513 ***