DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33081>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33081 Summary: build.xml does not honor debug flag for SMTPAppender Product: Log4j Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hi, I want to debug SMTPAppender but debug information (line number info) is not available even though I specificy debug=on in the build.properties. Because the build.javamail target below does not honor the debug flag specified in the prop file. I'll be happy if you modify the build.xml file accordingly. (same for other javac targerts, too.) I did this in my own copy but nice to have it in the CVS, too. Bulent Erdemir <target name="build.javamail" depends="init, javamail" if="javamail-present"> <javac srcdir="${java.source.dir}" destdir="${javac.dest}" deprecation="${deprecation}" includes="${stem}/net/SMTPAppender.java"> <classpath refid="compile.classpath"/> </javac> </target> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
