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.
>
--
> 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
?
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.
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
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
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
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
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
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
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
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:
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 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
13 matches
Mail list logo