Re: Re: validate-components issue on camel-core

2017-02-16 Thread Claus Ibsen
It must be on your end. Make sure you have the latest code, and do a complete rebuild from the root with mvn clean install -P fastinstall On Thu, Feb 16, 2017 at 6:51 PM, Antoine DESSAIGNE wrote: > Same issue :( > > If I have time, I'll do a pull request for adding the endpoint descriptions. >

Re: Re: validate-components issue on camel-core

2017-02-16 Thread Antoine DESSAIGNE
Same issue :( If I have time, I'll do a pull request for adding the endpoint descriptions. 2017-02-16 18:39 GMT+01:00 Andrea Cosentino : > Try to run a mvn clean install -DskipTests > > Il gio, 16 feb, 2017 alle 18:33, Antoine DESSAIGNE gmail.com> ha scritto: Hi Zoran, > > Unfortunately it's

R: Re: validate-components issue on camel-core

2017-02-16 Thread Andrea Cosentino
Try to run a mvn clean install -DskipTests Il gio, 16 feb, 2017 alle 18:33, Antoine DESSAIGNE ha scritto: Hi Zoran, Unfortunately it's the command I'm typing :( Antoine 2017-02-16 18:12 GMT+01:00 Zoran Regvart : > Hi Antoine, > I vaguely recall having similar issues and fixing them by i

Re: validate-components issue on camel-core

2017-02-16 Thread Antoine DESSAIGNE
Hi Zoran, Unfortunately it's the command I'm typing :( Antoine 2017-02-16 18:12 GMT+01:00 Zoran Regvart : > Hi Antoine, > I vaguely recall having similar issues and fixing them by issuing `mvn > -Pfastinstall clean install` from the root of the source tree. I could > be misremembering... > > zo

Re: validate-components issue on camel-core

2017-02-16 Thread Zoran Regvart
Hi Antoine, I vaguely recall having similar issues and fixing them by issuing `mvn -Pfastinstall clean install` from the root of the source tree. I could be misremembering... zoran On Thu, Feb 16, 2017 at 5:57 PM, Antoine DESSAIGNE wrote: > Hello everyone, > > I'm trying to build camel locally a