Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS ?

2016-04-01 Thread Alex Harui
Hi Justin Hill, Justin McLean is factually correct, but I have a slightly different viewpoint. Before you start signing ICLAs and Software Grants, I would first consider the financial aspects: how will you and your team find the time (which usually means money) to continue to contribute to

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread OmPrakash Muppirala
I think you can create a local.properties file and set playerglobal.version=20.0 there. Thanks, Om On Apr 1, 2016 7:55 PM, "Josh Tynjala" wrote: > There seems to be no way to customize the ${playerglobal.version} Ant > property with environment variables. If I try to run

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread Josh Tynjala
There seems to be no way to customize the ${playerglobal.version} Ant property with environment variables. If I try to run ApproveFlexJS.xml with a newer AIR SDK referenced in AIR_HOME, playerglobal.swc may be in a directory other than 11.1, like 19.0 or 20.0. To work around the issue, I simply

Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS ?

2016-04-01 Thread Michael Schmalle
Well side note, asblocks (Apache 2) was written by me and still in my github repo. @JustinHill, what are you using asblocks for? Another member of your team said just the FileUtils, so you are including 200k of files for one class? I see you have the mxmlblocks in the source code as well. Mike

Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS ?

2016-04-01 Thread Justin Mclean
Hi Justin Good to hear from you. > Having said this, I am not sure it meets the code clearance requirements > right now > because it is NOT all our code. The first steps would be to get the people working on the submit ICLAs [1] and the prepare a software grant [2]. We can help you with that.

Re: FlexJS with Bootstrap example

2016-04-01 Thread dhwanishah85
Hi Alex, Screen_Shot_2016-04-01_at_1.png I am attaching image of my project structure. And I just trying to compile the project with css file (generated using less). I am getting below errors (a

Re: [FlexJS] RC3 Approval script error

2016-04-01 Thread Alex Harui
Are you sure you used the rc param Sent from my LG G3, an AT 4G LTE smartphone -- Original message-- From: Carlos Rovira Date: Fri, Apr 1, 2016 9:32 AM To: dev@flex.apache.org; Subject:[FlexJS] RC3 Approval script error Hi, trying the Approval xml script I get this error: BUILD

[FlexJS] RC3 Approval script error

2016-04-01 Thread Carlos Rovira
Hi, trying the Approval xml script I get this error: BUILD FAILED /Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:242: Can't get http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.6.0-asdocs.zip to

Re: FlexJS - roadmap to 1.0 release with code bounties and conversion analyzer

2016-04-01 Thread Carlos Rovira
Hi Justin, as I stated in other thread, I never thought that compile old codebase to FlexJS could be possible. >From the mails of Alex and his slides it think it could be... so amazing. I think the idea of recruit corporations to get some fundings is brilliant, but I think people would want to

Re: [FlexJS] Using externs swc, how to specify js path

2016-04-01 Thread Michael Schmalle
BTW I meant 20 seconds 80 was a typo. Yeah I had mentioned that to Josh about the closure library, he said he might do something about just copying base.js if using jsc. Mike On Fri, Apr 1, 2016 at 10:47 AM, Alex Harui wrote: > I think jsc (and for sure mxmljsc) have both a

Re: internal keyword on class vars?

2016-04-01 Thread Alex Harui
On 4/1/16, 7:41 AM, "Nimai" wrote: >Class vars declared as internal do not end up using this. to when >referenced >in class functions. >We're looking for where it decides when it uses this. but bringing it up >here in case someone knows more. Some or all of the logic

internal keyword on class vars?

2016-04-01 Thread Nimai
Class vars declared as internal do not end up using this. to when referenced in class functions. We're looking for where it decides when it uses this. but bringing it up here in case someone knows more. ** ACTIONSCRIPT ** package { public class foo { internal var bar:String = "baz";

Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread Peter Ent
Results of running the Approval script: +1 Package https://dist.apache.org/repos/dist/dev/flex/flexjs/0.6.0/rc3/apache-flex-fl exjs-0.6.0-src.tar.gz Java 1.7 OS: Mac OS X x86_64 10.10.5 Source kit signatures match: y Source kit builds: y README is ok: y RELEASE_NOTES is ok: y NOTICE is ok: y

Re: FlexJS - roadmap to 1.0 release with code bounties and conversion analyzer

2016-04-01 Thread Alex Harui
On 4/1/16, 12:52 AM, "Justin M. Hill" wrote: > > >Hi Alex, > >Would it be possible to start making more extensive use of JIRA on FlexJS? Yes. > >I reviewed your PowerPoint presentation draft for the FlexJS meeting on >Monday. > >Slides 30 through and 36 detail "how much

Re: [FlexJS] Using externs swc, how to specify js path

2016-04-01 Thread Alex Harui
I think jsc (and for sure mxmljsc) have both a compilation and a "publishing" phase. You could be seeing the effects of the publishing phase which has not been optimized at all. The mxmljsc publisher copies the entire Google Closure Library into your bin/js-debug folder, and in my unscientific

Re: [FlexJS] Using externs swc, how to specify js path

2016-04-01 Thread Alex Harui
Way cool! On 4/1/16, 1:13 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >That worked!! > >FalconJX + AngularJS + Angular Material = unbelievable! > >Will post some examples soon :-) > >Thanks, >Om > >On Thu, Mar 31, 2016 at

Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS ?

2016-04-01 Thread Alex Harui
I will try to respond more tonight or over the weekend. Are you based in the Bay Area? It might be worth it to discuss Apache and Moonshine in more detail when I'm down there on Monday or Tuesday. There might be time during the event, but getting folks up and running will be the top priority.

Re: [FlexJS] Using externs swc, how to specify js path

2016-04-01 Thread Michael Schmalle
What are your compile times? I was testing in IDEA and it seemed like 80 seconds was as fast as I could get a full compile with jsc and a 1 class project. I know with Randori compiler I had it conditionally compiling, there has got to be a way to conditionally compile this JS, that is the only

Re: [FlexJS] Using externs swc, how to specify js path

2016-04-01 Thread OK
OmPrakash Muppirala wrote > That worked!! > FalconJX + AngularJS + Angular Material = unbelievable! > Will post some examples soon :-) > Thanks, > Om Hey Om, I've no idea of what you've done and how you achieve this but it sounds amazing! I'm very excited about it and looking forward to the

Re: [FlexJS] Using externs swc, how to specify js path

2016-04-01 Thread OmPrakash Muppirala
That worked!! FalconJX + AngularJS + Angular Material = unbelievable! Will post some examples soon :-) Thanks, Om On Thu, Mar 31, 2016 at 7:51 PM, Josh Tynjala wrote: > Yep, you need to use -external-library-path instead. An externs SWC only > defines the APIs for