Bug 24418 - Option without necessary corresponding argument not handled correctly
Summary: Option without necessary corresponding argument not handled correctly
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Luc Bourlier CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-10-04 16:37 EDT by Darin Swanson CLA
Modified: 2002-10-11 16:11 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-10-04 16:37:21 EDT
An option without necessary corresponding argument is not handled correctly.
For example:
if the user specifies "-listener" option with no <classname> argument, we 
ignore the option.

Using "command line" Ant, the build terminates immediately and the 
message: "You must specify a classname when using the -listener argument" is 
printed.
Comment 1 Darin Swanson CLA 2002-10-07 11:59:12 EDT
fixed in InternalAntRunner
Please verify.
Comment 2 Darin Swanson CLA 2002-10-11 10:02:51 EDT
Reopening to reassign as verification needed before M2
Comment 3 Darin Swanson CLA 2002-10-11 10:03:17 EDT
Please verify.
Comment 4 Luc Bourlier CLA 2002-10-11 16:11:43 EDT
Verified
Please update the build notes (darins)