Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Zoran Regvart
Awesome work everyone, I see we got a successful build! Thanks! zoran On Thu, May 10, 2018 at 2:57 PM, Tomohisa Igarashi wrote: > Good morning - whoa, it was supposed to be my breakfast ;-) > > Anyway good catch guys! > > Thanks, > Tomo > > > On Thu, 2018-05-10 at 14:15

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Tomohisa Igarashi
Good morning - whoa, it was supposed to be my breakfast ;-) Anyway good catch guys! Thanks, Tomo On Thu, 2018-05-10 at 14:15 +0300, Onder SEZGIN wrote: > yes i managed to do it same locally. > the reason of the issue is still here. > >

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Onder SEZGIN
yes i managed to do it same locally. the reason of the issue is still here. https://www.mail-archive.com/search?l=us...@tomee.apache.org=subject:%22Re%5C%3A+Java+8+Type+Annotations+cause+error+%5C-+is+that+expected%5C%3F%22=newest=1 excluding shaded dependency from latest release of openejb and

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Babak Vahdat
Hi I managed to fix the failing camel-ejb tests locally. Let’s wait for the next CI-build. Babak > On 10 May 2018, at 07:39, Onder SEZGIN wrote: > > Interestingly, it does not fail in IDE(intellij). > It fails on mvn prompt as Tomohisa mentioned. > after running mvn

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-09 Thread Onder SEZGIN
Interestingly, it does not fail in IDE(intellij). It fails on mvn prompt as Tomohisa mentioned. after running mvn clean on the prompt and fire the test on IDE, it is ok. i did not dive into it yet. this is my initial observation. On Thu, May 10, 2018 at 1:16 AM, Tomohisa Igarashi

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-09 Thread Tomohisa Igarashi
Yep, actually this fails for me. I noticed that I get this weird exception when I run "mvn test -Dtest=GreaterTest" - WARNING - Unable to scrape for @Stateful, @Stateless, @Singleton or @MessageDriven annotations. AnnotationFinder failed. java.lang.RuntimeException

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-09 Thread Zoran Regvart
On Wed, May 9, 2018 at 5:40 PM, Onder SEZGIN wrote: > I can help with some of them by tomorrow. Awesome, thank you. I think Tomohisa is also taking a look. Now only the camel-ejb tests are failing[1]. Its strange I can't reproduce this locally, other failures were pretty

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-09 Thread Onder SEZGIN
I can help with some of them by tomorrow. On Wed, 9 May 2018 at 17:56, Pascal Schumacher wrote: > Hi Zoran, > > thank you very much for fixing this. :) > > -Pascal > > Am 09.05.2018 um 10:10 schrieb Zoran Regvart: > > Hi Cameleers, > > we managed to get the Ceylon

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-09 Thread Pascal Schumacher
Hi Zoran, thank you very much for fixing this. :) -Pascal Am 09.05.2018 um 10:10 schrieb Zoran Regvart: Hi Cameleers, we managed to get the Ceylon example to compile without the JAR artefact being attached to the Maven reactor, this was required by the Ceylon Maven plugin's goal to import

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-09 Thread Zoran Regvart
Hi Cameleers, we managed to get the Ceylon example to compile without the JAR artefact being attached to the Maven reactor, this was required by the Ceylon Maven plugin's goal to import dependencies. You can take a look at this commit[1] for the details of the workaround. Now we have 21 tests

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-08 Thread Zoran Regvart
Hi Andrea, I've commented on the PR, I don't think that will fix the issue. I have a workaround in the works and after tests complete successfully I will push. In a nutshell the workaround consists of doing the work of `ceylon-maven-plugin:import-dependencies` via `ant-run-plugin`, i.e. copying

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-08 Thread Andrea Cosentino
We have this fix now to merge: https://github.com/apache/camel/pull/2325 Thinking on long-term I believe we need to move examples like these in other repositories, with other stuff like camel-scala etc. -- Andrea Cosentino  -- Apache Camel PMC Member Apache

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-07 Thread Willem Jiang
It looks like the ceylon-maven-plugin doesn't look up the jar files from the .m2 repository. Not sure if we can do the same magic of java doc here. BTW, I build the example separately without any issue. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-07 Thread Zoran Regvart
Hi Pascal, Cameleers, let me have a stab at it tomorrow, but baring that yeah I agree -- we don't have the resources to maintain such an example perhaps it would be best to remove it... zoran On Mon, May 7, 2018 at 9:09 PM, Pascal Schumacher wrote: > The AS2 related

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-07 Thread Pascal Schumacher
The AS2 related failure is gone! :) https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/master/284/console Sadly the build remains broken due because of the recently added camel-example-ceylon: [ERROR] Failed to execute goal