Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-16 Thread Alex Harui
On 2/15/16, 11:44 PM, "Harbs" wrote: >I would definitely work on this if I knew how. My level of expertise >using ant is about good enough to look at a build file and get a general >idea of how it works. Before Flex came to Apache, I didn't know much about Ant either. We had folks who did tha

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-16 Thread Alex Harui
On 2/15/16, 5:17 PM, "jude" wrote: >some ideas: the first time I used ant I loved it but as soon as i asked it >to do anything complex it became a major pain, imo. > >when I was helping harbs with TLF it took me a week and a lot of patience >to get it setup. > >I understand why there are build

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-16 Thread Harbs
Point taken. I’ll spend some time today and see if I can figure it out. If I have trouble, I might come back and ask you for help… ;-) On Feb 16, 2016, at 10:16 AM, Alex Harui wrote: > > > On 2/15/16, 11:44 PM, "Harbs" wrote: > >> I would definitely work on this if I knew how. My level of

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-16 Thread Alex Harui
On 2/15/16, 2:38 PM, "Alex Harui" wrote: >I have not seen anyone offer to make a fix. I am mostly done with a >change. Hopefully it will go in tonight. > OK, I pushed changes to flex-falcon and flex-asjs. In each of flex-falcon, flex-sdk and flex-asjs, set up an env.properties file by copyin

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-16 Thread Harbs
Thanks for that. I’ll give it a go. If it does not work, I’ll try and figure out why without “complaining” first… ;-) On Feb 16, 2016, at 10:32 AM, Alex Harui wrote: > > > On 2/15/16, 2:38 PM, "Alex Harui" wrote: > >> I have not seen anyone offer to make a fix. I am mostly done with a >> c

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-16 Thread Alex Harui
On 2/16/16, 12:29 AM, "Harbs" wrote: >Point taken. > >I’ll spend some time today and see if I can figure it out. If I have >trouble, I might come back and ask you for help… ;-) Well, try the latest changes in the post I just sent. You and others are always welcome to ask for help, but please

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-16 Thread Harbs
It looks improved to me. I still needed to add the unittest.properties file, but that’s fine. I now seem to be getting stuck on externs. I’m trying to figure out what’s not set up properly on my machine, but if anyone has pointers please pipe up. externc.js.swc: [java] Feb 16, 2016 11:05:2

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-16 Thread Harbs
The error definitely makes sense because I don’t see Window and Console defined anywhere. I’m having trouble finding what created the constant files. I tried removing the externs folder from the js folder in the hope that it would be re-created (hopefully in a better fashion), but I get an error

Re: [FALCONJX]Compiling Falcon with externs problems

2016-02-16 Thread Harbs
Renaming this because this has nothing to do with XML. I’ve been trying various things related to the externs and nothing I’m doing seems to be right. 1. Running it with all my existing externs files causes an error that Window and Console are undefined. 2. Removing the js externs files causes

Re: [FALCONJX]Compiling Falcon with externs problems

2016-02-16 Thread Harbs
OK. It looks like my problem was due to some outdated files from previous compilations. I completely removed the flex-falcon folder and checked out a fresh copy of the repo, and my problems seem to have gone away. I just got a successful build of falcon! :-) Trying to compile asjs now… On Fe

Re: [FALCONJX]Compiling Falcon with externs problems

2016-02-16 Thread Harbs
Yay! I got asjs to compile and XML compiles as well. The build failed because of errors, but at least the errors make sense. I can now get back to work. Phew! Thanks Alex for bearing with me… ;-) FWIW, I put together some instructions in a Google Doc with things that tripped me up. I’ll put i

Re: [jira] [Updated] (FLEX-35031) HierarchicalCollectionViewCursor cannot find sealed class instance

2016-02-16 Thread Mihai Chira
Note that some of the unit tests for this ticket and for FLEX-33058 are currently failing. That's known, and it's because the bugs haven't yet been solved. I'm starting to do that tomorrow. On 16 February 2016 at 13:35, Mihai Chira (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse

[FALCONJX][FLEXJS] More XML handling

2016-02-16 Thread Harbs
Starting a new thread because the last one was getting kind of long… I started fixing some of the compile errors in XML, but there are two problems I don’t know what to do with: 1. Object.defineProperty: The compiler is complaining that get and set are not allowed. I’m not sure if I did somethi

Re: [FALCONJX][FLEXJS] More XML handling

2016-02-16 Thread Alex Harui
You might try disabling the compile target and only use compile-asjs. It should avoid playerglobal and have fewer conflicts. Please post code snippets for errors you are getting. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Harbs Date: Tue, Feb 16, 2016

Re: [FALCONJX][FLEXJS] More XML handling

2016-02-16 Thread Harbs
I’m done for the day. I fixed most of the errors I understand. If someone could give me direction with these two issues, that would be great. Tomorrow, I plan to fix some of the holes that I left. Once I do that, I am going to see if I can figure out if I can use this to cross-compile some simpl

Re: [FALCONJX][FLEXJS] More XML handling

2016-02-16 Thread Alex Harui
If you have committed everything I will take a look later. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Harbs Date: Tue, Feb 16, 2016 1:13 PM To: dev@flex.apache.org; Subject:Re: [FALCONJX][FLEXJS] More XML handling I’m done for the day. I fixed most o

AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-16 Thread Christofer Dutz
Hi, these are exactly the type of problems I was so sick of :-( Probably I was cursed by them more often, cause I didn't update my project that often. How about we do the same update of the directory structure as with some of the ASJS directories in Falcon too? This way we could make sure all g

flexjs eat json tilesets

2016-02-16 Thread lizhi
package { import flash.display.Bitmap;import flash.display.Loader; import flash.display.LoaderInfo; import flash.display.Sprite;import flash.display.StageAlign; import flash.display.StageScaleMode;import flash.events.Event; import flash.geom.Matrix; impor

Re: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-16 Thread Alex Harui
On 2/16/16, 3:01 PM, "Christofer Dutz" wrote: >Hi, > >these are exactly the type of problems I was so sick of :-( Probably I >was cursed by them more often, cause I didn't update my project that >often. How about we do the same update of the directory structure as with >some of the ASJS directo

Re: [FALCONJX]Compiling Falcon with externs problems

2016-02-16 Thread Alex Harui
Glad you got it to work. Somehow, I messed up my Git commands and the env.properties change for flex-falcon got stashed instead of committed. I just pushed It now, so you shouldn't need unittest.properties any more. An env.properties file will override unittest.properties. -Alex On 2/16/16, 4:3