On Tue, 15 Jan 2002, <[EMAIL PROTECTED]> wrote: > I want to selectively invoke rmic only on outdated files. How do I > do that in ant ? For example:
Which is what Ant's built-in rmic task does. Why do you use myrmic instead of the built-in task? Maybe it can be rewritten as yet another implementation of the rmic task (it is a facade backed by Sun's, Weblogic's and Kaffe's implementation ATM). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
