Re: Build failed in Jenkins: flex-sdk_mustella #293

2013-09-06 Thread Erik de Bruin
Don't panic, this is the run with the new beta versions of the FP and AIR. EdB On Sat, Sep 7, 2013 at 1:34 AM, wrote: > See > > Changes: > > [erik] Yeah, even copy-pasting I mess stuff up ;-) So, this should take care > of the latest

Re: Build failed in Jenkins: flex-sdk_mustella #290

2013-09-06 Thread Alex Harui
On 9/6/13 4:29 PM, "Mark Kessler" wrote: >Well I found a better way to check it out if we want to find out when it >first started. Look through the log on the image file. You put the >image >in on 9/5/1012 and it shows correctly... It shows the image without a >line. Carol put in a new ve

Re: Build failed in Jenkins: flex-sdk_mustella #290

2013-09-06 Thread Mark Kessler
Well I found a better way to check it out if we want to find out when it first started. Look through the log on the image file. You put the image in on 9/5/1012 and it shows correctly... It shows the image without a line. Carol put in a new version on 12/21/2012 when she added that huge datag

Re: Build failed in Jenkins: flex-sdk_mustella #290

2013-09-06 Thread Alex Harui
On 9/6/13 3:58 PM, "Mark Kessler" wrote: > >My question would be do the tests no show the image compare failures or >further errors if a previous testID failed higher up in the same file. >Such as [4] which I fixed. Theoretically, the tests continue on unless an exception is thrown, so if the t

Re: Build failed in Jenkins: flex-sdk_mustella #290

2013-09-06 Thread Mark Kessler
The line was in the image for months at least. Not sure why it wasn't found until recently. But [1] and [2] were specifically about the DataGrid itemEditor stopping in weird places while editing after having scrolled. Which to mean would have been caused a line to appear since it would have disp

JavaScript List component for FlexJS

2013-09-06 Thread Peter Ent
Hi, I've just pushed an update to FlexJS that modifies theJavaScript List component such that it uses itemRenderers and closely matches its ActionScript counterpart; the original FlexJS JavaScript List was merely a wrapper for the HTML element. These new changes and additions bring the List co

Re: Build failed in Jenkins: flex-sdk_mustella #290

2013-09-06 Thread Alex Harui
On 9/6/13 1:48 AM, "Mark Kessler" wrote: >Yeah I got the horizontal line myself. I bet that was originally a bug >from before we fixed the scrolling itemEdit issue. The correct image >should not show the line through the box. Hmm. That scrolling position issue wasn't one of the three changes

Re: [Falcon]

2013-09-06 Thread Erik de Bruin
And the second (and last... can it be...) class of errors I get is all of this form: Error: The style 'backgroundAlpha' is only supported by type 'BorderContainer' with the theme(s) 'spark,mobile'. Is this maybe something else that I need to include via an argument or config? EdB On Fri, Sep

Re: [Falcon]

2013-09-06 Thread Alex Harui
I assume this SWF compiles via other means like as an FB project? FB seems to do stuff that makes paths fix up differently than from the command line and have not found a compiler option to make MXMLC work from the commandline. I've seen lots of test cases that work in FB where there's a src/ass

Re: [Falcon]

2013-09-06 Thread Alex Harui
On 9/6/13 9:27 AM, "Erik de Bruin" wrote: >No, that makes sense. I'll see if I can get this to go with the 'old' >compiler first. > >Not being able to compile projects that work fine in FB will >(severely) limit the potential testers pool. I don't have time to >first adopt a project to compile

Re: [Falcon]

2013-09-06 Thread Alex Harui
For the const problem, it makes sense that there is an error so yes, we should change the SDK code. For the mustella problem, if adding the import makes the error go away, then yes, we should add the import. -Alex On 9/6/13 3:14 AM, "Cyrill Zadra" wrote: >Hi Falcon devs :) > >In last days I fo

Re: [Falcon]

2013-09-06 Thread Erik de Bruin
No, that makes sense. I'll see if I can get this to go with the 'old' compiler first. Not being able to compile projects that work fine in FB will (severely) limit the potential testers pool. I don't have time to first adopt a project to compile from the command line with the old compiler and then

Re: [Falcon]

2013-09-06 Thread Erik de Bruin
The 'main' mxml is one level up, in 'src'; the AS class that has the Embeds in it is in the 'application' package. I'm not comparing anything, I'm just trying to get this project to compile from the command line for Falcon testing. I have never done any compilation from the command line - as may b

Re: [Falcon]

2013-09-06 Thread Erik de Bruin
Alex, while on the topic of Falcon: I'm trying to compile a large AIR application which uses embedded media from a path outside the "src" directory. The code is [Embed(source="./packagedMedia/buttons/notes/up.png")] If I throw this at Falcon, it complains: Error: Could not find Embed source './p

Re: [Falcon]

2013-09-06 Thread Alex Harui
On 9/6/13 8:05 AM, "Erik de Bruin" wrote: >Alex, while on the topic of Falcon: I'm trying to compile a large AIR >application which uses embedded media from a path outside the "src" >directory. The code is > >[Embed(source="./packagedMedia/buttons/notes/up.png")] > >If I throw this at Falcon, i

Re: [Falcon]

2013-09-06 Thread Cyrill Zadra
For this I already raised a JIRA - https://issues.apache.org/jira/browse/FLEX-33716 On Fri, Sep 6, 2013 at 7:09 PM, Erik de Bruin wrote: > And the second (and last... can it be...) class of errors I get is all > of this form: > > Error: The style 'backgroundAlpha' is only supported by type > 'Bo

Re: [Falcon]

2013-09-06 Thread Erik de Bruin
+1 on stricter. Constants should be constant ;-) EdB On Fri, Sep 6, 2013 at 12:14 PM, Cyrill Zadra wrote: > Hi Falcon devs :) > > In last days I found few falcon errors and raised JIRA for them. > > There are two which we need to decide if we have to make Falcon less > strict or update code i

[Falcon]

2013-09-06 Thread Cyrill Zadra
Hi Falcon devs :) In last days I found few falcon errors and raised JIRA for them. There are two which we need to decide if we have to make Falcon less strict or update code in SDK and Mustella. https://issues.apache.org/jira/browse/FLEX-33714 https://issues.apache.org/jira/browse/FLEX-33706 I

Re: Build failed in Jenkins: flex-sdk_mustella #290

2013-09-06 Thread Mark Kessler
Yeah I got the horizontal line myself. I bet that was originally a bug from before we fixed the scrolling itemEdit issue. The correct image should not show the line through the box. -Mark On Thu, Sep 5, 2013 at 10:58 PM, Alex Harui wrote: > Ran the tests myself. The bitmap shows a horizonta