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/17 21:40:27 UTC

[Solr Wiki] Update of "FAQ" by HossMan

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 HossMan:
http://wiki.apache.org/solr/FAQ

------------------------------------------------------------------------------
  
  Bug reports, and [:HowToContribute: patch submissions] should be entered in [http://incubator.apache.org/solr/issue_tracking.html Solr's Bug Tracking Queue].
  
+ == 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.
+