Bug 24847

Summary: duplicate options not handled the same as cmd line Ant
Product: [Eclipse Project] Platform Reporter: Darin Swanson <Darin_Swanson>
Component: AntAssignee: Luc Bourlier <eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P2 Keywords: core
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: other   
Whiteboard:

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)