Bug 16823 - [ExternalTools] Incorrect default target not clearly shown
Summary: [ExternalTools] Incorrect default target not clearly shown
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 major (vote)
Target Milestone: ---   Edit
Assignee: Ryan Cooper CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-05-22 10:46 EDT by Aldo Eisma CLA
Modified: 2002-09-18 13:58 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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