Re: Spark components with Material Design

2015-08-26 Thread Carlos Rovira
Just see it on Google+ publication and I think it looks so cool I just tweeted it! Thanks for sharing Om, and great work on iOS-Android mobile skins! :) 2015-08-26 0:02 GMT+02:00 OmPrakash Muppirala : > For some reason, your link did not show in the email (but shows up on > nabble) > > Here it

AW: AW: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation

2015-08-26 Thread Christofer Dutz
Hi Michael, thanks for confirming the out-of-date libs in the snapshot repo ... I just updated them. Eventually you can now directly use the unpached version there. Regarding the ".lastUpdated" files. Maven always does this if it doesn't find a lib so it doesn't have to slow the build down ever

Re: AW: AW: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation

2015-08-26 Thread mscharp
Hey Chris. I tried to build this morning with the 1.0.0-SNAPSHOT, but it doesn't look like it's picking up a new jar. This is what is being resolved for the extension dependency: Downloading: http://repository.apache.org/content/groups/snapshots/org/apache/flex/utilities/converter/maven-extensio

Re: AW: AW: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation

2015-08-26 Thread mscharp
Ok, seems the maven extension artifactId changed. I'll try with "flex-sdk-converter-maven-extension". -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Problems-Installing-Flash-SDK-according-to-documentation-tp48319p48937.html Sent from the Apache Flex Deve

Re: AW: AW: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation

2015-08-26 Thread mscharp
Perfect. Both the playerglobal and fontkit only poms build correctly now that I'm pointed to the correct artifact :). I didn't realize the artifactId had changed so was still using the old one. Now on to a full blown pom. Thanks! -- View this message in context: http://apache-flex-developme

Re: AW: AW: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation

2015-08-26 Thread mscharp
Hey Chris. Ok, so attempts to build with a full pom continue to fail, though I think I know why. I added more logging to my custom maven extension to help me understand better what was happening and it seems i'm failing on the first artifact in the flex sdk: [INFO] In order to convert some of th

Just added new "flexmojos-archetypes-mobile-application" archetype to Flexmojos 7.1.0-SNAPSHOT

2015-08-26 Thread Christofer Dutz
Hi, in order to eventually get the one or the other to help me sort out the remaining problems with the sdk-converter and with Flexmojos, I just added a new maven archetype "flexmojos-archetypes-mobile-application" which sets up a small Mobile application that is then bundled for AIR, Android-

Re: AW: AW: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation

2015-08-26 Thread mscharp
I changed the dependency on flexunit to org.apache.flex.flexunit flexunit-flex 4.3.0-SNAPSHOT swc test since I saw that in the repo and nothing for org.flexunit. With this version of flexunit, and my hacked maven exte