Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ErikHatcher: http://wiki.apache.org/solr/FAQ ------------------------------------------------------------------------------ == I can't compile Solr, ant says "JUnit not found" == - Solr requires the JUnit JAR for compilation. This JAR is not commited into the Solr lib directory like other dependencies because of the JUnit integration with Ant. Please see the [http://ant.apache.org/manual/OptionalTasks/junit.html Ant documentation of JUnit] for notes about where Ant expects to find the JUnit JAR and Ant task JARs. + Solr requires the JUnit JAR for compilation. This JAR is not commited into the Solr lib directory like other dependencies because of the JUnit integration with Ant. Please see the [http://ant.apache.org/manual/OptionalTasks/junit.html Ant documentation of JUnit] for notes about where Ant expects to find the JUnit JAR and Ant task JARs. As of Sept. 21, 2007, JUnit's JAR is now part of Solr's source repository, so there is no need to install it separately to run Solr's unit tests. == How can I start the example application in Debug mode? ==
