Re: Getting ready for the refactor-sprite merge (was Re: [FlexJS] HTMLElementWrapper extending Sprite)

2016-11-01 Thread Alex Harui
Update: Maven and Ant builds work locally for me. DataBindingExample runs. I will push it tomorrow unless someone comes up with a good reason not to. Thanks, -Alex

AW: FlexSDK license issue

2016-11-01 Thread Christofer Dutz
Isn't velocity more a templating engine? So I would assume it's more related to code generation. I think I experimented with updating to an official version of velocity in my quest to get rid of some hacked/patched libraries. Unfortunately I don't recall uhh that was successful. I would definit

Re: [FlexJS] MXMLFlexJSPublisher cleanup

2016-11-01 Thread Alex Harui
On 11/1/16, 5:43 AM, "Christofer Dutz" wrote: > >And it would be cool, if someone using Ant, could do a quick switch to >the feature-autobuild/closure-classpath-sources branch and give me a >short feedback if things are still running on Ant and I didn’t break >anything with my refactoring. Bet

Re: Current FlexJS license/notice issues

2016-11-01 Thread Justin Mclean
Hi, We still don’t have a reply from OpenFL or FlatUI. At this point given it's been 3-4 weeks I don’t think we’ll get a reply. Thanks, Justin

FlexSDK license issue

2016-11-01 Thread Justin Mclean
Hi, In one of the discussions on legal discuss it was pointed out that the Apache 1.0 license [1] contains an advertising clause which actually makes it Category X / incompatible with the Apache 1.1/2.0 licenses. It turns out that Adobe used some Apache 1.0 licensed code in the Flex SDK from t

New Flex SDK release

2016-11-01 Thread Justin Mclean
Hi, It’s been quite a while (10 months!) since we’ve made a new Flex SDK release, and there's a number of changes and fixes that have been made in develop. If no-one else want to be the release manager I’ll put my hand up for the role. Thanks, Justin

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: [FlexJS] Getting new warnings in ANTLR generation

2016-11-01 Thread Alex Harui
On 11/1/16, 8:59 AM, "Josh Tynjala" wrote: >I tracked down an older commit from December 2015 when they were >introduced: > >3971196a4478853e1fd443e21e011ee1b8ea14c8 > >Alex, it looks like some changes that you made. Can you take a look? I'll add it to my list. -Alex

Re: [FlexJS] Getting new warnings in ANTLR generation

2016-11-01 Thread Josh Tynjala
I tracked down an older commit from December 2015 when they were introduced: 3971196a4478853e1fd443e21e011ee1b8ea14c8 Alex, it looks like some changes that you made. Can you take a look? When I initially ran the Ant build, I didn't see any warnings. In order to get the Ant build to reproduce the

Re: [FlexJS] MXMLFlexJSPublisher cleanup

2016-11-01 Thread Alex Harui
On 11/1/16, 4:09 AM, "Christofer Dutz" wrote: >Hi, > > > >so I cleaned up the MXMLFlexJSPublisher class greatly. Currently I’m >trying to figgure out why the release output of 3 modules doesn’t seem to >work. The thing is that I never tested the release versions of the >original build, so I’ll

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: [FlexJS] MXMLFlexJSPublisher cleanup

2016-11-01 Thread Christofer Dutz
Ok so it seems as if the release builds on the develop branch for some of the modules don’t work either (at least for Maven) It would be cool if you Ant guys could have a look at the Ant builds, if the following release builds work: - CreateJSExample (Nothing happens at all) - DesktopMap (The app

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

[FlexJS] MXMLFlexJSPublisher cleanup

2016-11-01 Thread Christofer Dutz
Hi, so I cleaned up the MXMLFlexJSPublisher class greatly. Currently I’m trying to figgure out why the release output of 3 modules doesn’t seem to work. The thing is that I never tested the release versions of the original build, so I’ll probably be comparing the new to the old output first.

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

[FlexJS] Panel Broken

2016-11-01 Thread yishayw
I filed a bug: https://issues.apache.org/jira/browse/FLEX-35144 I think it has to do with binding and reflection changes. Maybe we didn't merge them in correctly to refactor-sprite? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Panel-Broken-tp561

[FlexJS] Getting new warnings in ANTLR generation

2016-11-01 Thread Christofer Dutz
Hi, I just noticed that I am getting warnings, that I hadn’t been getting in the past when building the FlexJS compiler: ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-compiler/compiler/src/main/antlr/org/apache/flex/compile