>-----Original Message----- >From: Chris Geer [mailto:[email protected]] >Sent: Tuesday, June 26, 2012 7:44 PM >To: [email protected] >Subject: Re: Build failed in Jenkins: rave-project-trunk » Apache Rave :: rave- >commons #554 > >On Tue, Jun 26, 2012 at 4:37 PM, Franklin, Matthew B. ><[email protected]>wrote: > >> I am not having any trouble building and running unit tests locally, even >> on a fresh checkout. Is anyone else? >> > >No, it all works perfectly locally. All tests pass and everything. Could it >be a dirty state issue on the server?
It looks like a recent Jenkins version switched the default from full checkout to update, which was causing some issues. Clearing the workspace seems to have fixed it. > >> >> >-----Original Message----- >> >From: Apache Jenkins Server [mailto:[email protected]] >> >Sent: Tuesday, June 26, 2012 7:30 PM >> >To: [email protected] >> >Subject: Build failed in Jenkins: rave-project-trunk » Apache Rave :: >> rave- >> >commons #554 >> > >> >See <https://builds.apache.org/job/rave-project- >> >trunk/org.apache.rave$rave-commons/554/> >> > >> >------------------------------------------ >> >projectStarted org.apache.rave:rave-commons:0.13-SNAPSHOT >> >[INFO] >> >[INFO] >> ------------------------------------------------------------------------ >> >[INFO] Building Apache Rave :: rave-commons 0.13-SNAPSHOT >> >[INFO] >> ------------------------------------------------------------------------ >> >Downloading: >> >>http://maven.springframework.org/milestone/com/h2database/h2/1.3.167 >/ >> >h2-1.3.167.pom >> >Downloading: >> >http://repo1.maven.org/maven2/com/h2database/h2/1.3.167/h2- >> >1.3.167.pom >> >Downloaded: >> >http://repo1.maven.org/maven2/com/h2database/h2/1.3.167/h2- >> >1.3.167.pom (0 B at 0.0 KB/sec) >> >Downloading: >> >>http://maven.springframework.org/milestone/com/h2database/h2/1.3.167 >/ >> >h2-1.3.167.jar >> >Downloading: >> >http://repo1.maven.org/maven2/com/h2database/h2/1.3.167/h2- >1.3.167.jar >> >Downloaded: >> >http://repo1.maven.org/maven2/com/h2database/h2/1.3.167/h2- >1.3.167.jar >> >(0 B at 0.0 KB/sec) >> >mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default- >> >clean)[INFO] Deleting <https://builds.apache.org/job/rave-project- >> >trunk/org.apache.rave$rave-commons/ws/target> >> > >> >[INFO] >> >[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ rave-commons >> --- >> >mojoSucceeded org.apache.maven.plugins:maven-clean- >plugin:2.4.1(default- >> >clean) >> >mojoStarted org.apache.maven.plugins:maven-remote-resources- >> >plugin:1.2.1(default) >> >[INFO] >> >[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ rave- >> >commons --- >> >mojoSucceeded org.apache.maven.plugins:maven-remote-resources- >> >plugin:1.2.1(default) >> >mojoStarted org.apache.maven.plugins:maven-resources- >plugin:2.5(default- >> >resources) >> >[INFO] >> >[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ >> rave- >> >commons --- >> >[debug] execute contextualize >> >[INFO] Using 'UTF-8' encoding to copy filtered resources. >> >[INFO] skip non existing resourceDirectory >> ><https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave- >> >commons/ws/src/main/resources> >> >[INFO] Copying 3 resources >> >mojoSucceeded org.apache.maven.plugins:maven-resources- >> >plugin:2.5(default-resources) >> >mojoStarted org.apache.maven.plugins:maven-compiler- >plugin:2.3.2(default- >> >compile) >> >[INFO] >> >[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ rave- >> >commons --- >> >[INFO] Compiling 23 source files to <https://builds.apache.org/job/rave- >> >project-trunk/org.apache.rave$rave-commons/ws/target/classes> >> >[INFO] ------------------------------------------------------------- >> >[ERROR] COMPILATION ERROR : >> >[INFO] ------------------------------------------------------------- >> >[ERROR] <https://builds.apache.org/job/rave-project- >> >trunk/org.apache.rave$rave- >> >>commons/ws/src/main/java/org/apache/rave/model/ModelConverter.java >>: >> >[11,0] class, interface, or enum expected >> >[ERROR] <https://builds.apache.org/job/rave-project- >> >trunk/org.apache.rave$rave- >> >>commons/ws/src/main/java/org/apache/rave/model/ModelConverter.java >>: >> >[13,0] class, interface, or enum expected >> >[INFO] 2 errors >> >[INFO] ------------------------------------------------------------- >> >mojoFailed org.apache.maven.plugins:maven-compiler- >plugin:2.3.2(default- >> >compile) >> >projectFailed org.apache.rave:rave-commons:0.13-SNAPSHOT >>
