Re: I need some help with Spring XSD generation

2018-02-28 Thread Pascal Schumacher
Current builds see to get much further. https://builds.apache.org/job/Camel/job/master/90/console is currently building the camel starter! Great work! I guess we should disable concurrent builds to keep load on build.apache.org reasonable? Cheers, Pascal Am 28.02.2018 um 12:04 schrieb

Re: I need some help with Spring XSD generation

2018-02-28 Thread Zoran Regvart
Thanks Claus great work! I'm looking at https://builds.apache.org/job/Camel/job/master/88/ hoping for a green build. If this goes through we can cherry pick CAMEL-11930 and these commits to 2.20.x branch, zoran On Wed, Feb 28, 2018 at 11:49 AM, Claus Ibsen wrote: > Hi >

Re: I need some help with Spring XSD generation

2018-02-28 Thread Claus Ibsen
Hi Okay I have pushed the fixes to the master branch, and I can now do these 2 maven commands on both camel-spring and camel-blueprint and it works. So does the usual commands with mvn clean install and whatnot. On Wed, Feb 28, 2018 at 11:25 AM, Claus Ibsen wrote: > Hi >

Re: I need some help with Spring XSD generation

2018-02-28 Thread Claus Ibsen
Hi Okay I got it working, you can now run mvn -Dmaven.test.skip.exec=true clean install And then later mvn test I logged a ticket https://issues.apache.org/jira/browse/CAMEL-12303 Will push a fix shortly, but runs a bit more testing. Notice that we likely have the same issue in

Re: I need some help with Spring XSD generation

2018-02-28 Thread Claus Ibsen
Hi Zoran I am taking a look, and currently trying to improve the eip-document enricher to do the schema1 copy itself so we can avoid this ant-task in the pom.xml On Tue, Feb 27, 2018 at 6:23 PM, Zoran Regvart wrote: > Hi Cameleers, > I've been testing and cherry-picking

Re: camel builds causing problems with jenkins

2018-02-28 Thread Claus Ibsen
Hi Zoran Thanks for your endless effort on the Jenkins Pipeline effort. Much appreciated to get the CI servers to be more reliable and useable for us at our big Apache Camel project. Keep it up. On Mon, Feb 19, 2018 at 10:44 AM, Zoran Regvart wrote: > Hi Cameleers, > I've

Re: Getting ready for Apache Camel 2.21 release

2018-02-28 Thread Claus Ibsen
Hi We have now moved some JIRA tickets to 2.22 so the roadmap for 2.21 is shorter and also what we would actually focus on. That said if there is something you really would like to get in 2.21 that was moved to 2.22 then say so, and work on it. We have this week to work on improvements, new