[
https://issues.apache.org/activemq/browse/CAMEL-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58720#action_58720
]
Claus Ibsen commented on CAMEL-2626:
------------------------------------
The example has a missing jar it cannot find in the repos
{code}
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.google.gdata:gdata-client:jar:1.41.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.google.gdata
-DartifactId=gdata-client -Dversion=1.41.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.google.gdata
-DartifactId=gdata-client -Dversion=1.41.1 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.camel:camel-example-gauth:war:2.3-SNAPSHOT
2) com.google.gdata:gdata-client:jar:1.41.1
2) com.google.gdata:gdata-calendar:jar:1.41.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.google.gdata
-DartifactId=gdata-calendar -Dversion=1.41.1 -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.google.gdata
-DartifactId=gdata-calendar -Dversion=1.41.1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.camel:camel-example-gauth:war:2.3-SNAPSHOT
2) com.google.gdata:gdata-calendar:jar:1.41.1
3) com.google.gdata:gdata-calendar-meta:jar:1.41.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.google.gdata
-DartifactId=gdata-calendar-meta -Dversion=1.41.1 -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.google.gdata
-DartifactId=gdata-calendar-meta -Dversion=1.41.1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.camel:camel-example-gauth:war:2.3-SNAPSHOT
2) com.google.gdata:gdata-calendar-meta:jar:1.41.1
4) com.google.common:google-collect:jar:1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.google.common
-DartifactId=google-collect -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.google.common
-DartifactId=google-collect -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.camel:camel-example-gauth:war:2.3-SNAPSHOT
2) com.google.common:google-collect:jar:1.0
----------
4 required artifacts are missing.
for artifact:
org.apache.camel:camel-example-gauth:war:2.3-SNAPSHOT
{code}
> Demonstrate usage of gauth component in a GAE application.
> ----------------------------------------------------------
>
> Key: CAMEL-2626
> URL: https://issues.apache.org/activemq/browse/CAMEL-2626
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-gae
> Affects Versions: 2.2.0
> Reporter: Martin Krasser
> Assignee: Martin Krasser
> Fix For: 2.3.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.