Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C203310F17 for ; Wed, 13 Nov 2013 15:58:55 +0000 (UTC) Received: (qmail 71030 invoked by uid 500); 13 Nov 2013 15:58:55 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 70690 invoked by uid 500); 13 Nov 2013 15:58:52 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 70618 invoked by uid 99); 13 Nov 2013 15:58:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 15:58:50 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 15:58:46 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VgcpN-0001hF-0v for users@activemq.apache.org; Wed, 13 Nov 2013 07:58:01 -0800 Date: Wed, 13 Nov 2013 07:57:46 -0800 (PST) From: tpc_1095 To: users@activemq.apache.org Message-ID: <1384358265964-4674345.post@n4.nabble.com> Subject: Need some advice on how to build in Eclipse using Maven MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I got stuck trying to build ActiveMQ in Eclipse and could use some guidance. I'm getting missing imports in nine projects and 93 Maven errors. I must have done something really wrong! I downloaded the source .zip, followed the mvn instructions, and verified that I can unzip the target file and start the server (although clicking the Log In button in hawtio is DOA, but I'll deal with that later.) I installed m2eclipse (Juno and greater) into Kepler, restarted, and imported all the projects found in the "parent" directory. I selected them all, and did "Configure" to Maven projects. I got many, many error messages in a popup dialog that said "An internal error occurred during: "Enabling Maven Dependency Management." Unsupported IClassPathEntry kind=4 Along with 146 Java compile errors (For example, some classes in activema-client cannot import org.apache.activemq.leveldb.CountDownFuture.) and I also have 8 Maven Problems Plugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.0:testCompile (execution: test-compile, phase: test-compile) pom.xml /activemq-leveldb-store line 341 Maven Project Build Lifecycle Mapping Problem maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e. pom.xml /activemq-runtime-config line 107 Maven Project Build Lifecycle Mapping Problem Plugin execution not covered by lifecycle configuration: org.apache.servicemix.tooling:depends-maven-plugin:1.2:generate-depends-file (execution: generate-depends-file, phase: generate-resources) pom.xml /activemq-karaf-itest line 182 Maven Project Build Lifecycle Mapping Problem Plugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.0:compile (execution: default, phase: process-resources) pom.xml /activemq-leveldb-store line 348 Maven Project Build Lifecycle Mapping Problem Plugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.0:compile (execution: compile, phase: compile) pom.xml /activemq-leveldb-store line 334 Maven Project Build Lifecycle Mapping Problem maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e. pom.xml /activemq-osgi line 210 Maven Project Build Lifecycle Mapping Problem Plugin execution not covered by lifecycle configuration: org.fusesource.hawtbuf:hawtbuf-protoc:1.9:compile (execution: default, phase: process-sources) pom.xml /activemq-console line 185 Maven Project Build Lifecycle Mapping Problem Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:javacc-maven-plugin:2.6:javacc (execution: default, phase: generate-sources) pom.xml /activemq-client line 228 Maven Project Build Lifecycle Mapping Problem -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-some-advice-on-how-to-build-in-Eclipse-using-Maven-tp4674345.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.