Stefano Marsili wrote:
class Task {
    Method[] getNotExpandableAttributes() { return null; }
}

Wow! I want this in 1.7 ;-)! But I think it should be implemented in ProjectComponent rather than Task (if possible).

I'm kind of reluctant to support changes in ant's language, which is effectively what this is. We currently have a consistent model, "properties get expanded in attributes". The one place that is broken (target depends), we get complaints. if we make it possible to bypass stuff, then we'd have more code to test and support, and for what -more inconsistency?

Stick to nested text and not only do you get the behavior you want, it works in ant1.6

-steve

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

Reply via email to