Re: FlexJS with Bootstrap example

2016-04-01 Thread Alex Harui
Hi Dhwani, I'm still not quite clear what you are trying to do. Maybe it would be best to create a JIRA ticket and attach the source. You can declare a namespace in CSS without a prefix such as: @namespace "library://ns.apache.org/flexjs/html"; And doing that should keep the compiler f

Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread Justin Mclean
Hi, > No. I think it would be better if Google fixed their L&N first. Maybe you > can get them to do that? The binary bundles software which contains BSD and other licensed software that in not mentioned in the LICENSE and that is against ASF release policy. [1] It’s not up to the Flex PMC to

Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread Alex Harui
On 4/1/16, 3:24 PM, "Justin Mclean" wrote: > >Has a JIRA been raised for the next release to fix the binary >LICENSE/NOTICE issues? No. I think it would be better if Google fixed their L&N first. Maybe you can get them to do that? -Alex

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 Moons

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 ApproveFlexJS.xml with >

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 cre

Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread Josh Tynjala
+1 (binding) On Thu, Mar 31, 2016 at 7:51 PM, Alex Harui wrote: > Hi, > > This is vote for the 0.6.0 release of Apache FlexJS. > > The release candidate can be found here; > https://dist.apache.org/repos/dist/dev/flex/flexjs/0.6.0/rc3/ > > Before voting please review the section,'What are the AS

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 O

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: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread Justin Mclean
Hi, +0 as I still can’t compile from the source package but everything else looks good. If that was resolved I’d vote +1. It’s the weekend here if I get time I’ll take another look. I checked the following: - Signatures and hashes good - Source NOTICE+ LICENSE is OK - Binary NOTICE is OK - Bin

Re: FlexJS with Bootstrap example

2016-04-01 Thread dhwanishah85
I saw one of your post where you have included more namespaces in css file: @namespace h5 "library://ns.apache.org/flexjs/html5"; @namespace jq "library://ns.apache.org/flexjs/jquery"; @namespace createjs "library://ns.apache.org/flexjs/createjs"; @namespace basic "library://ns.apache.org/flexj

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&T 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: BUIL

[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 /Users/carlosrovira/dev/flexjs06/apac

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 ha

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 compilation and 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 is in EmitterUtils.writeTh

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 LICE

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 can you reuse" and has

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 te

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 7:51 PM, Josh Tynjala >wrote: > >> Yep, you need to

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. S

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 thi

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 examp

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 compile-time checks. The re

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

2016-04-01 Thread Justin M. Hill
Hi Alex, Would it be possible to start making more extensive use of JIRA on FlexJS? There appears to be a very basic list of issues outstanding for FlexJS 1.0 Release Candidate. I'm sure there is a lot more on a roadmap somewhere... and it would be nice to have it articulated in JIRA. https:/