Re: Flex as a Mobile Framework

2013-07-15 Thread Carlos Velasco
If you have time take a look to the Uriana's Mobile Library. It may help in your mobile developments: https://www.assembla.com/spaces/uriana/wiki/Mobile_Library An example of how to use Uriana: https://www.assembla.com/spaces/uriana/wiki/Mobile_Application_Example 2013/7/15 Alex Harui

Apache Flex 4.10 test release

2013-07-15 Thread Justin Mclean
Hi, I've created an Apache Flex test release and just commited it to SVN (a slow process). https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc1/ There was one issue with the build process and TLF_HOME which I fixed. On OSX the build: - Creates source, binary and doc archives. - Check

Re: Apache Flex 4.10 release

2013-07-15 Thread Erik de Bruin
Justin, I'm here and have some time. If you don't have any pressing stuff that you need help with, I'll be adding functionality to the Mustella VM that will allow it to test all suites against both the baseline (11.1 and 3.7) and bleeding edge (11.8 and 3.8). Alex tells me that the latter will

Re: Apache Flex 4.10 test release

2013-07-15 Thread Erik de Bruin
One outstanding question. Do we just use the OSX releases for Linux or try and compile and sign a linux release for the Linux? I think that if we include Linux as an supported (though experimental) platform, we should compile and sign a release. What would we need to make that happen? EdB

Re: Apache Flex 4.10 release

2013-07-15 Thread Justin Mclean
Hi, Alex tells me that the latter will require some fixing of failing bitmap comparisons, but we'll deal with that when it's all set up. Can we have both baseline for 11.1 and 11.8 at the same time I'm sure sure it's set up like that? First step is to see how many tests fail I guess - if

Re: Apache Flex 4.10 release

2013-07-15 Thread Erik de Bruin
I'm working on getting the VM cycle through the various version combinations. So, first run, it'll test 11.1 and 3.7, for all suites and the next run it'll do 11.8 and 3.8, then back to 11.1 and 3.7 etc. etc. Everyone: please let me 'have' the VM today so I can set this up, thanks. EdB On

Re: Apache Flex 4.10 test release

2013-07-15 Thread Tom Chiverton
I'm not going to be able to have another go at compiling it myself directly on Linux till Tuesday... From memory, it hits a bug in the 2.6 AIR SDK. But I think the project would get a lot of positive vibes from the (vocal :-) ) Linux crowd for shipping a Linux installer, even if it's marked

Re: Apache Flex 4.10 test release

2013-07-15 Thread Justin Mclean
Hi, But I think the project would get a lot of positive vibes from the (vocal :-) ) Linux crowd for shipping a Linux installer, even if it's marked as 'beta' or 'experimental' Couldn't agree more - but we don't have many people who can/are working on it, and that's despite most of the hard

Re: Apache Flex 4.10 test release

2013-07-15 Thread Avi Kessner
drop air 2.6 support for linux? is that a possibliity for now? brought to you by the letters A, V, and I and the number 47 On Mon, Jul 15, 2013 at 12:26 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, But I think the project would get a lot of positive vibes from the (vocal :-) )

Re: Apache Flex 4.10 test release

2013-07-15 Thread Tom Chiverton
On 15/07/2013 10:37, Avi Kessner wrote: drop air 2.6 support for linux? is that a possibliity for now? You kinda have to support the tool used to build the installer, no ? Tom

Re: Apache Flex 4.10 test release

2013-07-15 Thread Justin Mclean
Hi, drop air 2.6 support for linux? is that a possibliity for now? It's the last version supported by Linux and the minimum one that the 4.9/4.10 SDK now supports so it sort of essential. :-) Not 100% sure it is a current issue btw. Thanks, Justin

Re: Apache Flex room at 360|Stack?

2013-07-15 Thread Alexander Doroshko
I'll be glad to meet you! -- Alexander

Re: Try the Mustella Patch Testing Server (was Re: Mustella passes all tests!)

2013-07-15 Thread Bertrand Delacretaz
Hi, On Tue, Jul 9, 2013 at 11:53 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: ...Hopefully other committers will chip in with their VMs for the parallel runs approach Note that Apache projects can get VMs as well, there's some minimal info at

Re: Apache Flex 4.10 release

2013-07-15 Thread Erik de Bruin
I've added some code to the VM's Jenkins script: there is now a loop running that alternates between a full suite (main, AIR and mobile) run with FP 11.1 and AIR 3.7 and one that runs with FP 11.7 and AIR 3.7. All combinations and sequences are now possible, let me know if you want this set up

windows1 slave offline

2013-07-15 Thread Erik de Bruin
Hi, The 'windows1' slave seems to be offline. We (Apache Flex) are nearing a release, so if you could expedite a solution, that would be awesome! Thanks, Erik de Bruin -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: blog.flexexamples.com gone?

2013-07-15 Thread OmPrakash Muppirala
In case anyone wants to know, http://blog.flexexamples.com/ is back online. Thanks, Om On Tue, Jul 2, 2013 at 10:22 PM, OmPrakash Muppirala bigosma...@gmail.comwrote: Yes, it is Peter deHaan's website. I contacted him off list and he promised to take a look into it. Apparently his

OT: Randori Presentation

2013-07-15 Thread Michael A. Labriola
On Wednesday, the 17th I am doing an online presentation on Randori, which is a way of building web applications using ActionScript and RobotLegs-like patterns. The compiler behind Randori was spawned from the ActionScript Falcon compiler and has been slowly tweaked to meet our needs. Presently

Re: blog.flexexamples.com gone?

2013-07-15 Thread Mark Kessler
Thanks, glad it is working again. -Mark On Mon, Jul 15, 2013 at 3:34 PM, OmPrakash Muppirala bigosma...@gmail.comwrote: In case anyone wants to know, http://blog.flexexamples.com/ is back online. Thanks, Om On Tue, Jul 2, 2013 at 10:22 PM, OmPrakash Muppirala

Apache Flex 4.10 test results

2013-07-15 Thread Justin Mclean
Hi, Using 11.1 on OSX I getting failures mostly bitmaps (87 failures), Alex when you redid the baselines did you check if the tests passed on OSX? What do we do when in this case when it fairly obvious that is the tests that have issues and fixing them on one platform breaks them for another?

Re: Apache Flex 4.10 test release

2013-07-15 Thread Justin Mclean
Hi, So did anyone download and try the test release out? Justin

Re: Apache Flex 4.10 test results

2013-07-15 Thread Alex Harui
On 7/15/13 4:48 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Using 11.1 on OSX I getting failures mostly bitmaps (87 failures), Alex when you redid the baselines did you check if the tests passed on OSX? All baselines are cut from my Mac unless it is a Windows-only test. My guess is

Re: Apache Flex 4.10 test results

2013-07-15 Thread Justin Mclean
Hi, My guess is that the chart tests still have timezone sensitivities. Looks that way looking at the bitmaps, date scales are different. It could to be a daylight savings time issue (which may or may not be a real bug) as the days seem out by one during the southern hemisphere summer. No,

Re: Apache Flex 4.10 test release

2013-07-15 Thread Nicholas Kwiatkowski
not yet, but I'll be doing it as soon as I get home this evening :) -Nick On Mon, Jul 15, 2013 at 7:49 PM, Justin Mclean jus...@classsoftware.comwrote: Hi, So did anyone download and try the test release out? Justin

Re: Apache Flex 4.10 release

2013-07-15 Thread Gary Young
Is Apache Flex deployed in any maven repository? is there a sample POM using it? thanks. -Gary On Mon, Jul 15, 2013 at 11:56 AM, Erik de Bruin e...@ixsoftware.nl wrote: I've added some code to the VM's Jenkins script: there is now a loop running that alternates between a full suite (main, AIR

Re: Apache Flex 4.10 test release

2013-07-15 Thread Paul Hastings
On 7/15/2013 2:28 PM, Justin Mclean wrote: Can people please try out this and report any issue with existing projects and the like. If no issues are found in the next few days I'll start an official vote. for simpletons like me, what else do i need for a manual binary installation on FB 4.6

Re: Apache Flex 4.10 test release

2013-07-15 Thread Justin Mclean
Hi, for simpletons like me, what else do i need for a manual binary installation on FB 4.6 besides copying the \lib\external\optional dir over from the 4.9.1 version? This has come up several time on the list, basically if you copy things about all bets are off. Please use the scripts in

Re: OT: Randori Presentation

2013-07-15 Thread aYo ~
Sounds cool will try to watch aYo www.ayobinitie.com mrbinitie.blogspot.com On 15 Jul 2013 22:31, Michael A. Labriola labri...@digitalprimates.net wrote: On Wednesday, the 17th I am doing an online presentation on Randori, which is a way of building web applications using ActionScript and