Re: I need some help with Spring XSD generation

2018-03-01 Thread Zoran Regvart
Hello, On Wed, Feb 28, 2018 at 8:06 PM, Pascal Schumacher wrote: > I guess we should disable concurrent builds to keep load on build.apache.org > reasonable? I've added that in[1], I think we'll notice the difference on builds > #96. There is another thread for skipping tests when run in paralle

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 Zoran

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 > > Okay I have pushed th

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 > > Okay I got it working,

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 camel-bluepri

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 commits that help with th