to clarify this a bit... ant-junit.jar is the <junit> task in Ant,
but JUnit's library itself (i.e. TestCase, etc) is not there, only in
junit.jar from junit.org.
Erik
On Apr 18, 2007, at 1:49 PM, Erik Hatcher wrote:
On Apr 18, 2007, at 10:39 AM, Andrew Nagy wrote:
Hello, I would like to play with patch SOLR-69 and am trying to
rebuild solr using ant with some difficulties. When I try to run
ant, I get an error saying that it can't find junit, but junit is
in the ant lib directory. I had a file called ant-junit.jar in
the lib directory and copied it to junit.jar, but it still gave me
the error. Any ideas as to what is causing this?
ant-junit.jar != junit.jar
rename it back, and grab junit.jar from junit.org
Erik