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=16860>. 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=16860 Silent or Debug a single target Summary: Silent or Debug a single target Product: Ant Version: 1.1 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, It could be very nice if it were possible to suppress the output from a target, with a silent attribute. As a build file grows in size, the 'trivial' information can be overwhelming. example: <target name="sometarget" silent="true"> <echo message="This line will not appear in log because of silent"/> </target> Furthermore it would also be very nice if it were possible to only debug a certain target, this could also be done with a attribute. example: <target name="sometarget" debug="true"> <echo message="Everything this target does will be debugged to system.out"/> </target> best regards Thomas Engelschmidt
