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=4127>.
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=4127

<javac> debug attribute is not as flexible as javac -g:{lines,vars,source}

           Summary: <javac> debug attribute is not as flexible as javac -
                    g:{lines,vars,source}
           Product: Ant
           Version: 1.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The debug attribute of the <javac> element only permits "on" and "off" values, 
which map to -g and -g:none, respectively. In the modern compiler, -g allows 
options "lines", "vars", "source", options that should be specifiable by the 
build file.

Reply via email to