Bug 16823

Summary: [ExternalTools] Incorrect default target not clearly shown
Product: [Eclipse Project] Platform Reporter: Aldo Eisma <aldo_eisma>
Component: AntAssignee: Ryan Cooper <ryan_cooper>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P2 CC: rodrigo, simon_arsenault
Version: 2.0Keywords: ui
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Aldo Eisma CLA 2002-05-22 10:46:29 EDT
I opened the Run Ant dialog on my build.xml file, and the first target I 
selected received sequence nunmber [2] in the dialog. No target in the list had 
sequence number [1].
After I while I discovered that I made a typo in the default target name.
Apparently it is preselecting this non-existing default target as [1].
Comment 1 Rodrigo Peretti CLA 2002-05-22 10:52:09 EDT
When parsing the file for existing targets we should validate the default 
target value.
Comment 2 Simon Arsenault CLA 2002-05-30 11:43:57 EDT
Code change to validate default target specified in ant build file compared to 
target names specified in same ant build file. In build > 2002-05-30