David Rees <[EMAIL PROTECTED]> wrote:

>>Stefan Bodewig wrote:
>>
>>> Glenn McAllister <[EMAIL PROTECTED]> wrote:
>>>
>>> ${myclasspath} should invoke .toString() on the thingy named
>>> myclasspath, be it a <path> or a <property>.
>>>
>>> Stefan
>>
>>And that's probably the clearest explaination I've head yet. :-)
>
> Should it really be toString()?

Yes.

> Perhaps a toAntAttributeString() that falls back to toString()?

Do you mean whoever expands the ${} should look whether the referenced
object has a toAntAttributeString() method and invoke this - and fall
back to toString if it doesn't? Why?

Stefan

Reply via email to