Re: [FlexJS]Build failing

2016-05-29 Thread Alex Harui
On 5/29/16, 11:14 PM, "Harbs" wrote: >http://pastebin.com/g2DEfti5 Hmm. I cannot figure out how GCL.SWC gets set to a place inside flex-asjs in your build. Unfortunately, I'm out of time until probably this time tomorrow (US Holiday on Monday). Maybe try verbose mode in Ant? -Alex > >On M

Re: [FlexJS]Build failing

2016-05-29 Thread Harbs
http://pastebin.com/g2DEfti5 On May 30, 2016, at 8:55 AM, Alex Harui wrote: > > > On 5/29/16, 10:47 PM, "Harbs" wrote: > >> It was not set. Is there a new requirement to set it? > > Not that I know of, I just wanted to know if it got set somehow. > > Post the full log somewhere. > > -Alex

Re: [FlexJS]Build failing

2016-05-29 Thread Alex Harui
On 5/29/16, 10:47 PM, "Harbs" wrote: >It was not set. Is there a new requirement to set it? Not that I know of, I just wanted to know if it got set somehow. Post the full log somewhere. -Alex

Re: [FlexJS]Build failing

2016-05-29 Thread Harbs
It was not set. Is there a new requirement to set it? On May 30, 2016, at 8:43 AM, Alex Harui wrote: > What is FALCONJX_HOME? > > On 5/29/16, 10:37 PM, "Harbs" wrote: > >> I did. The problem seems to be that it’s looking for GCL.swc here: >> flex-asjs/externs/GCL/target/GCL.swc >> >> But, I

Re: [FlexJS]Build failing

2016-05-29 Thread Alex Harui
What is FALCONJX_HOME? On 5/29/16, 10:37 PM, "Harbs" wrote: >I did. The problem seems to be that it’s looking for GCL.swc here: >flex-asjs/externs/GCL/target/GCL.swc > >But, I seem to only have it here: >flex-falcon/externs/GCL/target/GCL.swc > >Is this a configuration problem, or is the file no

Re: [FlexJS]Build failing

2016-05-29 Thread Harbs
I did. The problem seems to be that it’s looking for GCL.swc here: flex-asjs/externs/GCL/target/GCL.swc But, I seem to only have it here: flex-falcon/externs/GCL/target/GCL.swc Is this a configuration problem, or is the file not being copied correctly? On May 30, 2016, at 8:34 AM, Alex Harui wr

Re: [FlexJS]Build failing

2016-05-29 Thread Alex Harui
On 5/29/16, 9:34 AM, "Harbs" wrote: > >Is it working for anyone else? The CI builds are ok. Make sure you try the wipe-all on flex-falcon. The externs changed places recently. -Alex

Re: ['FlexJS']Need Info

2016-05-29 Thread Alex Harui
Can you try the nightly build? Use the installer, right-click and choose "Show dev builds" and then choose Apache FlexJS Nightly. I think this issue may be fixed already. -Alex On 5/29/16, 12:26 AM, "benspylee" wrote: >Hello Mr.alex, >Thanks for your response.i have done cmd line comp

Re: git commit: [flex-falcon] [refs/heads/develop] - compiler-jx: static getters and setters use @expose instead of @export because @export does not work in the release build with ADVANCED_OPTIMIZATIO

2016-05-29 Thread Josh Tynjala
Just a simple static getter and setter with a variable can reproduce. private static var _staticProp:String; public static function get staticProp():String { return _staticProp; } public static function set staticProp(value:String):void { _staticProp = value; } MyClass.staticProp = "hel

[FlexJS]Build failing

2016-05-29 Thread Harbs
I’m not able to build FlexJS from the latest code base. I get the following error: compile-js-swc: [echo] Compiling target/CoreJS.swc [echo] FLEX_HOME: /Users/harbs/Documents/ApacheFlex/flex-asjs [echo] FALCON_HOME: /Users/harbs/Documents/ApacheFlex/flex-asjs/../flex-falcon/compile

Re: ['FlexJS']Need Info

2016-05-29 Thread benspylee
Hello Mr.alex, Thanks for your response.i have done cmd line compilation and shared the log file with this.I hope this will give you clear picture of error. Thanks barath ramalingam loginfo.txt -- View this