Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 12460 invoked from network); 25 Jun 2008 22:30:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2008 22:30:15 -0000 Received: (qmail 72120 invoked by uid 500); 25 Jun 2008 22:30:17 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 72013 invoked by uid 500); 25 Jun 2008 22:30:17 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 72002 invoked by uid 99); 25 Jun 2008 22:30:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 15:30:16 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of volenin@gmail.com designates 209.85.198.245 as permitted sender) Received: from [209.85.198.245] (HELO rv-out-0708.google.com) (209.85.198.245) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 22:29:27 +0000 Received: by rv-out-0708.google.com with SMTP id f25so11582769rvb.26 for ; Wed, 25 Jun 2008 15:29:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=V326RXXklUE8MIbGpX12mYP68STllo7ydjCHvJCPK0Q=; b=xMV7B0W9u/UGm8Bz/I/n8w/iP7RbC9Rd2lFJNfFERALMqnWfkd30ikAPcRIYwX4SJ7 G/d/vA9dmXGMCn26GCTzf/iozNGQNyf21Z8AUcDEyeYOhmP16z0UB0Uqj0Sq9OpDIBvj 198wJClqT2vztnjGXv0FUXZ/73MyHy7slIWlI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=mqZRDqmVU7r2Ss9kj6Izgm3enlyGOYG8PMUk9yX7uxVpm24LA3O7s9zEuMZ8MMiFqK OFTLPpEJj5wqqBUiVa8bP1QMzkJ2N7aiGQnwEKeJlqOdnDIT9iQ9mPuZsJXlmit05gqV F4Lmrd6EfwAohniub6FYVUFa61stF1V7E8OB0= Received: by 10.141.85.13 with SMTP id n13mr16824496rvl.250.1214432986439; Wed, 25 Jun 2008 15:29:46 -0700 (PDT) Received: by 10.141.100.16 with HTTP; Wed, 25 Jun 2008 15:29:46 -0700 (PDT) Message-ID: <594203920806251529m68b18e60se1bf71da99e45bac@mail.gmail.com> Date: Wed, 25 Jun 2008 18:29:46 -0400 From: "Vlad Olenin" To: camel-user@activemq.apache.org Subject: problem running camel-example-etl from camel 1.3.0 unix/cygwin binary distro MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5105_9084114.1214432986422" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5105_9084114.1214432986422 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying to run some example apps from Camel distro, but it seems like Maven config is a bit corrupted OR I'm doing smth wrong... I've downloaded and setup all environment variables for the packages: ActiveMQ 5.1.0 -- unix/cygwin distro, Camel 1.3.0 -- unix/cygwin distro. I'm trying to run an ETL example from the camel distro from under Cygwin running under Windows XP. I'm using the 'mvn camel:run' command. I'm getting the following error: ------- this realm = plexus.core urls[0] = file:/c:/tools/apache-maven-2.0.8/lib/maven-2.0.8-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:cam el-maven-plugin:1.4.0.0-fuse:run': Unable to find the mojo 'org.apache.camel:cam el-maven-plugin:1.4.0.0-fuse:run' in the plugin 'org.apache.camel:camel-maven-pl ugin' org/codehaus/mojo/exec/AbstractExecMojo [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ ------- Does anyone have idea what is wrong? Thanks, Vlad ------=_Part_5105_9084114.1214432986422--