Bug 36570 - Ant view parses files during shutdown
Summary: Ant view parses files during shutdown
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.0 M1   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2003-04-16 10:27 EDT by Jared Burns CLA
Modified: 2003-05-29 21:43 EDT (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-04-16 10:27:06 EDT
The Ant view causes unparsed buildfiles to be parsed during shutdown by calling
ProjectNode#getDefaultTarget(). Instead, it should call getDefaultTargetName()
which won't force the file to be parsed.
Comment 1 Jared Burns CLA 2003-04-16 10:30:44 EDT
Fixed. Please verify changes to AntView. I also cleaned up the implementation
of ProjectNode#getDefaultTargetName(). It was a little more complex than it
needed to be.
Comment 2 Darin Swanson CLA 2003-04-17 18:36:55 EDT
Verified.