> It's typical to put dependencies on the antrun plugin. If you need any
> tasks that aren't part of the stock ant artifact, you add dependencies
> to the plugin.

Yup, I use Antrun in several of my own projects. But it does not seem
to apply in this situation, instead it seems like the problem is
simply that Venkat is missing some compile-time dependencies since his
code is failing to compile and giving "cannot find symbol" errors. I
wouldn't generally expect those kinds of errors to be resolved with
plugin dependencies, but I could be wrong.

> In 2.x, then, you had to be sure that all of your plugin declarations
> across multiple aggregated projects agree.

Yup, this was an annoying bug in M2. Venkat should check his Antrun
declarations aross all related projects and ensure the plugin
dependencies across multiple projects "agree" as you put it.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to