You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hari (JIRA)" <ji...@apache.org> on 2008/05/27 08:35:54 UTC

[jira] Created: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel

Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel
----------------------------------------------------------------------------

                 Key: AMQ-1745
                 URL: https://issues.apache.org/activemq/browse/AMQ-1745
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.2.0
         Environment: Redhat Linux , jdk 1.5.0_06
            Reporter: Hari


[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
        2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT

2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
        2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT

3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
        2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT

----------
3 required artifacts are missing.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel

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

Kai Hudalla updated AMQ-1745:
-----------------------------

    Attachment: amq-1745.patch

Adapts the erroneous import statements in the _activemq-core_ test classes for class _org.apache.camel.CamelTemplate_

> Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-1745
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1745
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: Redhat Linux , jdk 1.5.0_06
>            Reporter: Hari
>         Attachments: amq-1745.patch
>
>
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
> 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
> 3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
> ----------
> 3 required artifacts are missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel

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

Gary Tully resolved AMQ-1745.
-----------------------------

         Assignee: Gary Tully
    Fix Version/s: 5.2.0
       Resolution: Fixed

trunk depends on released camel 1.4

> Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-1745
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1745
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: Redhat Linux , jdk 1.5.0_06
>            Reporter: Hari
>            Assignee: Gary Tully
>             Fix For: 5.2.0
>
>         Attachments: amq-1745.patch
>
>
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
> 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
> 3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
> ----------
> 3 required artifacts are missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel

Posted by "Mario Lukica (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43425#action_43425 ] 

Mario Lukica commented on AMQ-1745:
-----------------------------------

Robs solution requires no patch. Checkout camel trunk, mvn install it, and then mvn install activemq trunk.

> Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-1745
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1745
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: Redhat Linux , jdk 1.5.0_06
>            Reporter: Hari
>         Attachments: amq-1745.patch
>
>
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
> 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
> 3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
> ----------
> 3 required artifacts are missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel

Posted by "Kai Hudalla (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43118#action_43118 ] 

Kai Hudalla commented on AMQ-1745:
----------------------------------

On my system the Camel 1.4-SNAPSHOTs are correctly downloaded by maven. However, the test classes of the _activemq-core_ module do not compile because some of them contain an import for class _org.apache.camel.impl.CamelTemplate_ which in the current Camel 1.4-SNAPSHOT jars is actually located in the _org.apache.camel_ package.

I have attached a patch for these test classes as well ...


> Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-1745
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1745
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: Redhat Linux , jdk 1.5.0_06
>            Reporter: Hari
>         Attachments: amq-1745.patch
>
>
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
> 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
> 3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
> ----------
> 3 required artifacts are missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43102#action_43102 ] 

Rob Davies commented on AMQ-1745:
---------------------------------

looks like currently you have to build and install camel locally to get around this

> Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-1745
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1745
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: Redhat Linux , jdk 1.5.0_06
>            Reporter: Hari
>
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
> 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
> 3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
> ----------
> 3 required artifacts are missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43428#action_43428 ] 

James Strachan commented on AMQ-1745:
-------------------------------------

I think this could be caused by nightly snapshots being a bit borked. Am just in the process of setting them up on another box just to make sure...

> Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-1745
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1745
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: Redhat Linux , jdk 1.5.0_06
>            Reporter: Hari
>         Attachments: amq-1745.patch
>
>
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
> 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
> 3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
> ----------
> 3 required artifacts are missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.