Re: Camel Build Error

2012-06-22 Thread Christian Müller
idea ? > > Thanks > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Build-Error-tp5714594p5714825.html > Sent from the Camel Development mailing list archive at Nabble.com. >

Re: Camel Build Error

2012-06-21 Thread Claus Ibsen
-- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Build-Error-tp5714594p5714825.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: dav

Re: Camel Build Error

2012-06-21 Thread mabahma
? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Build-Error-tp5714594p5714825.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Camel Build Error

2012-06-20 Thread Christian Müller
Hey Jothi! Hope you are doing well... I use the following settings: export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m" and it works great (I updated the WIKI and added the " signs). You should run a mvn clean install or mvn clean install -DskipTests in the Camel root directory. If it doesn't wo

Re: Camel Build Error

2012-06-19 Thread Jothi Sankarraj
Endlich... I was able to build it. But with the following Maven opts settings worked. Added it with the double quotes. MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" Regards, Jothi On Tue, Jun 19, 2012 at 6:22 PM, Jothi Sankarraj < codeintheo...@googlemail.com> wrote: > > Could you please correct y

Re: Camel Build Error

2012-06-19 Thread Jothi Sankarraj
Could you please correct your Wiki pages where it is explained how to build. The correct setting for MAVEN_OPTS for a Mac user is like this: export MAVEN_OPTS='-Xms256m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=128m' With the one that is currently available in the wiki would lead to the followin

Re: Camel Build Error

2012-06-18 Thread Jothi Sankarraj
It looks like the other issue is not to be seen anymore but facing some other issues. I guess this has got something to do with Maven_OPTS. I have the following in my .bash_profile settings for Maven export MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=1024m And every time when I open a terminal window, I

Re: Camel Build Error

2012-06-18 Thread Hadrian Zbarcea
Where are you running your mvn command from? Hadrian On 06/18/2012 05:25 PM, Jothi Sankarraj wrote: Still no success. Tried all possible things. This looks strange to me. I even deleted my entire repository folder and started the build again. Below is the error. [ERROR] Failed to execute goal o

Re: Camel Build Error

2012-06-18 Thread Jothi Sankarraj
Still no success. Tried all possible things. This looks strange to me. I even deleted my entire repository folder and started the build again. Below is the error. [ERROR] Failed to execute goal on project camel-spring: Could not resolve dependencies for project org.apache.camel:camel-spring:bundle

Re: Camel Build Error

2012-06-18 Thread Henryk Konsek
Hi Jothi, > I'm just getting started with building Camel locally on my machine. When I > hit the error below, I updated my sources and tried to build again. But the > error seems to still be there. Is there anything that could be done? In such cases I try to build the latest version of project wi

Re: Camel Build Error

2012-06-17 Thread Jothi Sankarraj
Could you please confirm if the version number below is the latest? Jothis-MacBook-Pro:camel jothi$ svn update At revision 1351131. But the issue is yet not resolved. Should I add any other remote repositories in my settings.xml? I just have a local repository defined in my settings.xml as below:

Re: Camel Build Error

2012-06-17 Thread Hadrian Zbarcea
There could be a few explanations, although it's a bit weird. Try this: 1. Make sure you have a recent copy of the sources. I assume you got your copy from the repo, so you may need to update it (either `svn up` if you used subversion or `git pull` if you used the github repo). That should jus

Camel Build Error

2012-06-17 Thread Jothi Sankarraj
Camel Riders, I'm just getting started with building Camel locally on my machine. When I hit the error below, I updated my sources and tried to build again. But the error seems to still be there. Is there anything that could be done? [ERROR] Failed to execute goal on project camel-spring: Could n