Re: XML files not copying

2017-01-29 Thread Harbs
Sorry about that. Here’s the output for the test: http://pastebin.com/f8BpVwDJ > On Jan 30, 2017, at 3:34 AM, Alex Harui wrote: > > The test project looks like it compiled against the nightly build and thus > didn't emit the extra output? When you compiled DataBindingExample, it > had the ext

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-29 Thread sankar
It looks like data binding is terribly broken in MDL components. Any plan to work on this soon? Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58785.html Sent from the Apache

Re: XML files not copying

2017-01-29 Thread Alex Harui
The test project looks like it compiled against the nightly build and thus didn't emit the extra output? When you compiled DataBindingExample, it had the extra output and compiled against the repo. -Alex On 1/29/17, 1:12 PM, "Harbs" wrote: >Here’s what I get for the test project: >http://past

[4.16.0] # Apache Flex SDK 4.16.0 nightly build 218: Successful

2017-01-29 Thread flex . ci . builds
flex-sdk_release-candidate - Build #218 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/218/.

Re: XML files not copying

2017-01-29 Thread Harbs
Here’s what I get for DataBindingExample: [echo] Compiling DataBindingExample.js [echo] FLEX_HOME: /Users/harbs/Documents/ApacheFlex/flex-asjs [echo] FALCONJX_HOME: /Users/harbs/Documents/ApacheFlex/flex-falcon/compiler-jx [echo] GOOG_HOME: /Users/harbs/Documents/ApacheFlex/f

Re: XML files not copying

2017-01-29 Thread Harbs
Here’s what I get for the test project: http://pastebin.com/XXCdPYxi > On Jan 29, 2017, at 8:13 PM, Alex Harui wrote: > > I just pushed a compiler change to output more information. For > DataBindingExample, it output: > > [java] MyInitialView as: [MyInitialView, > org.apache.flex.events.Custo

Re: XML files not copying

2017-01-29 Thread Harbs
On the sample project or DataBindingExample? > On Jan 29, 2017, at 8:13 PM, Alex Harui wrote: > > I just pushed a compiler change to output more information. For > DataBindingExample, it output: > > [java] MyInitialView as: [MyInitialView, > org.apache.flex.events.CustomEvent, org.apache.flex.

Re: XML files not copying

2017-01-29 Thread Alex Harui
I just pushed a compiler change to output more information. For DataBindingExample, it output: [java] MyInitialView as: [MyInitialView, org.apache.flex.events.CustomEvent, org.apache.flex.html.RadioButton, models.MyModel, org.apache.flex.events.ValueChangeEvent] [java] MyInitialView mxml: [o

Re: Framework dev in VS Code

2017-01-29 Thread Josh Tynjala
You can add the define compilerOption to your asconfig.json for CONFIG::JS and CONFIG::SWF. - Josh On Jan 29, 2017 4:09 AM, "Harbs" wrote: I have not had success with Maven outside VS Code, and using the Maven build inside VS Code prompts me to accept an EULA. I don’t know how to accept inside

Re: [FlexJS] ... Step by step ... uuuuh baby ...

2017-01-29 Thread Josh Tynjala
I am working with Prominic to integrate the language server I built for VSCode and add many of the same code intelligence features to Moonshine. - Josh On Jan 29, 2017 3:48 AM, "Carlos Rovira" wrote: Hi, sad news Chris :(... while I always like IntelliJ and was my prefer choice as we left FB

Re: XML files not copying

2017-01-29 Thread Harbs
The problem does not seem to only be that the XML files are not copied. The problem seems to be that the dependencies are not being calculated. Here’s the js that the mani class puts out: http://pastebin.com/bdsbTjVD That’s coming from this: http://ns.adobe.com/mxml/2009"; xmlns:js="library

Re: [FlexJS] ... Step by step ... uuuuh baby ...

2017-01-29 Thread piotrz
Carlos, I'm going for sure in the next days try to switch completely to VSCode. Will provide feedback. I see that Jetbrains won't help us at all. :( Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex

Re: XML files not copying

2017-01-29 Thread yishayw
This [1] is my successful build output for what it's worth. [1] https://paste.apache.org/W6DC -- View this message in context: http://apache-flex-development.247.n4.nabble.com/XML-files-not-copying-tp58425p58774.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Framework dev in VS Code

2017-01-29 Thread Harbs
I have not had success with Maven outside VS Code, and using the Maven build inside VS Code prompts me to accept an EULA. I don’t know how to accept inside the VS Code output. I’m also having issues with VS Code not recognizing COMPILE::JS and COMPLIE::SWF as valid. > On Jan 29, 2017, at 1:33

Re: XML files not copying

2017-01-29 Thread Harbs
Here’s the output: http://pastebin.com/tKzYsZj5 And here’s the ant script(s): http://pastebin.com/Bwm6jph5 http://pastebin.com/MbQFPNQL Yishay and I have been trying to reproduce this and it’s working for him, but not for me. Something odd is going on. Harbs > On Jan 20, 2017, at 8:11 PM, Ale

Re: [FlexJS] ... Step by step ... uuuuh baby ...

2017-01-29 Thread Carlos Rovira
Hi, sad news Chris :(... while I always like IntelliJ and was my prefer choice as we left FB, I think the way Jetbrains manages open source is horrible. I'm with Josh and his effort of making VSCode + NExtGenAS a great IDE for FlexJS development, and as it's open source and we can control all th

Re: Framework dev in VS Code

2017-01-29 Thread Carlos Rovira
Hi Harbs, I'm using VSCode with NextGenAs for framework development. You have the wiki as main docs: https://github.com/BowlerHatLLC/vscode-nextgenas/wiki I recommend you to use Maven over ANT since development is a breeze in this way. You can have a VSCode window with one library (i.e:HTML, MDL

Re: FlexJS installation failing

2017-01-29 Thread Harbs
Now it’s working for me too. Not sure what happened, but it seems to be fine now… > On Jan 29, 2017, at 12:45 PM, piotrz wrote: > > Hi Harbs, > > Just tried it on my mobile and it's started download. > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this mes

Re: FlexJS installation failing

2017-01-29 Thread piotrz
Hi Harbs, Just tried it on my mobile and it's started download. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-installation-failing-tp58767p58768.html Sent from the Apache Flex Development mail

FlexJS installation failing

2017-01-29 Thread Harbs
I’m consistently getting a failed installation of the nightly. It seems like it’s having trouble downloading the artifact from here: http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.8.0-bin.tar.gz I was not able to download using my web

Framework dev in VS Code

2017-01-29 Thread Harbs
I assume this question is aimed at Josh, but if anyone else has an answer, please pipe up… I’d really like to use VS Code for work on the FlexJS framework. I managed to setup a project for development of an app, but I’m not sure what settings to use for framework development. Ideally, there sh

Re: [DISCUSS] Have a Flex project summit at ApacheCon NA 2017?

2017-01-29 Thread piotrz
Alex, If my TAC will be accepted and bosses give me days Off I will be also present. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-Have-a-Flex-project-summit-at-ApacheCon-NA-2017-tp56860p5

Re: [DISCUSS] Have a Flex project summit at ApacheCon NA 2017?

2017-01-29 Thread Christofer Dutz
I will definitely be coming. I’ll discuss things with the LF and try to make it happen later. Right now I think it would be Monday, but I don’t know if it could be Friday too Chris Am 29.01.17, 08:44 schrieb "Harbs" : I’d love to come. I have another conference in Atlanta, Georg

Re: failing tests / flash player locale issue with negative numbers

2017-01-29 Thread Justin Mclean
Hi, > I still don't understand how that change was important. What was the input > that was giving bad output? LabelUtil.itemToLabel has hidden side effects. If it’s not called the text in the drop drop would not be updated, this would cause tests to fail as the initial prompt didn’t show for