Re: Ant build question

2007-04-18 Thread Andrew Nagy
Erik Hatcher wrote: ant-junit.jar != junit.jar rename it back, and grab junit.jar from junit.org Easy enough. Thanks! Andrew

Re: Ant build question

2007-04-18 Thread Erik Hatcher
to clarify this a bit... ant-junit.jar is the 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 t

Re: Ant build question

2007-04-18 Thread Erik Hatcher
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 build question

2007-04-18 Thread Andrew Nagy
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