Re: MDL Tweet

2016-11-09 Thread Carlos Rovira
Great Alex, hope you catch it :) 2016-11-09 16:56 GMT+01:00 Alex Harui : > > > On 11/9/16, 3:51 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >Yeah, for that reason is what I was saying that hope Alex (and others on > >ANT) could review soon this branch and see if all i

Re: MDL Tweet

2016-11-09 Thread Alex Harui
On 11/9/16, 3:51 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Yeah, for that reason is what I was saying that hope Alex (and others on >ANT) could review soon this branch and see if all is ok to merge :) I started on this yesterday. I'm having a puzzling problem with Zip-i

Re: MDL Tweet

2016-11-09 Thread Carlos Rovira
ant do do it yet. > > Chris > > > > Von meinem Samsung Galaxy Smartphone gesendet. > > > Ursprüngliche Nachricht > Von: Carlos Rovira > Datum: 08.11.16 23:24 (GMT+01:00) > An: dev@flex.apache.org > Betreff: Re: MDL Tweet > > Great Chris, &g

Re: MDL Tweet

2016-11-08 Thread Carlos Rovira
Great Chris, I merged from develop since a commit for fix the build from Peter was needed. as well get some missing lines from my pom since I was not getting MDL styles. I think we should merge all in develop, and then remove my branch, since I need those changes to continue working Hope Alex an

Re: MDL Tweet

2016-11-08 Thread Christofer Dutz
Hi all, I just resolved the resource-copying problem, by removing the cleanup code from the compiler. Now the resources are copied and are staying in place even after the compilation. I also pulled in the MDLExample and fine tuned the pom and now it correctly builds and the resulting applicati

Re: MDL Tweet

2016-11-07 Thread Josh Tynjala
Hey Piotr, That could be tricky. To debug the original ActionScript for the FlexJS components (while running the generated JavaScript), you would need to generate source maps somehow. The SDK doesn't generate any source maps by default and it also uses compiled SWCs. You probably need to add the F

Re: MDL Tweet

2016-11-05 Thread piotrz
Josh, Couple of questions before I jum into this deeper. How you debug FlexJS ? Let say that you have some project example which use MDL components. I will try to achieve with VSCode following thing: - Build Falcon and FlexJS maven - Build simple project through maven - debug it and have connect

Re: MDL Tweet

2016-11-03 Thread piotrz
Thanks Chris, Carlos and Josh! I will try VS Code and get back to you with the results. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/MDL-Tweet-tp56042p56234.html Sent from the Apache Flex Development

Re: MDL Tweet

2016-11-02 Thread Josh Tynjala
IntelliJ IDEA creates different types of breakpoints for different languages. An ActionScript breakpoint is designed to work with the SWF debugger only. If you use source maps, IntelliJ IDEA will understand them just fine, but it will still think that any breakpoints added in an ActionScript file a

Re: MDL Tweet

2016-11-02 Thread Carlos Rovira
Hi Chris, talking about that with Josh he explain me that he couldn't make it work in IntelliJ due to the way debugger works in that IDE. that was one of the reason to change to VSCode, so he could take more control of an open source extension for FlexJS. 2016-11-02 16:12 GMT+01:00 Christofer D

Re: MDL Tweet

2016-11-02 Thread Christofer Dutz
Hi Piotr, eventually my debugging response was a little mis-leading I just noticed ... continously working on the build and the compiler, these are the parts I’m debugging ... obviously you guys are talking about debugging the client application. Have never done that. But I guess we have to fig

Re: MDL Tweet

2016-11-02 Thread Carlos Rovira
Hi Piotrz, I think Chris solve lot of this. Sorry, to get a bit late. About MDL, you can check examples/MDLExample project and use it as a matter of template. I must say that I only have implemented 4 controls and some beads. For tutorials, Chris pointed to the marvelous video about maven - flexj

Re: MDL Tweet

2016-11-01 Thread piotrz
Chris, I got the idea and now I have nice folder structure :) I was able to run build, but got error [1] - Is it something familiar to you ? [1] https://paste.apache.org/sqYh Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-de

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
Ok ... mis-clicked ... didn’t want to send that yet ... Well I hope you get an idea ... Chris Am 01.11.16, 14:27 schrieb "Christofer Dutz" : My directory strucutre is the following: /pom.xml (the artificial pom I posted) /flexjs-compiler /flexjs-compiler/pom.xml (The p

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
My directory strucutre is the following: /pom.xml (the artificial pom I posted) /flexjs-compiler /flexjs-compiler/pom.xml (The pom in the root of the falcon project `flexjs-compiler-parent’) /flexjs-compiler/... (rest of the flex-falcon repo) /flexjs-typedefs /flexjs-typedefs/pom.xml (The pom in

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
Hi Piotr, yes exaclty. I have started naming things in the filesystem the way we are talking about them on the list. I realy don’t like the way the repos are currently named ☹ Chris Am 01.11.16, 13:50 schrieb "piotrz" : Chris, What do you mean in your pom by flexjs-compiler - is

Re: MDL Tweet

2016-11-01 Thread piotrz
Different question - what poms did you point for each of this module - from which dirs in repos ? - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/MDL-Tweet-tp56042p56145.html Sent from the Apache Flex Developm

Re: MDL Tweet

2016-11-01 Thread piotrz
Chris, What do you mean in your pom by flexjs-compiler - is this directory of "flex-falcon" with pom inside ? and the rest one is also: flexjs-compiler -> "flex-falcon" flexjs-framework -> "flex-asjs" flex-typedefs -> "flex-typedefs" Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- V

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
Hi Piotr, Usually I import one as existing project and add the others by clicking on the „Add Maven project“ button (plus sign) of the Maven tab. This time I recently cheked out all 3 modules into one directory and added the following file in the root directory. http://maven.apache.org/POM/4.0

Re: MDL Tweet

2016-11-01 Thread piotrz
Hi Chris, Question - how looks like your project structure in intellij. Did you create for framework new project (maven type) from existing sources or do you build FlexJS through the console and you have setup examples only in intellij ? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmai

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
Hi Piotr, Yes that tutorial should be all you need for the maven build. I am using this in IntelliJ myself and it’s quite easy to debug. All I need to do is set breakpoints wherever I want and then do a maven build started as „debug“ build instead of a normal build. Been doing debugging, refact

Re: MDL Tweet

2016-11-01 Thread piotrz
Hi Carlos! Thank you for working on that. Can you shed some light on how you did setup your environment with Maven. I would like to try your MDL branch, but I wanted to have possibility to fix anything if needed in Framework itself. This is what I wanted to achieve: - I would like to use Intellij

Re: MDL Tweet

2016-10-27 Thread OK
Great progress Carlos, thanks to make it happen!!! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/MDL-Tweet-tp56042p56064.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: MDL Tweet

2016-10-27 Thread Carlos Rovira
Thanks Om! :) 2016-10-27 0:30 GMT+02:00 OmPrakash Muppirala : > Done! > > On Wed, Oct 26, 2016 at 2:29 PM, Carlos Rovira > wrote: > > > Please, retweet to make some noise out there! :) > > > > https://twitter.com/carlosrovira/status/791379921746690049 > > > > > > -- > > Carlos Rovira > > http://

Re: MDL Tweet

2016-10-26 Thread OmPrakash Muppirala
Done! On Wed, Oct 26, 2016 at 2:29 PM, Carlos Rovira wrote: > Please, retweet to make some noise out there! :) > > https://twitter.com/carlosrovira/status/791379921746690049 > > > -- > Carlos Rovira > http://about.me/carlosrovira >