On Tue, 6 Nov 2001, Jose Alberto Fernandez <[EMAIL PROTECTED]>
wrote:

> From: "Stefan Bodewig" <[EMAIL PROTECTED]>
>> My preferred solution: Drop inheritAll in Ant2.
> 
> But part of the reason for having it is to allow conversion to ANT2.

Nothing really thought through yet, but I guess we'll have some sort
of propertyset or something to avoid repetition in <ant> tasks - you
group properties to a set and reference this set by id.  We may have a
magic propertyset for all properties and get the old behavior by

<ant>
  <paramset refid="all-properties" />
</ant>

or similar.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to