You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2006/10/18 03:52:53 UTC

[Solr Wiki] Update of "FAQ" by ErikHatcher

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.