There is a message size limit. Please *just* the output of building
maven-core at the end where it fails.

- Brett

On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote:
> Pilgrim, Peter wrote:
> >>-----Original Message-----
> >>From: Brett Porter [mailto:[EMAIL PROTECTED]
> >
> > ==////==
> >
> >>
> >>Odd...
> >>
> >>can you edit the BootstrapInstaller.java and add "-X" as an optional
> >>in runMaven() ?
> >>
> >>I'd like to know what the plexus dependencies are when these
> >>tests are run.
> >>
> >>- Brett
> >
> >
> > I will do this tonight at home after work. If that is alright with you.
> >
> > Strange. I will also check that the BASH profile is alright as well.
> > I am sure that there are no lingering environmental variables e.g
> > M2_HOME.
> >
>
> Ok here is the output with the ``mvn -X '' command.
> BTW: I did ``svn update'' and removed  ``rm
> ~/.m2/repository/org/codebase/plexus'' beforehand
>
>
> [146] > 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)
>
>
> HTH
>
> --
> 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]

Reply via email to