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=21943>. 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=21943 Need way to set -verbose or -debug via properties Summary: Need way to set -verbose or -debug via properties Product: Ant Version: 1.5.3 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 'ant -verbose -debug' is fine when calling ant directly, but when another program (take for example maven) is executing ant tasks, the opportunity to activate verbose or debug output in ant is not available. This could be rectified if ant would recognize system properties like so: Ant: ant -Dant.verbose=true -Dant.debug=true blip Maven: maven -Dant.verbose -Dant.debug=true blop --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]