init: BUILD FAILED /var/tmp/portage/net-im/wildfire-3.1.1/work/wildfire_src/build/build.xml:195: Must use Ant 1.6.x to build Wildfire Total time: 0 seconds It seems to be checking the ant version for 1.6* in build.xml which is bad. I think we can overwrite the check with -Dant.not.ok= for example.
any progress here? since openfire wants to install ant-1.6 which blocks ant-core-1.7 it is impossible to install openfire currently... please fix asap
Since ant 1.7.0 is stabled, I decided to go and fix it myself. + 16 May 2007; Vlastimil Babka <caster@gentoo.org> openfire-3.3.0.ebuild: + Migrate to split-ant wrt ant-contrib use, upstream now supports ant 1.7.0 - + fixes bug #176445. Allow compilation with 1.6 JDK as it's now also + supported. Don't call plugins-dev target because it fails and doesn't seem + to do anything useful. Plugins-dev target basically calls ant again on the same build.xml with openfire target which was already performed. Then it copies external ant.jar and tools.jar from JDK somewhere, which should be avoided anyway. The reason why the target fails is probably some regression in 1.7.0 which I will investigate anyway.