Did anyone succeed in writing a jelly's define:tag that can invoke its body within an ant task ?
I would like to do something like
<define:tag name="do">
<ant:jar destfile="${codebaseDir}/${jarname}-unsigned.jar">
<define:invokeBody/>
</ant:jar>
<define:tag>... and then use it as:
<myURI:do>
<fileset dir="blip">
<include name="*/**.blop"/>
</fileset>
</myURI:do>Unfortunately the source of the InvokeBody tag seems to talk to the first parent "DynamicTag" which doesn't really make sense to me...
Did anyone undersand this invokeBody tag better ?
Thanks.
Paul
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
