How did you build it in Eclipse? Did you execute the "ant eclipse" target? Did you follow all the hints at http://wiki.apache.org/solr/HowToConfigureEclipse?
I'd also go the solr directory and execute "ant server dist" if you haven't already on the off chance that you didn't get all of the dependencies down. Best, Erick On Wed, Nov 11, 2015 at 6:09 AM, Hangu Choi <[email protected]> wrote: > Hi, > > I'm trying to debug, and I downloaded solr source and built it. > everything is fine except one thing. > > all test code "assertTrue" got error. > It looks like there is no static import for assertTrue. > I think adding static import to all of testcase by myself is not good > way.... > > I don't understand why this error happen. > > Thanks in advance. > > > > Regards, > Hangu
