Camel.trunk.notest - Build # 2869 - Fixed

2016-09-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2869) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/2869/ to view the results.

[GitHub] camel pull request #1163: CAMEL-10298: Remove readLockTimeout check from rea...

2016-09-09 Thread yuruki
Github user yuruki closed the pull request at: https://github.com/apache/camel/pull/1163 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Getting ready for Apache Camel 2.18 Release

2016-09-09 Thread Quinn Stevenson
Thanks for taking a look at the PR Thomas - I really appreciate the feedback. 1) The parent pom was wrong because I created this PR before the change from 2.18-SNAPSHOT to 2.18.0-SNAPSHOT took place - it’s been out there a while 2) My bad on the READMEmd - you can probably tell where I copied

Re: building camel code (init eclipse workspace)

2016-09-09 Thread fabryprog
Thanks a lot claus!!! -- View this message in context: http://camel.465427.n5.nabble.com/building-camel-code-init-eclipse-workspace-tp5787394p5787425.html Sent from the Camel Development mailing list archive at Nabble.com.

[GitHub] camel pull request #1164: CAMEL-10222: New spring-boot BOM

2016-09-09 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1164 CAMEL-10222: New spring-boot BOM I tried to run the integration tests (including the unit test part of each module) using the starters only, but I found out that a mixture of spring-boot

Re: Getting ready for Apache Camel 2.18 Release

2016-09-09 Thread Andrea Cosentino
The docs now are completed. The last four languages were added. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Sunday, August 28, 2016 11:29 AM,

Re: building camel code (init eclipse workspace)

2016-09-09 Thread Claus Ibsen
On Fri, Sep 9, 2016 at 8:48 AM, Antoine Toulme wrote: > From experience, you probably want to go the m2e way and import the projects > as Maven projects. > Yeah do not use the maven plugin to create eclipse project files. Eclipse has out of the box support for maven, so

Re: building camel code (init eclipse workspace)

2016-09-09 Thread Antoine Toulme
From experience, you probably want to go the m2e way and import the projects as Maven projects. > On Sep 8, 2016, at 2:18 PM, fabryprog wrote: > > Hello, > > i am trying to build source code (master - 8 sept 2016) from this page: >

building camel code (init eclipse workspace)

2016-09-09 Thread fabryprog
Hello, i am trying to build source code (master - 8 sept 2016) from this page: http://camel.apache.org/building.html i would use eclipse (neon) so i execute this command: mvn -Psetup.eclipse -Declipse.workspace.dir=/path/to/your/workspace zZzzZZzzz after 15 minutes this is the output [INFO]