AW: Camel maven build error - External jar dependency

2013-08-28 Thread jhm
> I am using a java bean class to send the email. I have added all the > Java Mail APIs to the buildpath->Add External Archives. This make me think you are using Eclipse. > [INFO] 16 errors This make me think you are building with Maven. So add the jars as dependencies in your pom.xml and run

Camel maven build error - External jar dependency

2013-08-28 Thread contactreji
eas will be helpful for me Reji -- View this message in context: http://camel.465427.n5.nabble.com/Camel-maven-build-error-External-jar-dependency-tp5738185.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Build Error

2012-08-17 Thread Scott England-Sullivan
You may need to run mvn -Pfastinstall and not -Dtest=false. While the Surefire JUnit test plugin will work, the Failsafe plugin will not support the -Dtest=false switch. On Fri, Aug 17, 2012 at 11:55 AM, Joe San wrote: > I ran the build using -Dmaven.test.skip=true but unfortunately that did n

Re: Camel Build Error

2012-08-17 Thread Joe San
I ran the build using -Dmaven.test.skip=true but unfortunately that did not work but -Dtest=false worked. Not sure what the difference is? But anyways thanks for the support. I can now try running the unit tests to get used to the source code. Regards, Jothi On Thu, Aug 16, 2012 at 3:04 AM, Will

Re: Camel Build Error

2012-08-15 Thread Willem jiang
How did you run the build? As camel-spring has the test dependency of camel-core test jar, you need to install the test.jar when you run the build. You need to use "mvn clean install -Dtest=false" from the root to run the build. -- Willem Jiang FuseSource Web: http://www.fusesource.com (http:/

Camel Build Error

2012-08-15 Thread Joe San
[ERROR] Failed to execute goal on project camel-spring: Could not resolve dependencies for project org.apache.camel:camel-spring:bundle:2.11-SNAPSHOT: Could not find artifact org.apache.camel:camel-core:jar:tests:2.11-SNAPSHOT in apache.snapshots ( http://repository.apache.org/snapshots/) -> [Help

Re: Build error

2012-05-04 Thread Babak Vahdat
Maven 3.0.4 then after fixing the pom make sure you delete your m2 cache before building again: ~/.m2/repository/org/iso_relax/verifier/jaxp/validation/isorelax-jaxp-bridge/1.0/*.* Babak -- View this message in context: http://camel.465427.n5.nabble.com/Build-error-tp5684148p5686749.html Sent fro

Re: Build error

2012-05-04 Thread rodolfo
also some others oss projects. I also created an Ubuntu VM instance to build it there, but got the same errors. -- View this message in context: http://camel.465427.n5.nabble.com/Build-error-tp5684148p5686470.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Build error

2012-05-04 Thread Claus Ibsen
elax.verifier.jaxp.validation:isorelax-jaxp-bridge:null:jar}: The > version cannot be empty. -> [Help 1] > > Thanks, > Rodolfo > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Build-error-tp5684148.html > Sent from the Camel - Users mailing l

Build error

2012-05-03 Thread rodolfo
ge in context: http://camel.465427.n5.nabble.com/Build-error-tp5684148.html Sent from the Camel - Users mailing list archive at Nabble.com.