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: AW: [ASJS] Merging to Maven

2016-04-30 Thread Alex Harui
On 4/30/16, 12:41 AM, "Christofer Dutz" wrote: >Ok ... so I'll continue on develop? >No problem :-) Yes, unless it is a big disruptive change that will break the Ant build and take me a while to fix. -Alex

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

2016-04-30 Thread Christofer Dutz
27 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: [ASJS] Merging to Maven On 4/29/16, 2:45 AM, "Christofer Dutz" wrote: > >Ok ... so it turned out that it wasn't quite that easy ... > >While Core now builds nicely I had problems with all of the others. Till >I notice

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

2016-04-30 Thread Christofer Dutz
Ok ... so I'll continue on develop? No problem :-) Chris Von: Alex Harui Gesendet: Samstag, 30. April 2016 07:26:32 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: AW: [ASJS] Merging to Maven I am going to merge to develop. The changes to

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

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

2016-04-29 Thread Christofer Dutz
effinitely have to fix this. Chris Von: Alex Harui Gesendet: Freitag, 29. April 2016 17:03:27 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: [ASJS] Merging to Maven On 4/29/16, 2:45 AM, "Christofer Dutz" wrote: > >Ok ... so it turned out that it wasn't q

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

2016-04-29 Thread Alex Harui
On 4/29/16, 2:45 AM, "Christofer Dutz" wrote: > >Ok ... so it turned out that it wasn't quite that easy ... > >While Core now builds nicely I had problems with all of the others. Till >I noticed that I don't have to reference Core in frameworks, but Core in >externs ... So it seems each project

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

2016-04-29 Thread Christofer Dutz
8. April 2016 22:16:05 An: dev@flex.apache.org Betreff: AW: AW: AW: AW: [ASJS] Merging to Maven Now that I was able to do it for one module, I'll be quite fast with the rest, I guess :-) Hopefully I'll manage tomorrow. Then I have one week to finish my Robot, prepare 2 T

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

2016-04-28 Thread Christofer Dutz
28. April 2016 22:13:22 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: [ASJS] Merging to Maven On 4/28/16, 1:09 PM, "Christofer Dutz" wrote: >Ok ... I think I found the problem :-) > >I always thought that using falcon.jx for compiling the js and the as ... >So I was doing

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

2016-04-28 Thread Alex Harui
On 4/28/16, 1:09 PM, "Christofer Dutz" wrote: >Ok ... I think I found the problem :-) > >I always thought that using falcon.jx for compiling the js and the as ... >So I was doing the following: >- Use falcon.jx jar with output FlexJS to compile the AS+JS mix to JS >files >- Use falcon.jx jar wi

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

2016-04-28 Thread Christofer Dutz
your fingers crossed :-) Chris Von: Christofer Dutz Gesendet: Donnerstag, 28. April 2016 21:46:45 An: dev@flex.apache.org Betreff: AW: AW: AW: [ASJS] Merging to Maven Hi Alex, Ups. ... Sorry for the full path. You can replace the paths in external library

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

2016-04-28 Thread Christofer Dutz
.org Betreff: Re: AW: AW: [ASJS] Merging to Maven On 4/28/16, 6:43 AM, "Christofer Dutz" wrote: > >From looking at the ant build, I am using compcjs with output FLEXJS to >generate the JavaScript, but not to compile the ActionScript and pack in >the generated JavaScript.

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

2016-04-28 Thread Alex Harui
On 4/28/16, 6:43 AM, "Christofer Dutz" wrote: > >From looking at the ant build, I am using compcjs with output FLEXJS to >generate the JavaScript, but not to compile the ActionScript and pack in >the generated JavaScript. What output type to I have to declare for the >AS compilation? The compc

AW: AW: [ASJS] Merging to Maven

2016-04-28 Thread Christofer Dutz
>From looking at the ant build, I am using compcjs with output FLEXJS to >generate the JavaScript, but not to compile the ActionScript and pack in the >generated JavaScript. What output type to I have to declare for the AS >compilation? Chris Von: Alex