Re: "parsed" resource

2010-01-29 Thread Stefan Bodewig
references. A > solution using this approach might be to make ResourceDecorator > concrete, add a resource property setter for XML attribute > accessibility, redefine a ResourceDecorator to, by ... No, then I'd rather see a "parsed" resource 8-) Stefan

Re: "parsed" resource

2010-01-29 Thread Matt Benson
ry Objects, that such a resolved property ought to transparently behave as the parsed Resource, including name and all other properties. I will code this ASAP and commit when I finish or after 1.8.0 is released, whichever is later. While I do think this behavior is a reasonable expectation

Re: "parsed" resource

2010-01-29 Thread Antoine Levy Lambert
Hi, Stefan Bodewig wrote: On 2010-01-28, Matt Benson wrote: Okay, using custom PropertyEvaluators (e.g. the "types" evaluator from the props antlib) we can set an attribute of a task or type to an arbitrary Ant type. I would like to (after 1.8.0, I suppose) add a resource implementati

Re: "parsed" resource

2010-01-28 Thread Stefan Bodewig
On 2010-01-28, Matt Benson wrote: > Okay, using custom PropertyEvaluators (e.g. the "types" evaluator from > the props antlib) we can set an attribute of a task or type to an > arbitrary Ant type. I would like to (after 1.8.0, I suppose) add a > resource implementation that simply allows one t

"parsed" resource

2010-01-28 Thread Matt Benson
Okay, using custom PropertyEvaluators (e.g. the "types" evaluator from the props antlib) we can set an attribute of a task or type to an arbitrary Ant type. I would like to (after 1.8.0, I suppose) add a resource implementation that simply allows one to say, e.g.: Now, programmatically,