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. One or more of the JFlex .jflex files is newer than its corresponding .java file. Run the "jflex" target to regenerate the artifacts. ################################################################## JavaCC not found. JavaCC Home: ${javacc.home} Please download and install JavaCC 4.1 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-4.1, then set the javacc.home property to: javacc.home=/usr/local/java/javacc-4.1 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 ################################################################## ################################################################## JFlex not found. JFlex Home: ${jflex.home} Please install the jFlex 1.5 version (currently not released) from its SVN repository: svn co http://jflex.svn.sourceforge.net/svnroot/jflex/trunk jflex cd jflex mvn install Then, create a build.properties file either in your home directory, or within the Lucene directory and set the jflex.home property to the path where the JFlex trunk checkout is located (in the above example its the directory called "jflex"). ################################################################## 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. ##################################################################
]]>