Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 69367 invoked from network); 9 Apr 2010 06:39:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Apr 2010 06:39:37 -0000 Received: (qmail 48835 invoked by uid 500); 9 Apr 2010 06:39:37 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 48710 invoked by uid 500); 9 Apr 2010 06:39:35 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 48701 invoked by uid 500); 9 Apr 2010 06:39:34 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 48698 invoked by uid 99); 9 Apr 2010 06:39:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 06:39:34 +0000 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; Fri, 09 Apr 2010 06:39:32 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D787029A0012 for ; Fri, 9 Apr 2010 06:39:10 +0000 (UTC) Message-ID: <1826745464.15021270795150880.JavaMail.jira@brutus.apache.org> Date: Fri, 9 Apr 2010 06:39:10 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2626) Demonstrate usage of gauth component in a GAE application. In-Reply-To: <1146983837.14911270789989223.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ 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.