You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Vadim Gritsenko <va...@reverycodes.com> on 2007/09/21 03:27:30 UTC

trunk build error...

For some reason I'm getting this weird error:

[INFO] ----------------------------------------------------------------------------
[INFO] Building Apache Cocoon
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /Users/vgritsenko/Projects/Apache/cocoon/pom.xml to 
/Users/vgritsenko/.m2/repository/org/apache/cocoon/cocoon/5-SNAPSHOT/cocoon-5-SNAPSHOT.pom
[INFO] ----------------------------------------------------------------------------
[INFO] Building Cocoon Configuration API
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[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] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] No Java test frameworks found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51 seconds
[INFO] Finished at: Thu Sep 20 21:25:22 EDT 2007
[INFO] Final Memory: 90M/161M
[INFO] ------------------------------------------------------------------------

Any clues?

Command line: mvn -P allblocks install

Vadim

Re: trunk build error...

Posted by Vadim Gritsenko <va...@reverycodes.com>.
Vadim Gritsenko wrote:
> [INFO] No Java test frameworks found
> 
> Any clues?

Strangely, mvn clean solved this mystery...

Vadim