On Apr 19, 2006, at 4:10 PM, Brian Lucas wrote:
2. I can no longer 'ant compile'/'dist' the newest version(s)
(04/16/06 -
04/19/06) of Solr due to the error:
-------
[javac]
/home/root/disks/src/solr-nightly/src/java/org/apache/solr/util/
AbstractSolr
TestCase.java:8: package junit.framework does not exist
[javac] import junit.framework.TestCase;
...
No, it's not just you. The build requires the JUnit library, which is
not provided. I'm guessing that whoever put that in is using an IDE
that automatically includes JUnit in the classpath. For now, you can
download the jar from www.junit.org and drop it into lib/.
-MB