You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Pete Carlson (JIRA)" <ji...@apache.org> on 2012/12/19 03:10:14 UTC

[jira] [Commented] (ACCUMULO-916) Accumulo branch 1.4.0 from SVN won't build with maven

    [ https://issues.apache.org/jira/browse/ACCUMULO-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13535558#comment-13535558 ] 

Pete Carlson commented on ACCUMULO-916:
---------------------------------------

I installed the m2eclipse plugin from http://eclipse.org/m2e/ into my Eclipse Juno, and checked out the Accumulo 1.4 branch from the SVN URL https://svn.apache.org/repos/asf/accumulo/branches/1.4 into my Eclipse workspace.  I can import the Maven project into my Eclipse workspace fine, but when I try to build the project with Maven I get the following errors on the Eclipse console:

{noformat}
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo:pom:1.4.3-SNAPSHOT
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] accumulo
[INFO] cloudtrace
[INFO] accumulo-start
[INFO] accumulo-core
[INFO] accumulo-server
[INFO] accumulo-examples
[INFO] examples-simple
[INFO] accumulo-wikisearch
[INFO] wikisearch-ingest
[INFO] wikisearch-query
[INFO] wikisearch-query-war
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building accumulo 1.4.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-mvn) @ accumulo ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building cloudtrace 1.4.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-mvn) @ cloudtrace ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building accumulo-start 1.4.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-jci-core/1.0/commons-jci-core-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-jci-core/1.0/commons-jci-core-1.0.pom (4 KB at 7.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-jci-core/1.0/commons-jci-core-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-jci-core/1.0/commons-jci-core-1.0.jar (32 KB at 130.6 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-mvn) @ accumulo-start ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building accumulo-core 1.4.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.1.1/exec-maven-plugin-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.1.1/exec-maven-plugin-1.1.1.pom (5 KB at 44.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/20/mojo-parent-20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/20/mojo-parent-20.pom (19 KB at 85.8 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] accumulo .......................................... SUCCESS [0.832s]
[INFO] cloudtrace ........................................ SUCCESS [0.101s]
[INFO] accumulo-start .................................... SUCCESS [1.081s]
[INFO] accumulo-core ..................................... FAILURE [0.890s]
[INFO] accumulo-server ................................... SKIPPED
[INFO] accumulo-examples ................................. SKIPPED
[INFO] examples-simple ................................... SKIPPED
[INFO] accumulo-wikisearch ............................... SKIPPED
[INFO] wikisearch-ingest ................................. SKIPPED
[INFO] wikisearch-query .................................. SKIPPED
[INFO] wikisearch-query-war .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.615s
[INFO] Finished at: Tue Dec 18 20:45:19 EST 2012
[INFO] Final Memory: 10M/173M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project accumulo-core: Could not resolve dependencies for project org.apache.accumulo:accumulo-core:jar:1.4.3-SNAPSHOT: The following artifacts could not be resolved: org.apache.accumulo:accumulo-start:jar:1.4.3-SNAPSHOT, org.apache.accumulo:cloudtrace:jar:1.4.3-SNAPSHOT: Failure to find org.apache.accumulo:accumulo-start:jar:1.4.3-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :accumulo-core
{noformat}

Has anyone else encountered this?
                
> Accumulo branch 1.4.0 from SVN won't build with maven
> -----------------------------------------------------
>
>                 Key: ACCUMULO-916
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-916
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Pete Carlson
>
> Having problems building Accumulo branch 1.4 in Eclipse Juno using Maven.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira