Re: AW: AW: AW: AW: AW: [ASJS] Merging to Maven

2016-04-30 Thread Alex Harui
On 4/30/16, 5:54 AM, "Christofer Dutz" wrote: >Thinking about it > >if the root of every visible element is >flash.display.DisplayObjectContainer for flash, but >org.apache.flex.core.IUIBase for JavaScript, how about creating a Class >that extends from DisplayObjectContainer and implements

Re: AW: AW: AW: AW: AW: [ASJS] Merging to Maven

2016-04-29 Thread Alex Harui
I am going to merge to develop. The changes to flex-falcon require fiddling with the build.xml files in flex-asjs, which I've already done in maven-migration. If I duplicate some of the changes in develop I might get more merge conflicts on the eventual merge, so I might as well do it now. -Ale

Re: AW: AW: AW: AW: AW: [ASJS] Merging to Maven

2016-04-29 Thread Alex Harui
I just got the flex-asjs build to run in the maven-migration branch. I had to touch the compile-as-config.xml and compile-js-config.xml files. My understanding is that they get copied to the target folder and paths are relative from there, and I saw references to ../src/main/resources which I had

Re: AW: AW: AW: AW: AW: [ASJS] Merging to Maven

2016-04-29 Thread Alex Harui
On 4/29/16, 10:37 AM, "Christofer Dutz" wrote: > >Hi Alex, > >but I sort of get at least 3 runs: >1. Sort of generate JavaScript from the ActionScript >2. Compile the ActionScript and include the JavaScript >3. Compile the extern Yes it should be 3 and no more than 3. > >So in Maven-speak I w