AW: AW: AW: Flex SDK Converter Maven Extension available

2016-02-03 Thread Christofer Dutz
Well I actually did release Flexmojos and I think I went though our wiki pages and updated things that I found wrong. Next step will be a release of the flex-sdk-converter, which will be another big milestone. At least I have successfully used it to auto upgrade to Flex 4.15 and Air 20 :-)

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread Josh Tynjala
Can't you? package { public var globalVar:String = "global"; } - Josh On Wed, Feb 3, 2016 at 6:34 PM, OmPrakash Muppirala wrote: > On Mon, Feb 1, 2016 at 5:31 PM, Alex Harui wrote: > > > > > > > On 2/1/16, 11:17 AM, "omup...@gmail.com on behalf of

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread OmPrakash Muppirala
On Mon, Feb 1, 2016 at 5:31 PM, Alex Harui wrote: > > > On 2/1/16, 11:17 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >On Mon, Feb 1, 2016 at 8:44 AM, Alex Harui wrote: > > > >> 12

Re: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread OmPrakash Muppirala
On Wed, Feb 3, 2016 at 5:59 PM, Justin Mclean wrote: > Hi, > > > I think it would. Would you be open to doing a talk on Flex Mobile > > instead? > > Could do, most of the Flex mobile stuff I’ve done was several years ago so > I’m a bit rusty in that department. > >

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread OmPrakash Muppirala
Okay, you can't do this in AS3 :-) function foo() { var var1 = "hello"; var2 = "world"; // global variable } In other words, AS3 is always in "use strict" mode! On Wed, Feb 3, 2016 at 6:07 PM, Josh Tynjala wrote: > Can't you? > > package > { > public var

Re: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread Justin Mclean
Hi, Just worked out that I should be able to make it, not 100% sure what I’ll submit as a talk however. Would an Introduction to Flex fit into the client side track? Thanks, Justin

Re: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread Alex Harui
On 2/3/16, 5:49 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Wed, Feb 3, 2016 at 5:46 PM, Justin Mclean >wrote: > >> Hi, >> >> Just worked out that I should be able to make it, not 100% sure

Re: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread OmPrakash Muppirala
I think this would be equivalent of having a Node.js talk at a client conference. i.e. someone immersed in client side technologies will be interested in seeing what is a viable option among the server side technologies. Node.js seems familiar because it is Javascript based which means that

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread Alex Harui
Have you tried -compiler.strict=false? Or window.var2 = "world" -Alex On 2/3/16, 6:32 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >Okay, you can't do this in AS3 :-) > >function foo() >{ > var var1 = "hello"; > var2 =

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread Alex Harui
On 2/3/16, 5:34 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: > >In any case, any updates on the Client Track? Is there a discussion going >on somewhere? Haven't heard back from the Cordova person to ensure they are on

Re: AW: AW: Flex SDK Converter Maven Extension available

2016-02-03 Thread Mihai Chira
Thank you, Christofer! I will get back to you if we decide to make the transition and have questions or issues. On 29 January 2016 at 16:19, Christofer Dutz wrote: > Well they should be quite up to date ... I am also thinking about releasing > Flexmojos 7.1.0 this

[FlexJS} Maven Folder Structure

2016-02-03 Thread Alex Harui
I pushed the maven folder structure to the develop branch. Things that were in as/src are now in src/main/flex. Output that was in js/out is in target/generated-sources/flexjs. XML files that were in the root of projects are now in src/main/resources. Defaults.css files are now in

Re: [FlexJS} Maven Folder Structure

2016-02-03 Thread Carlos Rovira
Without doubt a great change Alex, thanks for make this happen a make the folder structure for FlexJS more maven friendly :) 2016-02-03 19:46 GMT+01:00 Christofer Dutz : > Thanks a lot Alex, > > Yay!!! It's Christmas again ... only 1,5 months after the last time :-) >