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

Javac task's <debug> behaviour ignores <compilerarg>

           Summary: Javac task's <debug> behaviour ignores <compilerarg>
           Product: Ant
           Version: 1.5.3
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Ant's different behaviour from the standard javac concerning the default debug 
level has been well documented in bug#1011 and bug#5167. However setting 
debugging to '-g:none' when <debug> == false is causing me some different 
problem. I'm using the <compilerarg> parameter to set (amongst others) the 
debug level for my compile targets. However setting the '-g' option is ignored 
because ant already implicitly put '-g:none' on the commandline.
This is causing me some inconvience not only because it deviates from the 
default behaviour of javac but because it prevents me from setting the debug 
level using a valid ant command

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

Reply via email to