When Stanisław committed SOLR-2448 to branch_3x in r1103746, he removed the dependency on the library that contains the missing class org.simpleframework.xml.Root:
> - <dependency> > - <groupId>org.simpleframework</groupId> > - <artifactId>simple-xml</artifactId> > - <version>2.3.5</version> > - </dependency> Stanisław, were you expecting that this dependency would be resolved transitively? If so, there seems to be a problem, because when I run "mvn dependency:resolve -X", simple-xml is not listed. The simplest solution here, AFAICT, is to restore the simple-xml dependency. When I do that, the build succeeds. Steve > -----Original Message----- > From: Steven A Rowe [mailto:[email protected]] > Sent: Friday, May 20, 2011 8:55 AM > To: [email protected] > Subject: RE: Branch 3.x build failure w/1.5: solr/contrib/clustering/ > [was: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #128: POMs out of sync] > > This looks like a Maven-only problem, since compilation under Ant > succeeds. - Steve > > > -----Original Message----- > > From: Steven A Rowe [mailto:[email protected]] > > Sent: Friday, May 20, 2011 8:51 AM > > To: [email protected] > > Subject: Branch 3.x build failure w/1.5: solr/contrib/clustering/ [was: > > [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #128: POMs out of sync] > > > > On 5/20/2011 at 7:58 AM, Apache Jenkins Server wrote: > > > Build: https://builds.apache.org/hudson/job/Lucene-Solr-Maven- > 3.x/128/ > > > > There is some kind of problem with compiling the Solr clustering > contrib > > under Java 1.5: > > > > [INFO] Compiling 10 source files to /usr/home/hudson/hudson- > > slave/workspace/Lucene-Solr-Maven- > > 3.x/checkout/solr/contrib/clustering/build/classes > > [INFO] ------------------------------------------------------------- > > [ERROR] COMPILATION ERROR : > > [INFO] ------------------------------------------------------------- > > [ERROR] Failure executing javac, but could not parse the error: > > An exception has occurred in the compiler (1.5.0_16-p9). Please file a > > bug at the Java Developer Connection > > (http://java.sun.com/webapps/bugreport) after checking the Bug Parade > > for duplicates. Include your program and the following diagnostic in > your > > report. Thank you. > > com.sun.tools.javac.code.Symbol$CompletionFailure: file > > org/simpleframework/xml/Root.class not found > > > > I can repro on my Win7 box with Oracle JDK 1.5.0_22. > > > > Steve
