Mark Miller introduced new dependencies from the solr test-framework on 
jetty-servlet, jetty-util, and servlet-api - this caused compilation failures 
under Maven, since these jars were not included in the compilation classpath:

------
[INFO] Compilation failure

/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/test-framework/src/java/org/apache/solr/cloud/ChaosMonkey.java:[38,32]
 package org.eclipse.jetty.servlet does not exist
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/test-framework/src/java/org/apache/solr/cloud/ChaosMonkey.java:[158,4]
 cannot find symbol
symbol  : class FilterHolder
location: class org.apache.solr.cloud.ChaosMonkey
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/test-framework/src/java/org/apache/solr/cloud/ChaosMonkey.java:[175,4]
 cannot find symbol
symbol  : class FilterHolder
location: class org.apache.solr.cloud.ChaosMonkey
------

I've added these dependencies to the solr test-framework POM on trunk and 
branch_4x.

Steve

-----Original Message-----
From: Apache Jenkins Server [mailto:jenk...@builds.apache.org] 
Sent: Wednesday, August 08, 2012 2:18 PM
To: dev@lucene.apache.org
Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #570: POMs out of sync

Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/570/

No tests ran.

Build Log:
[...truncated 7976 lines...]
[INFO] Compiling 19 source files to 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/maven-build/solr/test-framework/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------

[...truncated 131 lines...]


Reply via email to