Re: Trying to mavenize project flex-asjs with IntelliJ fails

2013-07-12 Thread Carlos Rovira
Hi Frederic, I just see your comment in you track first and responded there. As I stated there, I think my environment is slight different since: a) I have a internal flexmojos version 6.1 deployed with the fix Chris Dutz made. Jose Barragan deployed it to our internal repository for testing sin

[FlexUnit] SequenceRunner to test Service Call Sequences?

2013-07-12 Thread Sebastian Mohr
Hi there, does anybody know if it is possible to test service sequences (e.g. HTTPService [1]) with the SequenceRunner [2]? For the moment, I was only able to build these service sequences like this [3], which means making another service call in the result handler of the previous service call ...

Re: Trying to mavenize project flex-asjs with IntelliJ fails

2013-07-12 Thread Frédéric Thomas
Thanks for the precision, anwsered in the IDEA issue. -Fred -Message d'origine- From: Carlos Rovira Sent: Friday, July 12, 2013 10:33 AM To: dev@flex.apache.org Subject: Re: Trying to mavenize project flex-asjs with IntelliJ fails Hi Frederic, I just see your comment in you track fir

FAQ page error? + flex on 10.1

2013-07-12 Thread sébastien Paturel
Hi, I may be wrong but, it seems that in the FAQ page http://flex.apache.org/dev-faq.html in "Will my code work on Platform X?" section, it is said that current Flex is working on Windows 2000. But the minimal flash player version supported is flash player 10.2. And i see in the Adobe release n

AW: Trying to mavenize project flex-asjs with IntelliJ fails

2013-07-12 Thread christofer.d...@c-ware.de
Ok ok you got me ;-) think I'll go home now and start the release process for FM6.0.1 I see this is a serious Problem for People and after all, I want the People to be able to use it without Problems ;-) Chris Von: carlos.rov...@gmail.com [carlos.rov..

RE: [FlexUnit] SequenceRunner to test Service Call Sequences?

2013-07-12 Thread Michael A. Labriola
>does anybody know if it is possible to test service sequences (e.g. >HTTPService [1]) with the SequenceRunner [2]? For the moment, I was only able >to build these service sequences like this [3], which means making another >service call in the result handler of the previous service call ... and

Re: AW: Trying to mavenize project flex-asjs with IntelliJ fails

2013-07-12 Thread Frédéric THOMAS
Well, actually this minor version (6.0.1) will include FLEXMOJOS-878 + What you are doing at the moment with Carlos and Jose about the "org.apache" groupId prefix, right ? -Fred -Message d'origine- From: christofer.d...@c-ware.de Sent: Friday, July 12, 2013 4:32 PM To: dev@flex.apach

AW: AW: Trying to mavenize project flex-asjs with IntelliJ fails

2013-07-12 Thread christofer.d...@c-ware.de
Hi Fred, Actually FLEXMOJOS-878 will be almost the only thing it will contain. That's why I don't think a 6.1 would be appropriate ;-) Not many bugs have been reported lately. Don't know if this is because of Velo not letting any posts pass in the list or simply no one is having any trouble or

Re: AW: AW: Trying to mavenize project flex-asjs with IntelliJ fails

2013-07-12 Thread Frédéric THOMAS
Thanks Chris, so, can you enlighten me about the Jose/Carlos fix they said they was working closely on it with you ? -Fred -Message d'origine- From: christofer.d...@c-ware.de Sent: Friday, July 12, 2013 5:34 PM To: dev@flex.apache.org Subject: AW: AW: Trying to mavenize project flex

Apache Flex room at 360|Stack?

2013-07-12 Thread Alex Harui
Hi, Last year we had a room at the 360|Flex conference (now called 360|Stack) where we hung out to meet each other and other folks could come and learn about Apache and Flex. Should we do so again this year? Maybe have an informal hackathon? The conference is coming up soon (Aug 4-7) so we

Re: Apache Flex room at 360|Stack?

2013-07-12 Thread aYo ~
Sounds like a good idea. Keep the flex flag flying. aYo www.ayobinitie.com mrbinitie.blogspot.com

Re: Trying to mavenize project flex-asjs with IntelliJ fails

2013-07-12 Thread Frédéric Thomas
So, Alexander from Jetbrains kindly implemented the Carlos/Jose request, it will be available for everyone then. So, now if you mavenize the SDK with the groupId "org.apache", it will be reconize by IntelliJ from the next 13 EAP, the point is you won't be able compile any projects where the fle

[FlexJS] Doing some refactoring

2013-07-12 Thread Alex Harui
FYI, I'm doing some refactoring in the FlexJS code to try to simplify a few things so life will be easier from here on out. The main goal is to reduce the number of calls when creating components in AS. -Alex