Bug 16623 - Confusion about external tool config dialog
Summary: Confusion about external tool config dialog
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 critical (vote)
Target Milestone: ---   Edit
Assignee: Ryan Cooper CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2002-05-21 13:08 EDT by John Arthorne CLA
Modified: 2002-05-29 16:18 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 John Arthorne CLA 2002-05-21 13:08:13 EDT
Build 20020521

A couple of people on the newsgroup found the new external tool configuration 
dialog a bit confusing.  They didn't realize that in the box marked "Tool 
Location" they could give the location of an Ant script file. Perhaps the label 
could be changed to something like:

"Location of Tool or Script File"

or

"Tool or Script File Location"

Maybe the description at the top of the dialog could even mention Ant scripts 
specifically, so that Ant users can link the concept of "External Tool" with the 
Eclipse Ant integration (which isn't so obvious).
Comment 1 Nick Edgar CLA 2002-05-23 11:24:24 EDT
Important to get the labeling right here.
Comment 2 Simon Arsenault CLA 2002-05-29 10:36:33 EDT
I do not see changing the label as a viable solution... The word "script" by 
itself has a specific "domain" meaning which is why we changed to using 
External Tools. If we add the word ant, then people will want other words too 
(like makefile, etc).

We need to come up with another way so users will understand this External Tool 
concept and what is applies to. Maybe a short 1-2 line description at the top 
of the configure dialog is our best option for release 2.0
Comment 3 Simon Arsenault CLA 2002-05-29 16:18:02 EDT
Update the description for both the configure and new/edit dialogs to be more 
specific and refer to Ant build files. Also, in the new/edit dialog, when an 
XML file is specified, the message changes to indicate how to choose the ant 
targets. In build > 2002-05-29