Re: [FALCON] Large App Compiles and Starts

2013-10-08 Thread Cosma Colanicchia
Nice job! I Look forward to start using it for my daily work. 2013/10/9 Alex Harui > I checked in a bunch of fixes to Falcon to get a large 20MB SWF to compile > and get to its first screen. I'm sure there are more bugs to fix if I used > that SWF, but I'm going to stop there for a bit and wor

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

2013-10-08 Thread OmPrakash Muppirala
On Tue, Oct 8, 2013 at 11:25 PM, Justin Mclean wrote: > Hi, > > Can someone do a git status on the VM and check that the develop branch is > where is suppose to be - perhaps something got out of sync? > > Justin Erik, holler if you are around. I dont want to boot you out. If not I will log in

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

2013-10-08 Thread Justin Mclean
Hi, Is the testing VM using the master or develop branch of TLF? Justin

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

2013-10-08 Thread Justin Mclean
Hi, Can someone do a git status on the VM and check that the develop branch is where is suppose to be - perhaps something got out of sync? Justin

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

2013-10-08 Thread Justin Mclean
Hi, > I think the other errors were related to SplitViewNavigators - which is > mobile only. I forgot it was a different set of tests. But I've run them locally here and they pass fine as do the FTETextField tests, so I think something is up. Justin

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

2013-10-08 Thread OmPrakash Muppirala
On Tue, Oct 8, 2013 at 11:13 PM, Justin Mclean wrote: > Hi, > > And what's happened to the other errors? Seem there something a bit odd > going on to me. > > justin I think the other errors were related to SplitViewNavigators - which is mobile only. Are we missing anything else? Thanks, Om

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

2013-10-08 Thread Justin Mclean
Hi, And what's happened to the other errors? Seem there something a bit odd going on to me. justin

[FALCON] Large App Compiles and Starts

2013-10-08 Thread Alex Harui
I checked in a bunch of fixes to Falcon to get a large 20MB SWF to compile and get to its first screen. I'm sure there are more bugs to fix if I used that SWF, but I'm going to stop there for a bit and work on other issues. The Ant script that builds all of this code (several SWCs then one big

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

2013-10-08 Thread Erik de Bruin
Interesting... The revert of FTETextField doesn't seem to have solved the failing of the FTETextField text. And this run of Mustella decided to throw in a D&D failure as well, but that occasionally seems to happen, so that isn't reason for immediate worry. However, with failing Mustella tests, we

Re: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Paul Hastings
On 10/9/2013 7:04 AM, Michael A. Labriola wrote: Besides of the "Date without time" issue, there is also the issue handling regular Date+Time in different TZ. That's a lot more difficult, especially, as you mention because of DST as it requires data tables to make those decisions historically.

RE: FlexUnit - code coverage pull request

2013-10-08 Thread Alex Harui
If the patch is small, they should just submit the patch in a JIRA and an ICLA is not required. -Alex From: Michael A. Labriola [labri...@digitalprimates.net] Sent: Tuesday, October 08, 2013 6:41 PM To: dev@flex.apache.org Subject: RE: FlexUnit - code cove

Re: Build failed in Jenkins: flex-sdk_mustella-mobile #296

2013-10-08 Thread Justin Mclean
Hi, I've run the tests a couple of times here (on OSX) and there's no issues. Any ideas? Run: ./mini_run.sh -mobile tests/mobile/SplitViewNavigator Result: [java] [java] = [java] Passes: 51 [java] Fails: 0 [j

RE: FlexUnit - code coverage pull request

2013-10-08 Thread Michael A. Labriola
>I guess the first thing to sort out would be who actually wrote the code in >that pull request (it's unclear to me) and have they all signed an ICLA? They have not yet. That was actually the origin of my previous comment on wondering if I can take the github repo and site offline and start redi

Re: FlexUnit - code coverage pull request

2013-10-08 Thread Justin Mclean
Hi, I guess the first thing to sort out would be who actually wrote the code in that pull request (it's unclear to me) and have they all signed an ICLA? Anyone know? Thanks, Justin

Re: Web Tier Compiler

2013-10-08 Thread Nick Collins
I'm assuming the web tier compiler is the one where we can load an MXML file from the server much like one would load a JSP and it will compile the app on first request and return the SWF? I personally don't have a need for that, but others may. I'd rather push through the current BlazeDS then work

FlexUnit - code coverage pull request

2013-10-08 Thread Justin Mclean
Hi, Flex Unit with code coverage pull request: https://github.com/flexunit/flexunit/pull/14 Is Flex unit in a state where we can apply pull requests like this? Thanks, Justin

RE: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Michael A. Labriola
>What about them? For Doug and Mike, was it really easier to do custom AMF and >timezone math vs just creating a custom DateWithoutTime class and transfer the >Date portion to/from the Date values in the components? It wasn't an OR for us but an AND. In some cases where we couldn't use a compl

Re: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Justin Mclean
Hi, > Besides of the "Date without time" issue, there is also the issue handling > regular Date+Time in different TZ. And don't forgot the daylight savings time "feature", this comes up again and again in Adobe's JIRA over the years. Thanks, Justin

RE: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Michael A. Labriola
>Besides of the "Date without time" issue, there is also the issue handling >regular Date+Time in different TZ. That's a lot more difficult, especially, as you mention because of DST as it requires data tables to make those decisions historically. I think the only way you can achieve this is c

RE: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Maurice Amsellem
Hi, Besides of the "Date without time" issue, there is also the issue handling regular Date+Time in different TZ. The requirement is to be able to do Math on Date+Time locally (not on the java side) that is TZ aware, and manage DST properly. I spent several months working on it and from what I un

RE: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Alex Harui
What about them? For Doug and Mike, was it really easier to do custom AMF and timezone math vs just creating a custom DateWithoutTime class and transfer the Date portion to/from the Date values in the components? -Alex From: Cosma Colanicchia [cosma...@

RE: Build failed in Jenkins: flex-sdk_mustella-mobile #296

2013-10-08 Thread Alex Harui
Maybe. Like there is an AnimationTarget.as in both experimental/src/spark/components/supportClazzes and one in spark/src/spark/components/supportClasses. Maybe the two AnimationTarget's or other class collisions weren't merged properly and something broke. -Alex __

Re: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Cosma Colanicchia
What about current SDK methods and componente that require Date objects? (e.g. DateField, formatters, validators...) Il 08/ott/2013 22:22 "Doug McCune" ha scritto: > > In all of our code for applications requiring this feature, we > > specifically handle the serialization/deserialization manually

Re: Someone on Windows or Mac

2013-10-08 Thread Justin Mclean
Hi, On OSX this passes for me: ./mini_run.sh tests/gumbo/components/DataGrid Thanks, Justin

Re: Someone on Windows or Mac

2013-10-08 Thread OmPrakash Muppirala
On Tue, Oct 8, 2013 at 1:43 PM, Tom Chiverton wrote: > Could someone on Windows or Mac check the test file on > https://issues.apache.org/jira/browse/FLEX-33654 against a fresh develop > build > (or the next nightly) for me ? My Windows VM hasn't got enough RAM :-/ > I can test it with the next

Someone on Windows or Mac

2013-10-08 Thread Tom Chiverton
Could someone on Windows or Mac check the test file on https://issues.apache.org/jira/browse/FLEX-33654 against a fresh develop build (or the next nightly) for me ? My Windows VM hasn't got enough RAM :-/ Checkin tests run fine (up to the issue in another thread) and Mustella is grinding away,

Re: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Doug McCune
> In all of our code for applications requiring this feature, we > specifically handle the serialization/deserialization manually. If one > takes pains to store all of their Dates in UTC at 00:00:00, then you can do > the math whenever you serialize or deserialize to look at the timezone > offset a

Re: Installer fails to download nightly builds

2013-10-08 Thread OmPrakash Muppirala
On Tue, Oct 8, 2013 at 11:38 AM, Erik de Bruin wrote: > No, wait! I object! > > Too late, just fixed it. You dint object soon enough ;-) > :-P > > EdB > > > > On Tue, Oct 8, 2013 at 8:31 PM, OmPrakash Muppirala > wrote: > > On Tue, Oct 8, 2013 at 4:01 AM, João Fernandes < > > joaopedromartins

Re: Installer fails to download nightly builds

2013-10-08 Thread Erik de Bruin
No, wait! I object! :-P EdB On Tue, Oct 8, 2013 at 8:31 PM, OmPrakash Muppirala wrote: > On Tue, Oct 8, 2013 at 4:01 AM, João Fernandes < > joaopedromartinsfernan...@gmail.com> wrote: > >> Hi, does anyone know why the installer is failing when trying to download >> the nightly builds? >> 4.10

Re: Installer fails to download nightly builds

2013-10-08 Thread OmPrakash Muppirala
On Tue, Oct 8, 2013 at 4:01 AM, João Fernandes < joaopedromartinsfernan...@gmail.com> wrote: > Hi, does anyone know why the installer is failing when trying to download > the nightly builds? > 4.10 works fine. > > Looks like the nightly builds have finally been renamed to 4.11. I will need to upd

Re: Build failed in Jenkins: flex-sdk_mustella-mobile #296

2013-10-08 Thread Erik de Bruin
Someone killed "SplitViewNavigator"? EdB On Tue, Oct 8, 2013 at 7:54 PM, wrote: > See > > Changes: > > [jmclean] Renamed supportClazzes package to be called supoortClasses > > [jmclean] Renamed supportClazzes package to be calle

Re: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Alex Harui
On 10/8/13 10:20 AM, "labri...@digitalprimates.net" wrote: >Happy to talk about this at length if it helps. Do you ever not talk about stuff "at length"? Just kidding ;-) >I spent a whole lot of time working on this issue and working with >Adobe's i18n team on possible solutions. A lot of bi

Jenkins reply-to emails

2013-10-08 Thread OmPrakash Muppirala
Can we change the 'reply-to' settings for these emails? By default ' comm...@flex.apache.org' gets added which triggers the email filters. As a result these replies to commit emails get buried under a ton of build broken/back to normal emails. Thanks, Om On Tue, Oct 8, 2013 at 9:52 AM, Erik de

RE: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Michael A. Labriola
>This topic seems to come up repeatedly. I don't know what anyone on the >runtime team tried or why Labriola didn't like it, and I'm no expert on the >topic, but maybe we can collect some information in this thread that will help >create a solution. They created a SimpleDate class which extend

Re: Web Tier Compiler

2013-10-08 Thread OmPrakash Muppirala
On Oct 8, 2013 9:43 AM, "Alex Harui" wrote: > > In the BlazeDS audit, it was discovered that the Web Tier Compiler is not donated to Apache. Is anybody actually using it? If so, I will look into donating it, but don't reflexively say yes since working on that donation will delay some FlexJS work

Re: Jenkins build is back to normal : flex-sdk_mustella #459

2013-10-08 Thread Erik de Bruin
The build is back to "normal", so that milestone towards an RC can be checked off. EdB On Tue, Oct 8, 2013 at 5:52 PM, wrote: > See > -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.

Web Tier Compiler

2013-10-08 Thread Alex Harui
In the BlazeDS audit, it was discovered that the Web Tier Compiler is not donated to Apache. Is anybody actually using it? If so, I will look into donating it, but don't reflexively say yes since working on that donation will delay some FlexJS work. -Alex

Re: Squiggly Library

2013-10-08 Thread Alex Harui
On 10/8/13 3:52 AM, "John Cunliffe" wrote: >My client is very interested in implementing a spell checking solution for >our German Flex-based product. Since Squigly doesn't support German yet >and >crashes when using German Hunspell dictionaries in some internal * >SquiglyEngine.as*, we have an

Re: Debugging basic tests crash

2013-10-08 Thread Alex Harui
On 10/8/13 1:59 AM, "Tom Chiverton" wrote: >On 08/10/2013 09:53, Justin Mclean wrote: >> May be a bug in the Linux player. >As there are going to be approximately zero further updates to Flash on >Linux (and definitely none for the standalone player) should we codify >this difference into the t

Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Alex Harui
This topic seems to come up repeatedly. I don't know what anyone on the runtime team tried or why Labriola didn't like it, and I'm no expert on the topic, but maybe we can collect some information in this thread that will help create a solution. The basic goal, as I understand it, is to have a w

Re: Git develop repo mistake

2013-10-08 Thread Justin Mclean
HI, Should be fine now - if you see any issues just tell me. Thanks, Justin

FlexUnit Repo and WebSite

2013-10-08 Thread Michael A. Labriola
A while back I asked if I could take down the FlexUnit repo and website. At the time I was asked to wait until progress had been made here. Any chance we are ready now as I am receiving patches on the FlexUnit github account and then need to ask the people who already donated their time to now r

RE: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting

2013-10-08 Thread Michael A. Labriola
>this is a new feature request to have timeless date for Flash Player and >blazeDS. > can you please join the vote to make this high priority for Adobe to > implement it? Several years ago, (June of 2011) Adobe did at least a test implementation of such a feature (although I was not particularl

RE: Git develop repo mistake

2013-10-08 Thread Maurice Amsellem
Good luck. -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mardi 8 octobre 2013 16:13 À : dev@flex.apache.org Objet : Git develop repo mistake Hi, Sorry just did something silly with git and merged 4.10.0 rather than 4.11.0 brach - just trying to fix.

Git develop repo mistake

2013-10-08 Thread Justin Mclean
Hi, Sorry just did something silly with git and merged 4.10.0 rather than 4.11.0 brach - just trying to fix. Justin

RE: Issue with 4.11 Mobile Projects on FB 4.7 (solved)

2013-10-08 Thread Maurice Amsellem
Ok, figured out the cause of the issue: Experimental-mobile-manifest.xml entries looks like : Instead of : ie the id is missing, which is according to Adobe documentation, perfectly legal, when the unqualified class name matches the id. http://livedocs.adobe.com/flex/3/html/help.html?c

Re: Case error in experimental build ?

2013-10-08 Thread Tom Chiverton
Develop, see about 15 hours ago at https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=shortlog;h=refs/heads/develop Tom On 08/10/2013 13:10, Justin Mclean wrote: Hi, I've pushed my changes. I'm not seeing those changes in git - what branch did you push them to? Thanks,

Re: Case error in experimental build ?

2013-10-08 Thread Justin Mclean
Hi, > I've pushed my changes. I'm not seeing those changes in git - what branch did you push them to? Thanks, Justin

Issue with 4.11 Mobile Projects on FB 4.7

2013-10-08 Thread Maurice Amsellem
Hi, two things: 1) two manifest files are missing in airmobile-config.xml apache-manifest.xml experimental-mobile-manifest.xml - Apache-manifest could be useful in mobile projects (VectorList, VectorCollection etc...) - Experimental-Mobile-Manifest is required for t

FW: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting

2013-10-08 Thread Jack Yu
Hi, this is a new feature request to have timeless date for Flash Player and blazeDS. can you please join the vote to make this high priority for Adobe to implement it? This will greatly benefit everyone when you need to maintain date without time zone offset by BlazeDS and Flash Pla

Installer fails to download nightly builds

2013-10-08 Thread João Fernandes
Hi, does anyone know why the installer is failing when trying to download the nightly builds? 4.10 works fine. -- João Fernandes

Re: Squiggly Library

2013-10-08 Thread John Cunliffe
My client is very interested in implementing a spell checking solution for our German Flex-based product. Since Squigly doesn't support German yet and crashes when using German Hunspell dictionaries in some internal * SquiglyEngine.as*, we have an interest to advance Squigly for ourselves, but will

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Cosma Colanicchia
(I've seen now the previous message from Tom about FLEX-33654, thank you) 2013/10/8 Cosma Colanicchia > Any chances for FLEX-33772 and FLEX-33654? > > Thanks, > Cosma > > > 2013/10/8 Maurice Amsellem > >> Hi, I just pushed the merged Callout / CalloutButton into develop. >> >> Would be nice to

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Cosma Colanicchia
Any chances for FLEX-33772 and FLEX-33654? Thanks, Cosma 2013/10/8 Maurice Amsellem > Hi, I just pushed the merged Callout / CalloutButton into develop. > > Would be nice to have it in the release, if someone can review the code > and push it to the release. > > Cf. another mail in the ML for

Re: Debugging basic tests crash

2013-10-08 Thread Tom Chiverton
On 08/10/2013 09:53, Justin Mclean wrote: May be a bug in the Linux player. As there are going to be approximately zero further updates to Flash on Linux (and definitely none for the standalone player) should we codify this difference into the test then ? Tom

Re: Debugging basic tests crash

2013-10-08 Thread Justin Mclean
Hi, You can see the sort order is different : cote,côte,coté,côté != cote,coté,côte,côté May be a bug in the Linux player. Justin

RE: Apache Flex 4.11 release candidate

2013-10-08 Thread Maurice Amsellem
Hi, I just pushed the merged Callout / CalloutButton into develop. Would be nice to have it in the release, if someone can review the code and push it to the release. Cf. another mail in the ML for details. Maurice -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl]

Spark Callout

2013-10-08 Thread Maurice Amsellem
Hi, I have pushed Callout and CalloutButton to develop. For me, it's ok . Can someone review the code ? BTW, I have enabled the dormant "borderThickness" and "borderColor" code in CalloutSkin, by adding them as new Styles to Callout. By default, the desktop Callout skin now has a 1pix black bord

Re: Debugging basic tests crash

2013-10-08 Thread Tom Chiverton
On 07/10/2013 22:50, Justin Mclean wrote: https://issues.apache.org/jira/browse/FLEX-33529 Ah ha, awesome. So if the tests had failed, there would be some sort of different output ? Or do I have to look at the last few lines of the Player's log ? Tom

Re: Debugging basic tests crash

2013-10-08 Thread Tom Chiverton
On 07/10/2013 22:46, OmPrakash Muppirala wrote: We should probably test with FP 11.2 on Linux as well. This is the latest 11.2 'projector debugger' :-) Tom

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Erik de Bruin
No, we're about 2 hrs into the first full run since the FTETextField revert. So we're at least 10 hrs out from a complete run. EdB On Tue, Oct 8, 2013 at 10:00 AM, Tom Chiverton wrote: > On 08/10/2013 07:49, Justin Mclean wrote: >> >> Hi, >> >> Once the Linux complication issue is fixed (fix t

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Tom Chiverton
On 08/10/2013 07:49, Justin Mclean wrote: Hi, Once the Linux complication issue is fixed (fix to experimental and mobile_experimental), and the Callout code merged I'm going to make a release candidate for Apache Flex 4.11 - any objections? I'd like to land the contributed patch for cut/paste

Re: Case error in experimental build ?

2013-10-08 Thread Tom Chiverton
On 08/10/2013 01:05, Justin Mclean wrote: Assume you know but both experimental and experimental_mobile need to change. Guess what the next part to fail was :-) I've pushed my changes. Tom

Re: Squiggly Library

2013-10-08 Thread Tom Chiverton
On 07/10/2013 15:58, Mark Fuqua wrote: could be an attribute of textArea? It might be a lot to bring in, especially once you factor in the dictionaries. Why not subclass ? Tom

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Justin Mclean
Hi, > A full, passing run seems like a minimal requirement for building an RC. Which I believe we currently have - am I mistaken? Thanks, Justin

Re: App icon bug with ios 7

2013-10-08 Thread Rami Tarabay
Has anyone been facing this issue ? On Mon, Sep 23, 2013 at 9:48 PM, OmPrakash Muppirala wrote: > On Mon, Sep 23, 2013 at 9:39 AM, Nick Collins wrote: > > > This is probably more of an AIR SDK issue than a Flex SDK issue. Adobe is > > adding iOS 7 support to AIR 3.9. > > > > To add to that, thi

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Erik de Bruin
A full, passing run seems like a minimal requirement for building an RC. EdB On Tue, Oct 8, 2013 at 9:34 AM, Justin Mclean wrote: > Hi, > >> Just wondering, did we have a full Mustella run after switching to osmf >> 2.0? Do we even have any tests in this area? > I'll wait for a full run, the

Re: Quetwo: please fix recent commit

2013-10-08 Thread Erik de Bruin
The VM is running 11.1, 11.7, 11.8 and 11.9. I'll look into getting everyone access to Jenkins on the VM, but currently I don't have the cycles to get that done "soon". EdB On Tue, Oct 8, 2013 at 7:00 AM, OmPrakash Muppirala wrote: > On Oct 7, 2013 9:45 PM, "Nicholas Kwiatkowski" wrote: >> >

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Justin Mclean
Hi, > Just wondering, did we have a full Mustella run after switching to osmf > 2.0? Do we even have any tests in this area? I'll wait for a full run, there are tests for VideoDisplay etc but they are disable on OSX (not sure why btw), not checked on windows. Thanks, Justin

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread OmPrakash Muppirala
On Oct 7, 2013 11:50 PM, "Justin Mclean" wrote: > > Hi, > > Once the Linux complication issue is fixed (fix to experimental and mobile_experimental), and the Callout code merged I'm going to make a release candidate for Apache Flex 4.11 - any objections? Just wondering, did we have a full Mustell

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread ayo
Not from me. Bien joue!! aYo mrbinitie.blogspot.com From: Justin Mclean Sent: ‎Tuesday‎, ‎8‎ ‎October‎ ‎2013 ‎07‎:‎49 To: dev@flex.apache.org Hi, Once the Linux complication issue is fixed (fix to experimental and mobile_experimental), and the Callout code merged I'm going to make a releas