Bug 24847 - duplicate options not handled the same as cmd line Ant
Summary: duplicate options not handled the same as cmd line Ant
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 M3   Edit
Assignee: Luc Bourlier CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-10-16 12:33 EDT by Darin Swanson CLA
Modified: 2002-10-22 10:23 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-16 12:33:18 EDT
For example if the user attempts to specify two loggers:
"-logger my.test.Logger -logger my.test.Logger2"
Comment 1 Darin Swanson CLA 2002-10-16 12:39:24 EDT
Two loggers are not allowed, while adding multiple listeners using -listener is 
perfectly acceptable.
Comment 2 Darin Swanson CLA 2002-10-18 15:54:24 EDT
Fixed in InternalAntRunner.
Added tests to OptionTests:
testTwoLoggers, testMultipleListeners

Please verify.
Comment 3 Luc Bourlier CLA 2002-10-22 10:23:29 EDT
Verified.
Please update the build notes (darinS)