Online report : 
http://maven.zones.apache.org/continuum/buildResult.action?buildId=11518&projectId=57
Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Mon 9 Jul 2007 05:36:44 +0000
 Finished at: Mon 9 Jul 2007 05:36:58 +0000
 Total time: 13s
 Build Trigger: Schedule
 Build Number: 13
 Exit code: 1
 Building machine hostname: maven.zones.apache.org
 Operating system : SunOS(unknown)
 Java version : 1.5.0_12(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
Changed: no author @ no date
Comment: no comment
Files changed:
 src/test/java/org/apache/maven/shared/invoker/MavenCommandLineBuilderTest.java 
( no revision )
 src/main/java/org/apache/maven/shared/invoker/MavenCommandLineBuilder.java ( 
no revision )

****************************************************************************
SCM Changes since last success:
****************************************************************************
****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 67
Failures: 1
Total time: 4806

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Maven Process Invoker
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/57/target
[INFO] [plexus:descriptor {execution: create-component-descriptor}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Resource directory does not exist: 
/export/home/build/data/continuum/checkouts/57/src/main/resources
[INFO] Copying 1 resource
[INFO] [compiler:compile]
[INFO] Compiling 13 source files to 
/export/home/build/data/continuum/checkouts/57/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 4 source files to 
/export/home/build/data/continuum/checkouts/57/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/export/home/build/data/continuum/checkouts/57/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.maven.shared.invoker.DefaultInvokerTest
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Invalid task ''-Dkey with spaces=value with spaces'': you must specify a 
valid lifecycle phase, or a goal in the format plugin:goal or 
pluginGroupId:pluginArtifactId:pluginVersion:goal
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Mon Jul 09 05:36:54 GMT 2007
[INFO] Final Memory: 1M/254M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Unnamed - 
org.apache.maven.shared.invoker:test-build-should-fail:jar:1
[INFO]    task-segment: [clean, package]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Resource directory does not exist: 
/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/main/resources
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to 
/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Resource directory does not exist: 
/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/resources
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to 
/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/target/test-classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[3,23]
 package junit.framework does not exist

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[4,23]
 package junit.framework does not exist

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[5,23]
 package junit.framework does not exist

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[11,12]
 cannot find symbol
symbol: class TestCase
   extends TestCase

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[26,18]
 cannot find symbol
symbol  : class Test
location: class org.apache.maven.shared.invoker.AppTest

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[28,19]
 cannot find symbol
symbol  : class TestSuite
location: class org.apache.maven.shared.invoker.AppTest

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[36,8]
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.maven.shared.invoker.AppTest


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Jul 09 05:36:57 GMT 2007
[INFO] Final Memory: 5M/276M
[INFO] ------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.675 sec <<< 
FAILURE!
Running org.apache.maven.shared.invoker.SystemOutHandlerTest
Starting: testConsumeWithoutAlwaysFlush
This is a test.
Starting: testConsumeWithAlwaysFlush
This is a test.
Starting: testConsumeNullLine

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.maven.shared.invoker.MavenCommandLineBuilderTest
[WARN] Specified base directory 
(/var/tmp/invoker-tests/file-option-nonstd-basedir/non-standard-pom.xml) is a 
file. Using its parent directory...
[WARN] Base directory is a file. Using base directory as POM location.
[WARN] Specified base directory 
(/var/tmp/invoker-tests/std-basedir-is-pom-file/pom.xml) is a file. Using its 
parent directory...
[WARN] Base directory is a file. Using base directory as POM location.
Executable is: cd /var/tmp/invoker-tests/typical-end-to-end-cli-build && 
/var/tmp/invoker-tests/maven-home/bin/mvn
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.apache.maven.shared.invoker.SystemOutLoggerTest
Starting: testDebugWithMessageOnly
Starting: testDebugWithMessageAndError
Starting: testDebugWithNullMessageAndNoError
Starting: testDebugWithNullMessageError
Starting: testDebugWithMessageNullError
Starting: testInfoWithMessageOnly
[INFO] This is a test message.
Starting: testInfoWithMessageAndError
[INFO] This is a test message.
Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
        at 
org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at junit.framework.TestSuite.createTest(TestSuite.java:131)
        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
        at junit.framework.TestSuite.<init>(TestSuite.java:75)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
        at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:300)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:870)

Starting: testInfoWithNullMessageAndNoError
Starting: testInfoWithNullMessageError
[INFO] Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
        at 
org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at junit.framework.TestSuite.createTest(TestSuite.java:131)
        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
        at junit.framework.TestSuite.<init>(TestSuite.java:75)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
        at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:300)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:870)

Starting: testInfoWithMessageNullError
[INFO] This is a test message.
Starting: testWarnWithMessageOnly
[WARN] This is a test message.
Starting: testWarnWithMessageAndError
[WARN] This is a test message.
Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
        at 
org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at junit.framework.TestSuite.createTest(TestSuite.java:131)
        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
        at junit.framework.TestSuite.<init>(TestSuite.java:75)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
        at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:300)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:870)

Starting: testWarnWithNullMessageAndNoError
Starting: testWarnWithNullMessageError
[WARN] Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
        at 
org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at junit.framework.TestSuite.createTest(TestSuite.java:131)
        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
        at junit.framework.TestSuite.<init>(TestSuite.java:75)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
        at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:300)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:870)

Starting: testWarnWithMessageNullError
[WARN] This is a test message.
Starting: testErrorWithMessageOnly
[ERROR] This is a test message.
Starting: testErrorWithMessageAndError
[ERROR] This is a test message.
Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
        at 
org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at junit.framework.TestSuite.createTest(TestSuite.java:131)
        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
        at junit.framework.TestSuite.<init>(TestSuite.java:75)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
        at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:300)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:870)

Starting: testErrorWithNullMessageAndNoError
Starting: testErrorWithNullMessageError
[ERROR] Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
        at 
org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at junit.framework.TestSuite.createTest(TestSuite.java:131)
        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
        at junit.framework.TestSuite.<init>(TestSuite.java:75)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
        at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:300)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:870)

Starting: testErrorWithMessageNullError
[ERROR] This is a test message.
Starting: testFatalErrorWithMessageOnly
[FATAL] This is a test message.
Starting: testFatalErrorWithMessageAndError
[FATAL] This is a test message.
Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
        at 
org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at junit.framework.TestSuite.createTest(TestSuite.java:131)
        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
        at junit.framework.TestSuite.<init>(TestSuite.java:75)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
        at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:300)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:870)

Starting: testFatalErrorWithNullMessageAndNoError
Starting: testFatalErrorWithNullMessageError
[FATAL] Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
        at 
org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at junit.framework.TestSuite.createTest(TestSuite.java:131)
        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
        at junit.framework.TestSuite.<init>(TestSuite.java:75)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
        at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:300)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:870)

Starting: testFatalErrorWithMessageNullError
[FATAL] This is a test message.
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec

Results :

Failed tests: testBuildShouldSucceed(org.apache.maven.shared.invoker.DefaultInvokerTest)

Tests run: 67, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Mon Jul 09 05:36:57 GMT 2007
[INFO] Final Memory: 11M/325M
[INFO] ------------------------------------------------------------------------

****************************************************************************


Reply via email to