You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2008/06/09 21:39:00 UTC

[jira] Created: (CAMEL-598) plugin manager error in samples

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: Jonathan Anstey
             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.


[jira] Assigned: (CAMEL-598) plugin manager error in samples

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-598:
----------------------------------

    Assignee: Willem Jiang  (was: Jonathan Anstey)

> 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.


[jira] Resolved: (CAMEL-598) plugin manager error in samples

Posted by "Willem Jiang (JIRA)" <ji...@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.


[jira] Closed: (CAMEL-598) plugin manager error in samples

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang closed CAMEL-598.
------------------------------


> 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.