Now I see. Imports got removed somehow in that class. No wonder it can't find them. I'll fix and commit.
Dawid On Wed, Mar 7, 2012 at 11:02 PM, Dawid Weiss <[email protected]> wrote: > This is definitely something with Ryan's commit because the previous > one passes fine. I'm looking, but not seeing yet. > > Dawid > > On Wed, Mar 7, 2012 at 11:00 PM, Dawid Weiss > <[email protected]> wrote: >> I cleaned and ran: >> >> ant -verbose -Dtestcase=abc test >> >> this brings the build failure. Weirdly enough, the classpath is like this: >> >> [javac] >> 'c:\Work\lucene-solr\solr\build\solr-solrj\classes\test;c:\Work\lucene-solr\solr\build\solr-test-framework\classes\jav >> a;c:\Work\lucene-solr\solr\solrj\src\test-files;c:\Work\lucene-solr\lucene\build\test-framework\classes\java;c:\Work\lucene-solr\m >> odules\analysis\build\common\lucene-analyzers-common-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\kuromoji\lucene-a >> nalyzers-kuromoji-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\phonetic\lucene-analyzers-phonetic-4.0-SNAPSHOT.jar; >> c:\Work\lucene-solr\lucene\build\contrib\highlighter\lucene-highlighter-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\ >> memory\lucene-memory-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\misc\lucene-misc-4.0-SNAPSHOT.jar;c:\Work\lucene-so >> lr\lucene\build\contrib\spatial\lucene-spatial-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\suggest\build\lucene-suggest-4.0-SNAPS >> HOT.jar;c:\Work\lucene-solr\modules\grouping\build\lucene-grouping-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queries\build\luce >> ne-queries-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queryparser\build\lucene-queryparser-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\ >> solr\build\solr-solrj\classes\java;c:\Work\lucene-solr\solr\build\solr-core\classes\java;c:\Work\lucene-solr\lucene\build\core\cla >> sses\java;c:\Work\lucene-solr\solr\lib\apache-solr-noggit-r1211150.jar;c:\Work\lucene-solr\solr\lib\commons-codec-1.6.jar;c:\Work\ >> lucene-solr\solr\lib\commons-csv-1.0-SNAPSHOT-r966014.jar;c:\Work\lucene-solr\solr\lib\commons-fileupload-1.2.1.jar;c:\Work\lucene >> -solr\solr\lib\commons-httpclient-3.1.jar;c:\Work\lucene-solr\solr\lib\commons-io-2.1.jar;c:\Work\lucene-solr\solr\lib\commons-lan >> g-2.6.jar;c:\Work\lucene-solr\solr\lib\easymock-2.2.jar;c:\Work\lucene-solr\solr\lib\guava-r05.jar;c:\Work\lucene-solr\solr\lib\jc >> l-over-slf4j-1.6.1.jar;c:\Work\lucene-solr\solr\lib\junit-4.10.jar;c:\Work\lucene-solr\solr\lib\log4j-over-slf4j-1.6.1.jar;c:\Work >> \lucene-solr\solr\lib\servlet-api-3.0.jar;c:\Work\lucene-solr\solr\lib\slf4j-api-1.6.1.jar;c:\Work\lucene-solr\solr\lib\slf4j-jdk1 >> 4-1.6.1.jar;c:\Work\lucene-solr\solr\lib\wstx-asl-3.2.7.jar;c:\Work\lucene-solr\solr\lib\zookeeper-3.3.4.jar;c:\Work\lucene-solr\s >> olr\example\lib\jetty-continuation-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-deploy-8.1.1.v20120215.jar;c:\Wo >> rk\lucene-solr\solr\example\lib\jetty-http-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-io-8.1.1.v20120215.jar;c >> :\Work\lucene-solr\solr\example\lib\jetty-jmx-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-security-8.1.1.v20120 >> 215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-server-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-servlet-8 >> .1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-util-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty- >> webapp-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-xml-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib >> \servlet-api-3.0.jar;c:\Work\lucene-solr\lucene\lib\junit-4.10.jar' >> >> The last component is clearly junit, so I really have no clue why it's >> not picking it for compilation. >> >> Dawid >> >> On Wed, Mar 7, 2012 at 10:55 PM, Uwe Schindler <[email protected]> wrote: >>> For me the build passed locally. Maybe because of the merge some relicts >>> kept over on Jenkin's checkout. I wiped the workspace for the trunk >>> half-hour builds. >>> >>> ----- >>> Uwe Schindler >>> H.-H.-Meier-Allee 63, D-28213 Bremen >>> http://www.thetaphi.de >>> eMail: [email protected] >>> >>> >>>> -----Original Message----- >>>> From: [email protected] [mailto:[email protected]] On Behalf Of >>>> Dawid Weiss >>>> Sent: Wednesday, March 07, 2012 10:50 PM >>>> To: [email protected] >>>> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - >>>> Failure >>>> >>>> No idea, but I'm looking into it right now. If it's Ryan's fault then, >>>> well, we'll just >>>> have to kill him with a rusty spoon. :) >>>> >>>> Dawid >>>> >>>> On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <[email protected]> wrote: >>>> > Maybe this was caused by a merge problem when Ryan merged in Jetty 8? >>>> > >>>> > ----- >>>> > Uwe Schindler >>>> > H.-H.-Meier-Allee 63, D-28213 Bremen >>>> > http://www.thetaphi.de >>>> > eMail: [email protected] >>>> > >>>> > >>>> >> -----Original Message----- >>>> >> From: [email protected] [mailto:[email protected]] On Behalf >>>> >> Of Dawid Weiss >>>> >> Sent: Wednesday, March 07, 2012 10:42 PM >>>> >> To: [email protected] >>>> >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - >>>> >> Failure >>>> >> >>>> >> > [javac] symbol : class TestRule >>>> >> > [javac] location: class >>>> >> > org.apache.solr.client.solrj.embedded.JettyWebappTest >>>> >> > [javac] public TestRule solrTestRules = >>>> >> > [javac] ^ >>>> >> >>>> >> Hmm... I added this; we'd need to modify the compilation path to include >>>> JUnit. >>>> >> I'll look into this. >>>> >> >>>> >> Dawid >>>> >> >>>> >> --------------------------------------------------------------------- >>>> >> To unsubscribe, e-mail: [email protected] For >>>> >> additional commands, e-mail: [email protected] >>>> > >>>> > >>>> > --------------------------------------------------------------------- >>>> > To unsubscribe, e-mail: [email protected] For >>>> > additional commands, e-mail: [email protected] >>>> > >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] For additional >>>> commands, e-mail: [email protected] >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
