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=29997>. 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=29997 Implement wish list of functionality for <record/> task Summary: Implement wish list of functionality for <record/> task Product: Ant Version: 1.7Alpha (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The documentation for the <record/> task states: There is some functionality that I would like to be able to add in the future. They include things like the following: Attribute: Description (Required) listener: A classname of a build listener to use from this point on instead of the default listener. (no) includetarget: A comma-separated list of targets to automatically record. If this value is "all", then all targets are recorded. ([Default = all] no) excludetarget: (no) includetask: A comma-separated list of task to automatically record or not. This could be difficult as it could conflict with the includetarget/excludetarget. (e.g.: includetarget="compile" exlcudetask="javac", what should happen?) (no) excludetask: (no) action: add greater flexibility to the action attribute. Things like close to close the print stream. (no) I just want to make sure we get to do this things sometime soon. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]