Bug 29997 - Implement wish list of functionality for <record/> task
Summary: Implement wish list of functionality for <record/> task
Status: REOPENED
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.7.0
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
: 16501 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-09 10:27 UTC by Jose Alberto Fernandez
Modified: 2008-02-22 12:18 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Alberto Fernandez 2004-07-09 10:27:49 UTC
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.
Comment 1 Matt Benson 2005-05-27 00:26:33 UTC

*** This bug has been marked as a duplicate of 16501 ***
Comment 2 Matt Benson 2005-05-27 00:27:25 UTC
I'll switch the duplicates around since this one is more general.
Comment 3 Matt Benson 2005-05-27 00:27:40 UTC
*** Bug 16501 has been marked as a duplicate of this bug. ***