: I find that the junit test will always fail, and told me ’BUILD FAILED‘ : : but if I type 'ant dist', I can get a apache-solr-3.3-SNAPSHOT.war : with no warning. : : Is it a problem just me?
Can you please be specific... * which test(s) fail for you? * what are the failures? Any time a test fails, that info appears in the "ant test" output, and the full details or all tests are written to build/test-results you can run "ant test-reports" from the solr directory to generate an HTML report of all the success/failure info. -Hoss
