This file is designed for importing into a main build file, and not intended for standalone use. One or more of the JavaCC .jj files is newer than its corresponding .java file. Run the "javacc" target to regenerate the artifacts. ################################################################## JavaCC not found. JavaCC Home: ${javacc.home} JavaCC JAR: ${javacc.jar} Please download and install JavaCC from: <http://javacc.dev.java.net> Then, create a build.properties file either in your home directory, or within the Lucene directory and set the javacc.home property to the path where JavaCC is installed. For example, if you installed JavaCC in /usr/local/java/javacc-3.2, then set the javacc.home property to: javacc.home=/usr/local/java/javacc-3.2 If you get an error like the one below, then you have not installed things correctly. Please check all your paths and try again. java.lang.NoClassDefFoundError: org.javacc.parser.Main ################################################################## ################################################################## 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. ################################################################## ################################################################## JUnit not found. Please make sure junit.jar is in ANT_HOME/lib, or made available to Ant using other mechanisms like -lib or CLASSPATH. ################################################################## MAYBE Tests failed! Clover not found. Code coverage reports disabled. ################################################################## Clover not found. Please make sure clover.jar is in ANT_HOME/lib, or made available to Ant using other mechanisms like -lib or CLASSPATH. ##################################################################