Nope, I'm not using Camel fuse. I downloaded and setup ActiveMQ 5.1.0, setting env. var ACTIVEMQ_HOME to the directory the Jms broker is installed at. I downloaded Camel 1.3.0 distro from Apache website, went to the 'examples/camel-example-etl' directory and exectuted the command. I'll try the latest snapshot... Would the example work with Camel 1.3.0 binaries though? If not, what's the ETA for the 1.4.0 'stable' release? Is there any easy way to patch the maven config file to make the examples runnable from the 1.3.0 distro?
Thanks, Vlad On Wed, Jun 25, 2008 at 9:22 PM, Willem Jiang <[EMAIL PROTECTED]> wrote: > If your using Camel 1.3.0 , it should not use > org.apache.camel:camel-maven-plugin:1.4.0.0-fuse: > > Did you run the sample in Camel fuse version 1.4.0.0 ? > > Willem > > > Vlad Olenin wrote: > >> 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: [EMAIL PROTECTED] >> import: [EMAIL PROTECTED] >> import: [EMAIL PROTECTED] >> import: [EMAIL PROTECTED] >> import: [EMAIL PROTECTED] >> import: [EMAIL PROTECTED] >> ----------------------------------------------------- >> [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 >> >> >> > >
