Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 17300 invoked from network); 11 Jun 2008 02:01:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 02:01:52 -0000 Received: (qmail 46373 invoked by uid 500); 11 Jun 2008 02:01:55 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 46356 invoked by uid 500); 11 Jun 2008 02:01:55 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 46341 invoked by uid 99); 11 Jun 2008 02:01:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 19:01:55 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 02:01:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A7C83234C138 for ; Tue, 10 Jun 2008 19:01:01 -0700 (PDT) Message-ID: <1787776838.1213149661685.JavaMail.jira@brutus> Date: Tue, 10 Jun 2008 19:01:01 -0700 (PDT) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-598) plugin manager error in samples In-Reply-To: <1176669144.1213040340263.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-598. -------------------------------- Resolution: Fixed Patch applied with thanks to Jonathan. http://svn.apache.org/viewvc?rev=665957&view=rev > plugin manager error in samples > ------------------------------- > > Key: CAMEL-598 > URL: https://issues.apache.org/activemq/browse/CAMEL-598 > Project: Apache Camel > Issue Type: Bug > Components: examples > Affects Versions: 1.4.0 > Reporter: Jonathan Anstey > Assignee: Willem Jiang > Fix For: 1.4.0 > > Attachments: fix-broken-examples.patch > > > I've been getting this weird error in the 1.4.0 release candidate. I needed to delete my local .m2 directory, and then run mvn camel:run in the bam example (others failed similarly). The patch I attached seems to fix the issue. > [INFO] [compiler:testCompile] > [INFO] No sources to compile > ----------------------------------------------------- > this realm = app0.child-container[org.apache.camel:camel-maven-plugin] > urls[0] = file:/home/janstey/.m2/repository/org/apache/camel/camel-maven-plugin/1.4.0/camel-maven-plugin-1.4.0.jar > urls[1] = file:/home/janstey/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > Number of imports: 6 > import: org.codehaus.classworlds.Entry@4891bb28 > import: org.codehaus.classworlds.Entry@f8e44ca4 > import: org.codehaus.classworlds.Entry@c51bc9e7 > import: org.codehaus.classworlds.Entry@bece5185 > import: org.codehaus.classworlds.Entry@3fee8e37 > import: org.codehaus.classworlds.Entry@3fee19d8 > this realm = plexus.core > urls[0] = file:/opt/apache-maven-2.0.9/lib/maven-2.0.9-uber.jar > Number of imports: 6 > import: org.codehaus.classworlds.Entry@4891bb28 > import: org.codehaus.classworlds.Entry@f8e44ca4 > import: org.codehaus.classworlds.Entry@c51bc9e7 > import: org.codehaus.classworlds.Entry@bece5185 > import: org.codehaus.classworlds.Entry@3fee8e37 > import: org.codehaus.classworlds.Entry@3fee19d8 > ----------------------------------------------------- > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Internal error in the plugin manager executing goal 'org.apache.camel:camel-maven-plugin:1.4.0:run': Unable to find the mojo 'org.apache.camel:camel-maven-plugin:1.4.0:run' in the plugin 'org.apache.camel:camel-maven-plugin' > org/codehaus/mojo/exec/AbstractExecMojo -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.