Yonik Seeley wrote:
ant test from the command line is currently failing.

compileTests:
    [mkdir] Created dir: F:\code\solr\build\tests
    [javac] Compiling 66 source files to F:\code\solr\build\tests
    [javac] F:\code\solr\client\java\solrj\test\org\apache\solr\client\solrj\Lar
geVolumeTestBase.java:27: package org.junit does not exist
    [javac] import org.junit.Assert;

-Yonik


hymm, must be a different version of JUnit in my classpath.

I just committed something that does not use the JUnit static references, hopefully that will work for you.

Perhaps this is an argument for including JUnit or using ivy?
http://www.nabble.com/Using-ivy-for-dependency-management--tf4396476.html#a12536854

ryan

Reply via email to