DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14051>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14051

Javac's extdirs attribute suppresses the next argument!

           Summary: Javac's extdirs attribute suppresses the next argument!
           Product: Ant
           Version: 1.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


How to reproduce:
<javac extdirs="" debug="true>...</javac>
generates the command line (see verbose execution):
javac -extdirs  -g

When Javac parses the arguments, it identifies -g as the path to the extension 
directories!

Suggestion:
(1) throws a BuildException when extdirs is empty
(2) writes javac -extdirs '' -g

I'd rather see (2) implemented...

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to