Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Justin Mclean
Hi, > The wording in the license is very clear. Which part of the highlighted > text do you have concerns with? I have no major concerns with the text, I do have concerns with CC licensed code in a release and just pointing that out. If a release contains no CC code and we’re 100% sure of

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread OmPrakash Muppirala
The wording in the license is very clear. Which part of the highlighted text do you have concerns with? You can double check with Legal if you want, but this is definitely not a blocker issue for Carlos experimenting with MDL-FlexJS integration. Thanks, Om On Oct 14, 2016 4:40 PM, "Justin

RE: [Discuss] What's keeping the others from participating?

2016-10-14 Thread Josh Tynjala
Don't these languages transpile their features down to ES5, where they aren't supported natively either? Why can't we do the same for SWF output? I think Alex was trying to suggest this, rather than dismissing you, but maybe it wasn't clear enough. Looking ahead, I personally see the Flash

RE: [Discuss] What's keeping the others from participating?

2016-10-14 Thread Jason Taylor
"TypeScript and Dart for JS all run on top of JS, so my understanding is that any new language constructs they offer can be implemented on top of Flash as well, although you might give up runtime type-checking for those new language features." How would you implement async / await and

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Justin Mclean
Hi, Also this [1] from JimJag. Thanks, Justin 1. http://mail-archives.apache.org/mod_mbox/www-legal-discuss/201507.mbox/%3c9b052e9f-e7a1-4b00-a5bf-86333bc47...@jagunet.com%3e

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Justin Mclean
Hi, > Justin, please see my earlier response. We dont need to worry about the > license if we are using scss to generate the css. I would prefer that that be confirmed, this is not a minor issue like a header being missing. If we accidentally include CC source in our release it alters the

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread OmPrakash Muppirala
Justin, please see my earlier response. We dont need to worry about the license if we are using scss to generate the css. Thanks, Om On Fri, Oct 14, 2016 at 3:33 PM, Justin Mclean wrote: > Hi, > > The MIT license text in question can be found here [1] > > Thanks, >

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Justin Mclean
Hi, The MIT license text in question can be found here [1] Thanks, Justin 1. https://github.com/darius/requestAnimationFrame/blob/master/LICENSE

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Justin Mclean
Hi, Depend on how MDL is going to be used there's a couple of minor issues that need addressing: - repo is missing a NOTICE file - this file is MIT licensed [1] and the repo is missing the MIT license text (as a header or in the LICENSE). Can someone please raise a PR for NOTICE file as per

Re: [FlexJS] Working on a MDL branch

2016-10-14 Thread Carlos Rovira
Hi Alex, just committed the MDLExample project in examples folder with minimal code, just a js:Button with styles that works and a mdl:Button that should have that styles and doesn't work. I configure to build with maven, but not ant. thanks Carlos 2016-10-14 22:27 GMT+02:00 Alex Harui

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Justin Mclean
Hi, > I think I don't need to include MDL libraríes, I think just a link to them > should be ok, so the library "uses" it directly from the source link. Probably not, as you can only depend on something if it’s licensed Category A or Category B in binary form even if it not in the release

Re: [FlexJS] Working on a MDL branch

2016-10-14 Thread Alex Harui
If you want to make an example in flex-asjs repo in examples/flexjs that would be helpful. -Alex On 10/14/16, 11:54 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Ok, just pushed to branch /feature/mdl > >my

Re: [FlexJS] Working on a MDL branch

2016-10-14 Thread Carlos Rovira
Ok, just pushed to branch /feature/mdl my example project is out the examples. Do you think I should create an examples/mdlexample project and upload it to the branch as well? Thanks 2016-10-14 20:42 GMT+02:00 Carlos Rovira : > Hi Alex, > > I tried the both add

Re: [FlexJS] Working on a MDL branch

2016-10-14 Thread Carlos Rovira
Hi Alex, I tried the both add and add but didn't worked. I'll be uploading the branch, since I'm equally worried about the low level code not working Thanks! 2016-10-14 20:19 GMT+02:00 Alex Harui : > > > On 10/14/16, 10:25 AM, "carlos.rov...@gmail.com on

Re: [FlexJS] Working on a MDL branch

2016-10-14 Thread Carlos Rovira
Hi Om, just did what you propose and still shows the same: 1.- copy the class org.apache.flexjs.mdl to my test project 2.- removed old code 3.- instantiate using: xmlns:mdl="org.apache.flex.mdl.*" and but again the result is better using the js:Button with className than my low level MDL

Re: [FlexJS] Working on a MDL branch

2016-10-14 Thread Alex Harui
On 10/14/16, 10:25 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >I'm trying to setup a MDL library to start making some components with >that >look and feel. >I'm following the Flat library project

Re: [FlexJS] Working on a MDL branch

2016-10-14 Thread OmPrakash Muppirala
On Fri, Oct 14, 2016 at 10:25 AM, Carlos Rovira wrote: > Hi, > > I'm trying to setup a MDL library to start making some components with that > look and feel. > I'm following the Flat library project indications, and right now I'm > building it ok with maven (didn't test

[FlexJS] Working on a MDL branch

2016-10-14 Thread Carlos Rovira
Hi, I'm trying to setup a MDL library to start making some components with that look and feel. I'm following the Flat library project indications, and right now I'm building it ok with maven (didn't test Ant, but as a copy/paste from Flat, I think it should work as well). Then I tried in a

Re: [FlexJS] How to output

2016-10-14 Thread Carlos Rovira
Hi Alex, without doubt these are great ideas, since my understanding is that, although FlexJS should in most cases hide in components the complexity os HTML/JS internals, many times people would want to declare "low level" JS. To create those components, I'm not ready enough. I'm still trying to

Re: AW: [Discuss] What's keeping the others from participating?

2016-10-14 Thread Alex Harui
On 10/13/16, 2:42 PM, "Christofer Dutz" wrote: >What do you think? (yes even Alex ... I guess you can come out now ;-) > I agree with Chris that is great to hear this feedback. Roadmaps, schedules, priorities are just plain difficult in a volunteer-driven project.

Re: AW: AW: AW: AW: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Alex Harui
On 10/14/16, 12:42 AM, "Christofer Dutz" wrote: > >So if we are comparing the new three-step user workflow: > >1. Do changes > >2. Test them locally with a "mvn clean site" > >3. Commit changes > > >to the current user workflow, which is: > >1. Do changes > >2.

Is reflection supported? More general, how could I tell if one feature is supported?

2016-10-14 Thread Pan Li
Hi guys We are working on one FlexJS application, it looks like the refection utils in Flex are all missing in last FlexJS. We had switched to other approach so we don't need it right now. but here are my questions: 1 The last api document doesn't have classes of refection utils, but some other

Re: Current FlexJS license/notice issues

2016-10-14 Thread Alex Harui
On 10/13/16, 11:55 PM, "Justin Mclean" wrote: >Hi, > >So I contacted both parties with pull requests a week ago and have >received no reply. > >For FlatUI that's not so surprising as there was no reply to another >licensing question asked by Alex way back in March and

Re: [FlexJS] 'new int()' causes problem in FlexJS 0.7

2016-10-14 Thread Alex Harui
On 10/13/16, 9:39 PM, "Pan Li" wrote: > > >Hi Alex >there is no reason to use "new". I am asking this because we have old Flex >code to migrate to FlexJS, and I noticed a difference OK, well I made a change to the compiler to generate a call to

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Carlos Rovira
Thanks Justin, I think I don't need to include MDL libraríes, I think just a link to them should be ok, so the library "uses" it directly from the source link. That would be ok right? Thanks 2016-10-14 9:40 GMT+02:00 Justin Mclean : > Hi, > > > I'm in the process of

RE: Re: [FalconJX] Generating ASDoc

2016-10-14 Thread Kessler CTR Mark J
Oh another thing. We have some split documentation for our Adobe SDK and Apache SDK ASDocs. What did we come up with before for merging the two in some fashion? -Mark

Re: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Maxim Solodovnik
It is sad Maven has no references to this skin :( Not sure if I will have time, but maybe I'll invest some time to refactoring the site one more time :))) On Fri, Oct 14, 2016 at 6:26 PM, Christofer Dutz wrote: > Hi Maxim, > > > I initially setup the fluido skin, but

AW: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Christofer Dutz
Hi Maxim, I initially setup the fluido skin, but that is more a skin for the normal maven-style pages. Generating our website with that would look sort of 90s or max early 2000s ;-) The cool thing with the reflow-skin is that it's a reactive version that adjusts to mobile devices nicely and

AW: Re: [FalconJX] Generating ASDoc

2016-10-14 Thread Christofer Dutz
Hi Mark, I think the IDE shouldn't require HTTP access to a remote server to display content. In this case there would be no way in telling an IDE generically where for find the root of documentation for library X. That's where the javadoc jars come in. At least for maven IDEs know that they

RE: Re: [FalconJX] Generating ASDoc

2016-10-14 Thread Kessler CTR Mark J
> flex.apache.org/docs/flexjs/com.example.SomeComponent/ > flex.apache.org/docs/flexsdk/com.example.SomeComponent/ This would be great for be a great format for IDE's to be able to load documentation specific to the component you have selected. -Mark

Re: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Maxim Solodovnik
On Fri, Oct 14, 2016 at 4:02 PM, Christofer Dutz wrote: > Hi Om, > > > I think that approach is probably the best ... I did encounter problems > when running the website from the working directory of Jenkins. Don't know > why. > > Jenkins is on https:// and scripts are

Re: [Discuss] What's keeping the others from participating?

2016-10-14 Thread Maxim Solodovnik
I currently have no time at all :( I'm trying to move forward my "main" Apache project And need to do day time work :(( Hopefully will find some time and will try to contribute something :) On Fri, Oct 14, 2016 at 4:12 PM, Tom Chiverton wrote: > For me, FlexJS is 'rocket

Re: [Discuss] What's keeping the others from participating?

2016-10-14 Thread Tom Chiverton
For me, FlexJS is 'rocket science' - I'm not an expert in compilers, or even the build tools involved - I've written a few simple maven scripts here and there. I also have less time - my employeer has a single Flex application now, and one in AIR. New work is in Ember, Angular or some other

AW: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Christofer Dutz
Hi Om, I think that approach is probably the best ... I did encounter problems when running the website from the working directory of Jenkins. Don't know why. The template is configured in the site.xml document, as this configures the the reflow themes built-in template. You can see all the

Re: [Website] Progress on the Website-Generation topic

2016-10-14 Thread OmPrakash Muppirala
Never mind, I checked out the flex-site. The proper fix would be to 1. Remove the class "navbar-fixed-top" on the navbar div in all pages. 2. Set padding-top = 0 for body in bootswatch.css (2) is straightforward. But it looks like we need to make the change for (1) in every page. Is there a

Re: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Harbs
The link is lower down in this thread: https://builds.apache.org/view/E-G/view/Flex/job/Flex-Site%20(Maven)/ws/target/site/index.html On Oct 14, 2016, at 11:07 AM, OmPrakash Muppirala wrote: > Where can I find this site? > > It sounds like the nav bar has CSS setting

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Harbs
Good point. That’s probably the best plan. AIUI, the HTML files there are basically just illustrating how to use the framework, so they don’t seem needed either. On Oct 14, 2016, at 11:13 AM, OmPrakash Muppirala wrote: > Here is the relevant part from the license: >

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread OmPrakash Muppirala
Here is the relevant part from the license: === All code in any directories or sub-directories that end with *.html or *.css is licensed under the Creative Commons Attribution International 4.0 License, which full text can be found here:

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Justin Mclean
Hi, > Something is odd there. > > Every css file I could find in that repo had an Apache header in it. > > I wonder if someone forgot to update the license file at some point. Or perhaps they use a tool that added a header (incorrectly) to all files? It would be best to contact them and ask

Re: [Website] Progress on the Website-Generation topic

2016-10-14 Thread OmPrakash Muppirala
Where can I find this site? It sounds like the nav bar has CSS setting position: sticky; Either that, or the position of the nav bar is being translated in an onScroll event handler in javascript. Thanks, Om On Fri, Oct 14, 2016 at 12:59 AM, Christofer Dutz wrote:

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Harbs
Something is odd there. Every css file I could find in that repo had an Apache header in it. I wonder if someone forgot to update the license file at some point. On Oct 14, 2016, at 10:40 AM, Justin Mclean wrote: > Hi, > >> I'm in the process of trying to see how

AW: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Christofer Dutz
If someone knows bootstrap good enough to eventually help me with the position of the navigation bar? Currently it's stuck to the top no matter where you scroll to. I would prefer it to have the Flex and Apache logo above (like in the current version) but as soon as you scroll down and the

Re: [Discuss] What's keeping the others from participating?

2016-10-14 Thread Justin Mclean
Hi, While I’m still precipitating and not exactly silent - it’s not as much as I once was contributing. Reasons in no particular order. - I’m mentoring and involved in a number of other Apache projects and need to split my limited volunteer time between them - I’m no longer working on Flex

Major benefits of FlexJS over other approaches

2016-10-14 Thread Christofer Dutz
Hi, as we were having a discussion in the "what's keeping the others ..." thread. I agree that from the feature-set I too am a little jealous. I too see Generics and Lambdas as a really cool feature of TypeScript. Most of the others however I see more as "Yeah you need that if you don't know

Re: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Justin Mclean
Hi, > So has anyone else had a look at the newly generated documentation in the > flex-site.git "maven-site" branch? As I mentioned, if you checkout the > "asf-site" branch you can see the generated output. Just taking look now. It been a couple of busy weeks with conferences and other work

AW: AW: AW: AW: [Website] Progress on the Website-Generation topic

2016-10-14 Thread Christofer Dutz
Ok ... pinging this thread again ... So has anyone else had a look at the newly generated documentation in the flex-site.git "maven-site" branch? As I mentioned, if you checkout the "asf-site" branch you can see the generated output. Chris Von: Christofer

Re: [FlexJS] Translation from framework to JS

2016-10-14 Thread Justin Mclean
Hi, > I'm in the process of trying to see how integrate a CSS library (like MDL). If (and I don’t know if this is your intention) you want to bundle MDL into FlexJS it may not be possible as the css and html files within are licensed under CC-A [1]. CC-A is "category B” license [2] which means

Re: Moonshine IDE 1.2.1 Windows release

2016-10-14 Thread Justin Mclean
HI, I took a look at the page and it looks good [1], but it would be nice it was more in line with Apache trademark policy. [2][3] For instance: - The project name is “Apache Flex” and “Apache Flex JS” not “Flex” or “Flex JS” - A link back to the home page of our project would be nice - Having

Re: Current FlexJS license/notice issues

2016-10-14 Thread Justin Mclean
Hi, So I contacted both parties with pull requests a week ago and have received no reply. For FlatUI that's not so surprising as there was no reply to another licensing question asked by Alex way back in March and there very little activity on the project. The pull request contains a LICENSE