Re: AW: [Falcon] New flex-typedefs repo is created ...

2016-07-19 Thread Alex Harui
OK, I think I have successfully removed the externs folder. We'll see what breaks... -Alex On 7/18/16, 11:22 AM, "Alex Harui" wrote: >Thanks. I will get to it soon. > >On 7/18/16, 1:28 AM, "Christofer Dutz" wrote: > >>So after moving the externs

Re: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-19 Thread Alex Harui
Hi Chris, Peter and I have scrubbed the examples. Can you run through them and update the pom.xml files with any issues you find? Thanks, -Alex On 7/5/16, 10:53 AM, "Alex Harui" wrote: > > >On 7/4/16, 7:16 AM, "Alex Harui" wrote: > >>OK, I will try again,

Re: flatspark bug on default button

2016-07-19 Thread OK
Hi, passing the skin class (skinClass="flatspark.skins.ButtonIconSkin") to the default button works for me [1] . HTH, Olaf [1] Modified test case: http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark"

Re: AW: Unable to install latest FlexJS nightly

2016-07-19 Thread Alex Harui
On 7/19/16, 2:58 PM, "Christofer Dutz" wrote: >Or let it run on the asf infra machines. Well at least the Maven build >runs really fast there. Maybe. Our experience was so frustrating last time that I'm not eager to spend time there again. If someone else wants to

Re: flatspark bug on default button

2016-07-19 Thread Vincent Sotto
Hi Reuger, here is an example http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:components="flatspark.components.*">

AW: Unable to install latest FlexJS nightly

2016-07-19 Thread Christofer Dutz
Or let it run on the asf infra machines. Well at least the Maven build runs really fast there. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Alex Harui Datum: 19.07.16 22:17 (GMT+01:00) An: dev@flex.apache.org Betreff:

Re: FlexJS Closure Compiler optimizations

2016-07-19 Thread Harbs
Yes. It helped a lot! I feel kind of dumb… I was ignoring a runtime error that I thought did not matter. It seems I had a static constant value which relied on a class which was not yet loaded. I made it an instance const instead, and the error went away. The app now loads when minified. What

Re: FlexJS Closure Compiler optimizations

2016-07-19 Thread Alex Harui
On 7/19/16, 1:31 PM, "Harbs" wrote: >I was not getting any errors, but I was getting a lot of warnings. > >I eliminated virtually all the warnings in my code with the exception of >two "WARNING - unreachable code” errors. Eliminating the first one causes >a Falcon

Re: FlexJS Closure Compiler optimizations

2016-07-19 Thread Harbs
I was not getting any errors, but I was getting a lot of warnings. I eliminated virtually all the warnings in my code with the exception of two "WARNING - unreachable code” errors. Eliminating the first one causes a Falcon compiler error, and the second appears to be a bug in the Closure

Re: Unable to install latest FlexJS nightly

2016-07-19 Thread Alex Harui
On 7/19/16, 1:05 PM, "Harbs" wrote: >I think there are CDN providers that offer free CDN for open-source >projects. (Actually, maybe we can use maven for this.) We can push the >artifacts to a CDN when it finishes building. Even that might take forever or fail

Re: Unable to install latest FlexJS nightly

2016-07-19 Thread Harbs
I think there are CDN providers that offer free CDN for open-source projects. (Actually, maybe we can use maven for this.) We can push the artifacts to a CDN when it finishes building. On Jul 19, 2016, at 11:02 PM, Alex Harui wrote: > It could just be that the server was too

Re: Unable to install latest FlexJS nightly

2016-07-19 Thread Alex Harui
It could just be that the server was too busy. That's a really slow server. I hope to find a way to make it faster soon. -Alex On 7/19/16, 12:59 PM, "Harbs" wrote: >That’s weird. I enabled those logging options and it said “not caching >this download”, and it got past

Re: Unable to install latest FlexJS nightly

2016-07-19 Thread Harbs
That’s weird. I enabled those logging options and it said “not caching this download”, and it got past the point where it was failing before. Keeping my fingers crossed that it’ll finish this time… On Jul 19, 2016, at 10:55 PM, Alex Harui wrote: > > > On 7/19/16, 12:04 PM,

Re: Unable to install latest FlexJS nightly

2016-07-19 Thread Alex Harui
On 7/19/16, 12:04 PM, "Harbs" wrote: >I’m getting the following output from the installer: >Installer version 3.2.0 (mac) >Using Locale: en_US >Fetched the SDK download mirror URL from the CGI. >SDK version Apache FlexJS Nightly >AIR version 20.0 >Flash Player version

Unable to install latest FlexJS nightly

2016-07-19 Thread Harbs
I’m getting the following output from the installer: Installer version 3.2.0 (mac) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache FlexJS Nightly AIR version 20.0 Flash Player version 20.0 Creating Apache FlexJS home Creating temporary directory Downloading

Re: [FlexJS] Maven FlexJS distribution now working in IntelliJ

2016-07-19 Thread Alex Harui
On 7/19/16, 7:27 AM, "Christofer Dutz" wrote: >Hi, > > >today I had a look at what files IntelliJ is looking for in order to use >a FDK. I added the rest that was missing (templates/swfobject) and now I >was able to create a new Flash project, select the distribution

Re: [FlexJS] Maven FlexJS distribution now working in IntelliJ

2016-07-19 Thread Carlos Rovira
Hi Chris, I want to test FlexJS on IntelliJ: build the artifacts and try to make a new project from scratch In order to understand the changes in the last weeks I want to ask you a few questions: 1.- to build falcon and asjs, I still need to run the 4 instructions ok? (there's no mvn clean

Re: Circular Dependencies (was [FalconJX] order of static members)

2016-07-19 Thread Alex Harui
On 7/19/16, 1:54 AM, "Harbs" wrote: >It’s taken me a bit of time to wrap my head around the issues here, but I >think I have it clear enough to articulate the issues I’m bumping into >and possibly propose some solutions. > >There are two different scenarios related to

[GitHub] flex-utilities pull request #8: Correctly locate SCRIPT_HOME even when scrip...

2016-07-19 Thread pkovac
GitHub user pkovac opened a pull request: https://github.com/apache/flex-utilities/pull/8 Correctly locate SCRIPT_HOME even when scripts are invoked from symli… …nk; add mxmlcnpm This will enable non-global installs of the flexjs npm module to work on Linux, OSX, and

Re: Circular Dependencies (was [FalconJX] order of static members)

2016-07-19 Thread Josh Tynjala
For the release build, the Closure compiler does exactly as you describe. It combines everything into one monolithic file (and does some other things, like minifying and optimizing the JS), so that nothing needs to be loaded at runtime. goog.provide() and goog.require() calls are stripped out, but

Re: AW: [Falcon][ASJS] Activated the apache-rat-plugin (license checker)

2016-07-19 Thread Alex Harui
On 7/19/16, 7:24 AM, "Christofer Dutz" wrote: >Hi Alex, > > >how should such a check look like? You want binary files to contain >Apache headers? I think that might be a bad idea. If you however would >like a list of files with binary content. RAT produces that in

[FlexJS] Maven FlexJS distribution now working in IntelliJ

2016-07-19 Thread Christofer Dutz
Hi, today I had a look at what files IntelliJ is looking for in order to use a FDK. I added the rest that was missing (templates/swfobject) and now I was able to create a new Flash project, select the distribution directory the maven build produces and setup a new project. It built nicely and

[FlexJS] Bug in the ANT template generation

2016-07-19 Thread Christofer Dutz
Hi, while working on the Maven distribution, I noticed something fishy in the Ant build. I was trying to find out where the history support in swfobject came from. All I could find was this: from downloads.xml So if it's there, it replaces itself with itself. So as

Re: FlexJS Closure Compiler optimizations

2016-07-19 Thread Alex Harui
On 7/19/16, 4:19 AM, "Harbs" wrote: >I finally got my app to compile a release version by eliminating my >circular dependencies. So far so good. > >FYI, I fixed this by doing two things: 1. I added a className property >and instead of doing if(this is Sub), I’m using

Re: [Falcon][ASJS] Activated the apache-rat-plugin (license checker)

2016-07-19 Thread Alex Harui
On 7/19/16, 2:58 AM, "Christofer Dutz" wrote: >Hi, > > >I just added and activated the apache-rat-plugin to the maven build. This >checks if all source files have the required Apache license headers >included and breaks the build if they are missing. This did bring

FlexJS Closure Compiler optimizations

2016-07-19 Thread Harbs
I finally got my app to compile a release version by eliminating my circular dependencies. So far so good. FYI, I fixed this by doing two things: 1. I added a className property and instead of doing if(this is Sub), I’m using if(this.className == “Sub”). 2. I enabled

Re: flatspark bug on default button

2016-07-19 Thread OK
Vincent Sotto wrote > theres a bug when i set a buttonicon as default button of a form, the skin > changes back to default spark. > any workaround on this issue or is this already reported? > thank you I'm just back from a holiday trip so my head is completely resetted. But I remember that I've

[Falcon][ASJS] Activated the apache-rat-plugin (license checker)

2016-07-19 Thread Christofer Dutz
Hi, I just added and activated the apache-rat-plugin to the maven build. This checks if all source files have the required Apache license headers included and breaks the build if they are missing. This did bring up a hand full of issues, but I sorted them out and all seems to be ok now. One

Circular Dependencies (was [FalconJX] order of static members)

2016-07-19 Thread Harbs
It’s taken me a bit of time to wrap my head around the issues here, but I think I have it clear enough to articulate the issues I’m bumping into and possibly propose some solutions. There are two different scenarios related to circulars; debug builds and release builds. Debug Builds: I’ve run