Brett Porter wrote:
Ok, this is working for me. I think that you might have been affected
by a repository error the other day.

Can you try:
rm -rf ~/.m2/repository/org/codehaus/plexus
(assuming that is where your local repository is).

Thanks,
Brett

On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote:

Brett Porter wrote:

Its not stdout we're after - take a look at the txt files in
maven-core/target/surefire-reports. The one with a failure should be
sent.


Ok here is the output from
org.apache.maven.usability.PluginErrorDiagnoserTest.txt

[57] > c org.apache.maven.usability.PluginErrorDiagnoserTest.txt
-------------------------------------------------------------------------------
Battery: org.apache.maven.usability.PluginErrorDiagnoserTest
-------------------------------------------------------------------------------
testShouldDiagnoseInvalidPluginConfiguration(org.apache.maven.usability.PluginErrorDiagnoserTest)

[ stdout ] ---------------------------------------------------------------

---------------------------------------------------------------------
Visual output for testShouldDiagnoseInvalidPluginConfiguration:
---------------------------------------------------------------------

[ stderr ] ---------------------------------------------------------------


[ stacktrace ] -----------------------------------------------------------

java.lang.NoSuchMethodError:
org.codehaus.plexus.component.configurator.ComponentConfigurationException.getFailedConfiguration()Lorg/codehaus/plexus/configuration/PlexusConfiguration;
        at
org.apache.maven.plugin.PluginConfigurationException.buildConfigurationDiagnosticMessage(PluginConfigurationException.java:265)
        at
org.apache.maven.usability.PluginConfigurationDiagnoser.diagnose(PluginConfigurationDiagnoser.java:49)
        at
org.apache.maven.usability.PluginErrorDiagnoserTest.testShouldDiagnoseInvalidPluginConfiguration(PluginErrorDiagnoserTest.java:73)
        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:324)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        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:324)
        at
org.codehaus.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:246)
        at
org.codehaus.surefire.battery.JUnitBattery.execute(JUnitBattery.java:220)
        at org.codehaus.surefire.Surefire.executeBattery(Surefire.java:203)
        at org.codehaus.surefire.Surefire.run(Surefire.java:152)
        at org.codehaus.surefire.Surefire.run(Surefire.java:76)
        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:324)
        at
org.codehaus.surefire.SurefireBooter.run(SurefireBooter.java:104)
        at
org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:229)
        at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:519)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:469)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:448)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:301)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:137)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
        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:324)
        at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
testShouldBeAbleToDiagnosePluginParameterExceptions(org.apache.maven.usability.PluginErrorDiagnoserTest)
testParamWithOneReportsExpressionAndOneProjectBasedExpression(org.apache.maven.usability.PluginErrorDiagnoserTest)
testParamWithNonActiveExpression(org.apache.maven.usability.PluginErrorDiagnoserTest)
testParamWithoutExpression(org.apache.maven.usability.PluginErrorDiagnoserTest)
testParamWithOneLocalRepositoryExpression(org.apache.maven.usability.PluginErrorDiagnoserTest)
testParamWithOneSystemPropertyExpression(org.apache.maven.usability.PluginErrorDiagnoserTest)
testParamWithOneProjectBasedExpression(org.apache.maven.usability.PluginErrorDiagnoserTest)
testParamWithOneProjectAPIBasedExpression(org.apache.maven.usability.PluginErrorDiagnoserTest)
testNonEditableParamWithOneProjectBasedExpression(org.apache.maven.usability.PluginErrorDiagnoserTest)
[58] >

What is your purpose for building from source instead of using the
release version?


(1) Trying to fix broken javadoc:javadoc plugin -group at home.
(2) Understand a little how m2 works under the covers.



- Brett

On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote:


Brett Porter wrote:


I'll try it out now. What is the output of the test failure in
maven-core/target/surefire-reports?

- Brett

On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote:



Hi

I followed the instructions in the README.txt and created M2_HOME
environment variable. and setting the PATH.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How do get this output to you? Is it a file or capture of the stdout?

Cheers


--
Peter Pilgrim
          __ _____ _____ _____
         / //__  // ___// ___/   +  Serverside Java
        / /___/ // /__ / /__     +  Struts
       / // ___// ___// ___/     +  Expresso Committer
    __/ // /__ / /__ / /__       +  Independent Contractor
   /___//____//____//____/       +  Intrinsic Motivation
On Line Resume
  ||
  \\===>  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Peter Pilgrim
           __ _____ _____ _____
          / //__  // ___// ___/   +  Serverside Java
         / /___/ // /__ / /__     +  Struts
        / // ___// ___// ___/     +  Expresso Committer
     __/ // /__ / /__ / /__       +  Independent Contractor
    /___//____//____//____/       +  Intrinsic Motivation
On Line Resume
   ||
   \\===>  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Unfortunately I am still getting this error.
I remove the files from repository codebase and even tried a re-checkout from SVN,

Help!

--
Peter Pilgrim
           __ _____ _____ _____
          / //__  // ___// ___/   +  Serverside Java
         / /___/ // /__ / /__     +  Struts
        / // ___// ___// ___/     +  Expresso Committer
     __/ // /__ / /__ / /__       +  Independent Contractor
    /___//____//____//____/       +  Intrinsic Motivation
On Line Resume
   ||
   \\===>  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to