Bug 36570

Summary: Ant view parses files during shutdown
Product: [Eclipse Project] Platform Reporter: Jared Burns <jared_burns>
Component: AntAssignee: Darin Swanson <Darin_Swanson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: ui
Version: 2.1   
Target Milestone: 3.0 M1   
Hardware: PC   
OS: All   
Whiteboard:

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.