From: "bob mcwhirter" <[EMAIL PROTECTED]>
> > Even without creating new tags, just setting some variables, then
invoking a
> > goal, should do the trick nicely. Providing the goal always reevaluates
> > itself.
>
> I think you wrote the GoalTag...
>
> Anyhow, it calls invokeBody() each time the goal is called.

Should we allow goals to be invoked more than once? After seeing your
previous mail, maybe we shouldn't.

If we did, it could be easiser to use than defining new tags. Though we
could make new tags easier to write, since they could all go in the default
namespace..

<tagdef name="foo">
    <javac includes="${includes}">
        ...
</tagdef>

<foo include="org/foo/bar/**/*.java"/>

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to