You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/12/08 01:21:05 UTC

DO NOT REPLY [Bug 5167] - javac default behavior different w/ ant for debug

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

javac default behavior different w/ ant for debug





------- Additional Comments From umagesh@apache.org  2001-12-07 16:21 -------
> The default behavior of javac (outside of ant) is to compile with no -g flag, 
> thereby building w/ lines and source debug information. The default behavior 
> of javac (inside of ant) is to build w/ -g:none, which builds no debug 
> information.

Question to Ant-Dev:  What do we do here?  Break backwards compatibility of Ant
to be consistent with what javac does or leave it as it is?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>