[FlexJS] Fixed the Build Chain

2017-05-04 Thread Christofer Dutz
Hi, For the last few weeks I noticed that the build chain didn’t work correctly on the ASF Jenkins … Strangely a job couldn’t trigger upstream jobs anymore. I just switched that to have jobs trigger themselves as soon as downstream jobs are run successfully. So now the chain should work again.

Re: [FlexJS] Layouts

2017-05-04 Thread piotrz
Hi Peter, I have found one scenario where there is a null pointer exception, but I'm not sure whether even we should cover such case. Let me know what do you think. If I have in MDL Grid with GridCell and I add to it HorizontalFlexLayout bead [1] I will get NPE [2], cause GridCell do not have Vie

Re: Build failed in Jenkins: flex-asjs #2226

2017-05-04 Thread Christofer Dutz
Maven only runs tests, that don’t require a cyclic dependency to typedefs and/or framework. Chris Am 04.05.17, 06:53 schrieb "Alex Harui" : The checkintests are not building. It worked for me locally until I deleted all of the old JS files, then I was able to reproduce it. Hopefull