Bug 29184 - Clicking between Ant launch configs is slow
Summary: Clicking between Ant launch configs is slow
Status: RESOLVED DUPLICATE of bug 31561
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P2 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2003-01-08 18:18 EST by Jared Burns CLA
Modified: 2003-02-11 14:37 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 Jared Burns CLA 2003-01-08 18:18:47 EST
Build 20030107

Clicking between Ant configs in the launch config dialog is very slow. The
time is spent parsing the targets.

We should make this faster using caching while the dialog is visible - either
cache the targets or cache the ant class loader to make the parsing faster.
Comment 1 Darin Swanson CLA 2003-01-20 13:59:49 EST
We should be able to use the new support provided for the ant editor.
This could be used for both the ant view and the launch configs.
Comment 2 Darin Swanson CLA 2003-02-11 14:37:50 EST

*** This bug has been marked as a duplicate of 31561 ***