Simeon Fitch <[EMAIL PROTECTED]> wrote:
>> * allow all datatypes to be defined anywhere - i.e. as children of
>> project as well as of target.
>
> +0 (I don't fully understand the consequenses at this point).
right now you can't define a patternset inside a target - just at the
project level.
<patternset>
<include name="${foo}" />
</patternset>
would expand foo at the time this patternset get's defined - this
means, foo had to be defined on the project level - i.e. no
conditional setting of foo depending on context.
>> * add a user defined message if a target will be skipped because
>> * the if/unless attribute says so.
>
> +0 (Sounds like a general "trace" debugging feature that should be
> generalized).
probably yes.
Stefan