: Can you double check which ant is geting used and make changes as appropriate?
Actually, wait a minute .... nightly.sh is just running "ant nightly" which is the same as "ant test package" ... people who want to run tests and package things up shouldn't be required to have Maven ant tasks available. It looks like this started happening because of r687335 ... the new create-pacakges target seems fine to me ... but "package" and "generate-maven-artifacts" should each depend on it directly (and independently) ... why does "package" need to depend on "generate-maven-artifacts" ? : : maven.ant.tasks-check: : : : : BUILD FAILED : : /tmp/apache-solr-nightly/common-build.xml:334: ################################################################## : : Maven ant tasks not found. : : Please make sure the maven-ant-tasks jar is in ANT_HOME/lib, or made : : available to Ant using other mechanisms like -lib or CLASSPATH. : : ################################################################## : : : : Total time: 8 minutes 9 seconds : : -Hoss