>
>
>
>
>
That's the ticket.
Kyle
_
Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--- Kyle Adams <[EMAIL PROTECTED]> wrote:
> I'd like to be able to set a property based on a
> condition that recursively searches for *.java files
> (much the way a "find ./src -name *.java" would) and
> then use to
> control execution of the javadocs target. That
> said, I'm not coming up with
We have a template build.xml that gets used across multiple projects, though
unfortunately not through (it predates Ant 1.6 and is literally an XSL
template). Consequently there is no way to override behavior; everything needs
to be generic enough to handle edge cases.
One of those edge cases