You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-dev@incubator.apache.org by Evan Worley <ev...@gmail.com> on 2007/06/11 02:44:47 UTC

Error running bootstrap-build.bat

Does anyone else see the following error when running "bootstrap-build.bat"
from trunk?

[INFO]
-------------------------------------------------------------------------
---
[INFO] Building dotnet-core
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory:
C:\dev\nmaven\trunk\components\dotnet-core\tar
get\surefire-reports
java.lang.NoClassDefFoundError: org/codehaus/plexus/util/cli/StreamConsumer
Exception in thread "main"
[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: 6 seconds
[INFO] Finished at: Sun Jun 10 19:43:53 PDT 2007
[INFO] Final Memory: 11M/20M
[INFO]
------------------------------------------------------------------------

Evan

Re: Error running bootstrap-build.bat

Posted by Evan Worley <ev...@gmail.com>.
Apparently it was something corrupt in my repo.  I cleared my repo and the
error went away.

On 6/10/07, Evan Worley <ev...@gmail.com> wrote:
>
> Does anyone else see the following error when running "bootstrap-build.bat"
> from trunk?
>
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Building dotnet-core
> [INFO]    task-segment: [install]
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] No sources to compile
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
> C:\dev\nmaven\trunk\components\dotnet-core\tar
> get\surefire-reports
> java.lang.NoClassDefFoundError:
> org/codehaus/plexus/util/cli/StreamConsumer
> Exception in thread "main"
> [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: 6 seconds
> [INFO] Finished at: Sun Jun 10 19:43:53 PDT 2007
> [INFO] Final Memory: 11M/20M
> [INFO]
> ------------------------------------------------------------------------
>
> Evan
>