java.lang.NoClassDefFoundError: org/codehaus/plexus/util/cli/StreamConsumer
regression bug in surefire-booter-2.4-20071116.171416-19 snapshot
---------------------------------------------------------------------------------------------------------------------------------------------
Key: SUREFIRE-373
URL: http://jira.codehaus.org/browse/SUREFIRE-373
Project: Maven Surefire
Issue Type: Bug
Affects Versions: 2.4
Environment: java 1.5.0_07-164, osx 10.4.10
Reporter: Julian Wood
Well, surefire 2.4 snapshot was working fine yesterday, but today, a new
snapshot was downloaded and it broke.
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/surefire-booter/2.4-SNAPSHOT/surefire-booter-2.4-20071116.171416-19.pom
885b downloaded
[INFO] snapshot org.apache.maven.surefire:surefire-api:2.4-SNAPSHOT: checking
for updates from tlc
[INFO] snapshot org.apache.maven.surefire:surefire-api:2.4-SNAPSHOT: checking
for updates from codehaus.snapshots
[INFO] snapshot org.apache.maven.surefire:surefire-api:2.4-SNAPSHOT: checking
for updates from apache.snapshots
[INFO] snapshot org.apache.maven.surefire:surefire-api:2.4-SNAPSHOT: checking
for updates from LCCR-M2
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/surefire-api/2.4-SNAPSHOT/surefire-api-2.4-20071116.171416-16.pom
1K downloaded
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/surefire-booter/2.4-SNAPSHOT/surefire-booter-2.4-20071116.171416-19.jar
28K downloaded
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/surefire-api/2.4-SNAPSHOT/surefire-api-2.4-20071116.171416-16.jar
49K downloaded
[INFO] [surefire:test]
Downloading:
http://commons.ucalgary.ca/pub/m2/org/apache/maven/surefire/surefire-booter/2.4-SNAPSHOT/surefire-booter-2.4-20071116.171416-19.pom
[INFO] snapshot org.apache.maven.surefire:surefire-junit:2.4-SNAPSHOT: checking
for updates from tlc
[INFO] snapshot org.apache.maven.surefire:surefire-providers:2.4-SNAPSHOT:
checking for updates from tlc
[INFO] Surefire report directory:
/Users/woodj/Documents/psgrades/psgrades/trunk/target/surefire-reports
[INFO] Building jar: /tmp/surefirebooter59025.jar
Exception in thread "main" java.lang.NoClassDefFoundError:
org/codehaus/plexus/util/cli/StreamConsumer
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Here's my config (pom hasn't changed in weeks):
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-javaagent:${user.home}/.m2/repository/mockit/jmockit/0.8.5/jmockit-0.8.5.jar</argLine>
<useSystemClassLoader>true</useSystemClassLoader>
</configuration>
</plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira