Bug 25062 - Support execution of ant tasks in a seperate thread
Summary: Support execution of ant tasks in a seperate thread
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-10-18 11:43 EDT by Paul Austin CLA
Modified: 2002-11-15 20:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Austin CLA 2002-10-18 11:43:52 EDT
The current version of eclipse (2.0) runs the ant tasks in a mode that stops 
users from using eclipse while ant is running by displaying a progress bar 
dialogue box.

This means that if users which to use ant to run a java program with the JPDA 
debugging enabled and debug the program in eclipse they have to run the ant 
script outside of eclipse.

For the next version it would be useful if you could run ant like you can 
run/debug internal java programs in the background and have the console output 
tied to the selected ant execution (see the debug perspective for what I mean).
Comment 1 Darin Swanson CLA 2002-10-18 11:55:15 EDT
In the side stream development for the external tools project, a prototype for 
this feature has been coded.  We should ensure to make use of this code when 
the direction of external tools support is fully mapped.
Comment 2 Darin Wright CLA 2002-11-15 20:38:52 EST
Fixed in M3 (using new launch config support)
Comment 3 Darin Wright CLA 2002-11-15 20:39:02 EST
Verified