I've looked into this and I don't think there is any way to fix it as
long as the project uses Maven to build and depends on Ant 1.5.x.

The problem is that Ant has been split into several jars and no matter
how we turn it, Maven will only ever see at most two of them (one
cloaked as ant.jar and the other one as optional.jar).  To build the
project successfully at least ant.jar, ant-launcher.jar and
ant-junit.jar are needed and there is no way to do it.

The project used to build when it used Ant since Ant would take the
full CLASSPATH, that contains all Ant jars.

I don't see a solution ATM.  What do we want to do?  Build with Ant?
Upgrade the dependency to Ant 1.6 (1.6.0 has been released fourteen
months ago) and add ant-launcher?  Live with the problem for now and
disable nagging?

Stefan

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

Reply via email to