Bug 23924 - handling of incorrect / unrecognized arguments
Summary: handling of incorrect / unrecognized arguments
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P2 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-09-20 13:35 EDT by Darin Swanson CLA
Modified: 2002-10-07 10:58 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 Darin Swanson CLA 2002-09-20 13:35:50 EDT
Currently we ignore incorrect or unregonized arguments.

I propose it would be better to be more like the cmd line Ant and terminate 
execution of the build and report the bad argument.
Comment 1 Darin Swanson CLA 2002-09-26 09:00:35 EDT
The Eclipse Ant behavior is now very similar to the cmd line ant: report the 
unknown argument, print the help message, abort execution.

Please verify 
Comment 2 Jared Burns CLA 2002-10-07 10:58:47 EDT
Ooh. Much better. :) Verified.