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

Summary: Tasks invoked via ant should behave like regular background tasks
Product: projects Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: issues, jdinga, mkleint
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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 ***