Re: ASF Slack channel

2017-03-30 Thread justin
Hi, Here’s a more direct signup link if you need it: https://the-asf.slack.com/signup Thanks, Justin

Re: [FlexJS] feature branch

2017-03-30 Thread Christofer Dutz
And I just added that branch to compiler and typedefs and now you have your free Jenkins Build ( https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/ Chris Am 30.03.17, 06:59 schrieb "piotrz" : Hi Peter, I just checked your branch and MDL look fine. In order to bui

Re: [FlexJS][Fixed] MDL - Project is failing to compile, help!

2017-03-30 Thread sankar
Hi, After a long time of compilation and failures (in different compilation processes), I finally able to make everything back in business again. I able to compile out an working distribution version of the SDK, and able to run example project without compilation break-down this time. It opened

Re: [FlexJS][Fixed] MDL - Project is failing to compile, help!

2017-03-30 Thread piotrz
Hi Santanu, I'm glad that you were able to get back build ON. In the other words you will be using falcon and flexjs straight from the Jenkins build rather than build it on your own ? Am I understand it correctly ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in c

Re: [FlexJS][Fixed] MDL - Project is failing to compile, help!

2017-03-30 Thread sankar
or occurred while > executing t > his line: > E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-fle > xjs-0.8.0-bin\installer.xml:1127: Can't get > https://dist.apache.org/repos/dist/d > ev/flex/falcon/0.8.0/rc1/binaries/apache-flex-falconjx-0.8.0-bin.

Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

2017-03-30 Thread Tom Chiverton
+1 - the headers is not a serious enough issue to hold up the release. Tom On 27/03/17 22:13, Christofer Dutz wrote: Hi, This is Apache Flex BlazeDS 4.7.3 release candidate 1. RELEASE NOTES: Apache Flex BlazeDS 4.7.3 is an update to 4.7.2 which adds a new blazeds-spring-boot-starter module

Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

2017-03-30 Thread Christofer Dutz
+1 (Just noticed I didn’t actually vote ;-) ) I agree with Tom … next release will have it fixed anyway. Chris Am 30.03.17, 13:45 schrieb "Tom Chiverton" : +1 - the headers is not a serious enough issue to hold up the release. Tom On 27/03/17 22:13, Christofer Dutz

Re: [FlexJS] feature branch

2017-03-30 Thread Peter Ent
Thanks! ‹peter On 3/30/17, 3:34 AM, "Christofer Dutz" wrote: >And I just added that branch to compiler and typedefs and now you have >your free Jenkins Build ( > >https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.ap >ache.org%2Fview%2FE-G%2Fview%2FFlex%2Fjob%2FFlexJS%2520Pi

Re: [FlexJS] feature branch

2017-03-30 Thread Peter Ent
Yes, please push the changes when you can. Thank you! ‹peter On 3/30/17, 12:59 AM, "piotrz" wrote: >Hi Peter, > >I just checked your branch and MDL look fine. In order to build it I had >to >merge current develop to your branch I hope that you don't mind if I >pushit >it. Changes which come from

Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

2017-03-30 Thread Josh Tynjala
+1 On Mar 30, 2017 6:12 AM, "Christofer Dutz" wrote: > +1 (Just noticed I didn’t actually vote ;-) ) > > I agree with Tom … next release will have it fixed anyway. > > Chris > > > > Am 30.03.17, 13:45 schrieb "Tom Chiverton" : > > +1 - the headers is not a serious enough issue to hold up the

Re: [FlexJS] feature branch

2017-03-30 Thread Peter Ent
Hi, I took a look at your changes to ListExample. I see I forgot to put in a ReadMe or some comments to show why the example is written the way it is. The example is supposed to show a deconstruction of a list, by starting with UIBase and adding in the things that make a list a "List". The point

Re: [FlexJS] feature branch

2017-03-30 Thread Peter Ent
I have to revert the change to UIBase that sets position:absolute when either .x or .y properties are set on the JS-side. Using absolute position messes with some layouts. All of the layout code that requires position:absolute sets it when needed. BasicLayout, for example, sets position:absolute o

Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

2017-03-30 Thread Alex Harui
+1. Good enough for now. -Alex On 3/30/17, 5:12 AM, "Christofer Dutz" wrote: >+1 (Just noticed I didn’t actually vote ;-) ) > >I agree with Tom … next release will have it fixed anyway. > >Chris > > > >Am 30.03.17, 13:45 schrieb "Tom Chiverton" : > >+1 - the headers is not a serious enough

Re: Falcon build failing

2017-03-30 Thread Alex Harui
I pushed some changes that might fix that. Let me know. FlexJSStore still isn't running with -remove-circulars so I'm using that as my test case. -Alex On 3/29/17, 2:06 PM, "Harbs" wrote: >I pulled in your latest changes. The NaN error is fixed, but I’m still >having the problem with the miss

Re: [FlexJS] feature branch

2017-03-30 Thread Peter Ent
Hi, I've pushed a new set of changes to feature/chart-work branch. There has been a little restructuring of the container classes to remove code redundancies and improve the perform a little. If you can, please try your stuff again. You shouldn't see any differences (fingers crossed). I know some

Re: Falcon build failing

2017-03-30 Thread Harbs
Now something else seems to be broken. The test_project I linked to earlier now gets no js files from the SDK other than Application.js and ApplicationBase.js. The compiler errs on Could not find file for class: org.apache.flex.core.UIHTMLElementWrapper Sorry… ;-) Harbs > On Mar 30, 2017, at

Re: [FlexJS] feature branch

2017-03-30 Thread piotrz
Hi Peter, I just tried branch and it's not building for me [1]. That's strange error - do you know what can it be ? [1] https://paste.apache.org/MoHw Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/F

Re: [FlexJS] feature branch

2017-03-30 Thread piotrz
Peter, Develop has exactly same issue and Jenkins reported it also [1] [1] https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/feature%252Fchart-work/2/console Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-develop

Re: Falcon build failing

2017-03-30 Thread piotrz
Alex, Your last commit had to break something. On jenkins and locally I'm getting following error [1] [1] https://paste.apache.org/MoHw Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Falcon-build-fai