On 2011-12-08, Raja Nagendra Kumar wrote:

> I would like to have global default values per module or per project.. to
> the attributes of all ant tasks or custom task..

> e.g for all the ant copy tasks used with in the project, I wish to make sure
> failonerror="fase" .. while ant's global default for this attribute is
> 'true'..

The easiest way to do that is to define a presetdef "mycopy" with your
own defaults and use that in your build files rather than the plain copy
task.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to