Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Alex Harui
On 11/3/15, 3:43 PM, "Justin Mclean" wrote: >Hi, > >> I am unable to find an event.js in the source package. What folder is >>it >> in? > >./externs/GCL/src/goog/events.as but the same would apply to any file >under /externs/GCL. > >> The LICENSE file should include the text: >> "The .as files

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Alex Harui
On 11/3/15, 3:48 PM, "Justin Mclean" wrote: >Hi, > >While I can compile the code I'm getting the some test failing. Is this >the same for anyone else? Is it expected? > >ant compiler.jx.tests > > [junit] function int() {} >[junit] ^ >[junit] >[junit] Nov 04, 2015 10:44:39

Re: [DISCUSS] Discuss Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Alex Harui
On 11/3/15, 8:46 PM, "Justin Mclean" wrote: >Hi, > >I’m still unable to compile from source and get this error. I’m trying to >compile FlexJS with the Falcon 0.5 RC. > >compile: > [echo] Compiling libs/Core.swc > [echo] FLEX_HOME: >/Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-

Re: [VOTE] Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, +0 binding. Will change to +1 when I can get the source release to compile and test it. [1] For the source I checked: - hashes and signatures good - LICENSE OK - NOTICE OK - No unexpected binaries - All source files have headers - unable to compile from source Are we the "original software

Re: [DISCUSS] Discuss Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, I’m still unable to compile from source and get this error. I’m trying to compile FlexJS with the Falcon 0.5 RC. compile: [echo] Compiling libs/Core.swc [echo] FLEX_HOME: /Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.5.0-src [echo] FALCON_HOME: /Users/justi

Re: [DISCUSS] Discuss Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, > D:\PortableDev\FlexJS\frameworks\projects\Core\as\tests\build.xml:150: > java.util > .concurrent.ExecutionException: Socket timeout waiting for flexunit report >at java.util.concurrent.FutureTask.report(FutureTask.java:122) >at java.util.concurrent.FutureTask.get(FutureTask.j

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, -1 binding, willing to change if NOTICE/LICENSE issues and font jar issues are resolved via discussion. Other PMC members can vote +1 and make this a release as only 3 +1 votes are required to make a release (as long as there's more +1s than -1s). I’d suggest we don’t release the binary ei

Re: [DISCUSS] Discuss Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Mark Kessler
Having building FlexJS source. Keep getting this timeout. BUILD FAILED D:\PortableDev\FlexJS\build.xml:431: The following error occurred while executin g this line: D:\PortableDev\FlexJS\frameworks\build.xml:79: The following error occurred whil e executing this line: D:\PortableDev\FlexJS\framew

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, While I can compile the code I'm getting the some test failing. Is this the same for anyone else? Is it expected? ant compiler.jx.tests [junit] function int() {} [junit] ^ [junit] [junit] Nov 04, 2015 10:44:39 AM com.google.javascript.jscomp.LoggerErrorManager printl

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, > I am unable to find an event.js in the source package. What folder is it > in? ./externs/GCL/src/goog/events.as but the same would apply to any file under /externs/GCL. > The LICENSE file should include the text: > "The .as files in externs/GCL/src were hand-ported from the Google > Clos

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Alex Harui
On 11/3/15, 3:08 PM, "Justin Mclean" wrote: >Hi, > >> Which file did you mean by “creates js”? > >Sorry I meant event.js. I am unable to find an event.js in the source package. What folder is it in? > >> The link you posted is not part of the “Externs for Common Libraries”. >> It is part of

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, > Which file did you mean by “creates js”? Sorry I meant event.js. > The link you posted is not part of the “Externs for Common Libraries”. > It is part of the actual implementation of Google Closure. Externs are > sort of like header files. The question is does Google own copyright or no

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Alex Harui
On 11/3/15, 2:39 PM, "Justin Mclean" wrote: >Hi, > >Just taking a look at the LICENSE file. > >It contains this: >The Google Closure Library Externs For Common Libraries are available >under Apache License 2.0. For details see the externs folder. > >Taking a look at this GCL file: >https://gi

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, Just taking a look at the LICENSE file. It contains this: The Google Closure Library Externs For Common Libraries are available under Apache License 2.0. For details see the externs folder. Taking a look at this GCL file: https://github.com/google/closure-library/blob/master/closure/goog/

Re: [FLEXJS] vector error

2015-11-03 Thread Harbs
I will try to do this tomorrow. I spent a good chunk of my day today trying to fix a broken website… :-( On Nov 3, 2015, at 9:18 PM, Alex Harui wrote: > If you can find time to run the approval > scripts and vote on the current RC we can get 0.5.0 out the door.

Re: [FLEXJS] vector error

2015-11-03 Thread Alex Harui
On 11/3/15, 11:03 AM, "Harbs" wrote: >I was not aware the global Vector function existed. Interesting! > >Yes. I do think that this should be pushed for the next release unless >more issues pop up. I did not really understand your proposal of >swappable emulations, so I cannot comment on that.

Re: [FLEXJS] vector error

2015-11-03 Thread Harbs
I was not aware the global Vector function existed. Interesting! Yes. I do think that this should be pushed for the next release unless more issues pop up. I did not really understand your proposal of swappable emulations, so I cannot comment on that. Harbs On Nov 3, 2015, at 6:13 PM, Alex Har

[FLEXJS] Re: vector error

2015-11-03 Thread Alex Harui
Added subject tag. Lizhi is correct. I don’t think we realized the Vector global function had different behavior than the Array global function. It opens a question about whether the compiler should generate the “correct” code or whether Vector should be implemented in the framework in a way tha

Re: vector error

2015-11-03 Thread Jack Freudenheim
unsubscribe On 11/3/15 2:28 AM, Alex Harui wrote: What output are you getting and what error occurs? -Alex On 11/2/15, 10:39 PM, "lizhi" wrote: in as3. new Vector.<*>([1,1,1]); not the same Vector.<*>([1,1,1]); pls try -- View this message in context: http://apache-flex-development.2333

Re: vector error

2015-11-03 Thread Harbs
I think you need “new”… On Nov 3, 2015, at 9:55 AM, lizhi wrote: > var vec:Vector. = Vector.([1, 2, 3]); > alert(vec.length); > I need 3,but get 0 > > > > > -- Original -- > From: "Alex Harui [via Apache Flex > Development]"; > Date: 2015年11月3日(星期二) 下午3:41

回复: vector error

2015-11-03 Thread lizhi
yes.in swf it is length 3,but in flexjs,it is length 1 -- 原始邮件 -- 发件人: "Deepak MS [via Apache Flex Development]"; 发送时间: 2015年11月3日(星期二) 下午4:24 收件人: "lizhi"; 主题: Re: vector error I tried that and it seems to work fine without any error: http://pasteboard.c

Re: vector error

2015-11-03 Thread lizhi
var vec:Vector. = Vector.([1, 2, 3]); alert(vec.length); I need 3,but get 0 -- Original -- From: "Alex Harui [via Apache Flex Development]"; Date: 2015年11月3日(星期二) 下午3:41 To: "lizhi"; Subject: Re: vector error What output are you getting and what error oc

Re: vector error

2015-11-03 Thread Deepak MS
I tried that and it seems to work fine without any error: http://pasteboard.co/1R8mV6A1.png Version I am using is Flex 4.14.1 FP 17.0 AIR 18.0 On Tue, Nov 3, 2015 at 9:11 AM, lizhi wrote: > var arr:Vector.=Vector.([1,1,1]); > just try this line > > > > > -- Original -