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, javac says "package junit.framework does not exist" == - 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 fid 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.
