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 2003/07/28 21:00:57 UTC

DO NOT REPLY [Bug 21943] New: - Need way to set -verbose or -debug via properties

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: dev@ant.apache.org
        ReportedBy: analogue@yahoo.com


'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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org