Re: [Falcon] compiling mx.swc

2013-09-13 Thread Erik de Bruin
I've updated the Falcon Jenkins job, it now archives the artifacts. You can always get the latest and greatest from here: https://builds.apache.org/job/flex-falcon/lastSuccessfulBuild/artifact/compiler/commandline/ EdB On Fri, Sep 13, 2013 at 12:07 AM, Justin Mclean wrote: > HI, > >> BTW, are

Re: [Falcon] compiling mx.swc

2013-09-12 Thread Justin Mclean
HI, > BTW, are there plans to make Falcon nightly builds available? I could try > to compile our large app and report issues. It's available here: https://builds.apache.org/job/flex-falcon/ws/compiler/commandline/ Thanks, Justin

Re: [Falcon] compiling mx.swc

2013-09-12 Thread João Fernandes
Go for it, clearly it won't be the last error of this kind and glad that Falcon is stricter than mxmlc. BTW, are there plans to make Falcon nightly builds available? I could try to compile our large app and report issues. On 12 September 2013 15:49, Erik de Bruin wrote: > Hi, > > While trying

[Falcon] compiling mx.swc

2013-09-12 Thread Erik de Bruin
Hi, While trying to get the mx components to compile using Falcon, I ran into this error: In List.as, line 1515 reads 'rowInfo.pop()', where rowInfo is an Array defined in ListBase.as. Falcon complains "call to possibly undefined method 'pop'". Further investigation shows that the problem comes f