Re: [VOTE] Release Apache Royale 0.9.1 RC1

2018-02-11 Thread OmPrakash Muppirala
+0 Binding Checksum matches Signature verified Building from sources works fine js-only npm packages installed fine Current apps seem to be working fine js-swf npm package seems to have a bug. I will check in a fix to 0.9.1 branch soon. Thanks, Om On Sun, Feb 11, 2018 at 10:25 AM, Piotr

Re: [VOTE] Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Piotr Zarzycki
+1 (Binding) Following tests has been performed: - I checked IDE compatible binaries with Moonshine IDE - build couple of mine examples - OK - I checked Maven artifacts and build using them all my examples - OK - I have build sources using Maven. I didn't run ANT build. - OK I didn't use

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Gabe Harbs
Trying that now… > On Feb 11, 2018, at 5:09 PM, Piotr Zarzycki wrote: > > In the previous release approval script also runs Maven :) You can manually > copy playerglobal.swc 20.0 to the following location [1]. - That is an > workaround. > > [1]

Re: First Theme in place

2018-02-11 Thread Piotr Zarzycki
Hi Carlos, I may join in the next 2 weeks or so. Depends how my free time allows... Thanks, Piotr 2018-02-11 18:13 GMT+01:00 Carlos Rovira : > Hi, > > just let you know that I have the basic structure of Vivid new UI set, a > first Vivid theme test project and a

First Theme in place

2018-02-11 Thread Carlos Rovira
Hi, just let you know that I have the basic structure of Vivid new UI set, a first Vivid theme test project and a example for this working. Right now nothing relevant as a final results, but Alex advice about "theme" compiler option is working for me. The only control in this set of projects

Re: vars in CSS

2018-02-11 Thread Carlos Rovira
Hi Harbs, when I tried to recreate MDL blog I found some CSS rules not working. I think ">" was one, but there was something more I think those rules in the compiler should be reviewed in order to make it work to have the most complete CSS support 2018-02-11 13:00 GMT+01:00 Gabe Harbs

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Piotr Zarzycki
In the previous release approval script also runs Maven :) You can manually copy playerglobal.swc 20.0 to the following location [1]. - That is an workaround. [1] .m2\repository\com\adobe\flash\framework\playerglobal\20.0\ 2018-02-11 16:00 GMT+01:00 Gabe Harbs : > Ah.

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Gabe Harbs
Ah. Foo… :-( The maven build failed on Core (after more than 30 minutes): [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.1:compile-as (default-compile-as) on project Core: Could not resolve dependencies for project org.apache.royale.framework:Core:swc:0.9.1:

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Gabe Harbs
It looks like the ant build was fine. I’m not sure what it’s doing now. It looks like it’s doing a maven build too? (I’m waiting for that to finish…) I also tried installing using nom, but that failed for me. I tried `sudo npm install

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Piotr Zarzycki
I did clean up my folder several times and it didn't help :/ 2018-02-11 15:23 GMT+01:00 Gabe Harbs : > I got it to run when I ran the script a second time (after cleaning out > the folder with the approval script). > > > On Feb 11, 2018, at 3:24 PM, Piotr Zarzycki

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Gabe Harbs
It finished building and then failed while building the examples because I didn’t have maven installed on my machine. I just installed maven and I’m trying again… Harbs > On Feb 11, 2018, at 4:23 PM, Gabe Harbs wrote: > > I got it to run when I ran the script a second

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Gabe Harbs
I got it to run when I ran the script a second time (after cleaning out the folder with the approval script). > On Feb 11, 2018, at 3:24 PM, Piotr Zarzycki wrote: > > Unfortunately I have also problems with my newest Windows installation. :/ > Anyone experience

Re: vars in CSS

2018-02-11 Thread Gabe Harbs
No. I think it was the “>” operator which didn’t work, but I don’t remember for sure. > On Feb 11, 2018, at 1:53 PM, Piotr Zarzycki wrote: > > Hi Harbs, > > Are you saying that without this namespace following situation didn't work? > > .myCss { > } > > .myCss

Re: vars in CSS

2018-02-11 Thread Piotr Zarzycki
Hi Harbs, Are you saying that without this namespace following situation didn't work? .myCss { } .myCss .newCss { } Thanks, Piotr On Sun, Feb 11, 2018, 10:27 Gabe Harbs wrote: > If it could work on Express, even better, but my impression was that the > structure was

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-11 Thread Gabe Harbs
I’m having some trouble with ant on my new machine. I had installed ant using Homebrew, and the approval script complained that ANT_HOME was not defined. I tried setting it to the home-brew installed location and that didn’t work. I removed the homebrew installation and installed ant manually

Re: vars in CSS

2018-02-11 Thread Gabe Harbs
If it could work on Express, even better, but my impression was that the structure was going to have to change pretty significantly in some cases to get the theming to work. Harbs > On Feb 11, 2018, at 11:23 AM, Carlos Rovira wrote: > > Hi, > > I think CSS vars

Re: vars in CSS

2018-02-11 Thread Carlos Rovira
Hi, I think CSS vars would be a good addition although IE still doesn't handle it. But in the other hand the Alex proposal seems to fit perfectly with what I want to do. I didn't know that we have "-theme=" compiler option, and I think I will use that extensively My last thought about all of

Re: vars in CSS

2018-02-11 Thread Gabe Harbs
I don’t remember the details, but I’ve had css which would not compile until I specified the html namespace. It might have been using descender selectors. Not sure. Harbs > On Feb 11, 2018, at 9:20 AM, Alex Harui wrote: > > I'm not clear how namespace would help.