Debugging the Ant task junit failure, the error occurs in parallelCopyWithReference. By playing with a correct combination of Ant and BeanUtil versions, I have finally been able to coax out an error message that means something to me:

org.apache.commons.jelly.tags.ant.CaseTag doesn't support the nested "filterset" elements.

And, in fact, if I modify this particular task to include the filterset elements in place instead of by reference, the test passes (again, with this particular combination of Ant and BeanUtil versions).

So, my question is: looking at the source to CaseTag, I see no obvious support for nested filterset elements present. Looking back into the revision history, I don't see where it was ever present. I'm sure it was working at some point... but I don't really know where to look.

Anybody know how this is supposed to work?

- Sam Ruby



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

Reply via email to