Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-20 Thread Alex Harui
Interesting. I ran an MD5 test not too long ago. I wonder if there is a CDN or mirror that my computer is hitting that is propagating a change. I guess I’ll run the MD5 test again in the morning. -Alex On 5/20/15, 6:59 PM, "kevin.godell" wrote: >I tried it about 7 times a few hours ago. Rebo

Re: [jira] [Created] (FLEX-34851) Flex SDK Installer Fails on swfobject for flex versions 4.13.0 and below

2015-05-20 Thread Jake Knerr
I am getting the same error (swfobject download failure) when I try to download 4.14.1 using the latest installer. On Wed, May 20, 2015 at 1:52 PM, Quinn Buchanan (JIRA) wrote: > Quinn Buchanan created FLEX-34851: > - > > Summary: Flex SDK Install

Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-20 Thread kevin.godell
I tried it about 7 times a few hours ago. Rebooted my computer and tried it again right now several times with the same failure. -- View this message in context: http://apache-flex-development.2

Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-20 Thread Alex Harui
How many times did you try? Our MD5 checking doesn’t think it changed. -Alex On 5/20/15, 3:54 PM, "kevin.godell" wrote: >Version 3.1.0 (mac) >Using Locale: en_US >Fetched the SDK download mirror URL from the CGI. >AIR version 17.0 >Flash Player version 17.0 >Creating Apache FlexJS home >Creati

FlexJS nightly install fails on Google Closure Library download using installer

2015-05-20 Thread kevin.godell
Version 3.1.0 (mac) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 17.0 Flash Player version 17.0 Creating Apache FlexJS home Creating temporary directory Downloading Apache FlexJS from:http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/art

Re: Problems with TabbedViewNavigatorApplication?

2015-05-20 Thread Héctor A
Yeah, I mentioned this some time ago: http://apache-flex-development.247.n4.nabble.com/keep-generated-actionscript-error-td44093.html Could this be the same case? On Wed, May 20, 2015 at 6:55 PM, kevin.godell wrote: > I had a similar issue when making a simple tabbed navigator app and tryi

AW: AW: [FlexMojos] flexmojos-compatible-model-validator ?

2015-05-20 Thread Christofer Dutz
Hi Frederic, Well I just can't find the links that confirm this. But one of the coolest Maven 3.3.1 enhancements were pluggable build extensions: http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/ I also got the flex-sdk-converter to work there but currently there seem to be

AW: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread Christofer Dutz
Well just have a look at this: https://youtrack.jetbrains.com/issue/IDEA-140467 It seems the changes I did for supporting newer versions of Maven have broken the integration in IntelliJ, so usually it would have auto created lots of config.xml in the ".idea/flexmojos/" directory. So as soon as

Re: Problems with TabbedViewNavigatorApplication?

2015-05-20 Thread kevin.godell
I had a similar issue when making a simple tabbed navigator app and trying to use the keep actionscript arg on flash builder. Whenever I tried to compile, warnings popped up and I had to tell it to ignore the errors. The app still compiled and the actionscript was generated, but FB thought there wa

RE: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread Frédéric THOMAS
Ah ok, thanks, I got it now. So, I tried, I've been able to compile and but not really to debug, the debugger seems to hang and can't get any variable details in IntelliJ, same for you ? But except of the fx:Script the rest of the code is recognized, same as it was with the Mike solution. I

RE: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread kevin.godell
Actually, I use the flexjs as a lib AND as the assigned Sdk. I no longer point to the flex Sdk for debugging since I have copied the 3 files from flex to flexjs and edited the version number. Sorry that I cannot post any screenshots for clarification since I am not at home with my computer for mayb

RE: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread Frédéric THOMAS
Hmm, sorry, it still not clear to me. If you use FlexJS as a lib, does it mean, the SDK you set for your project is a Flex SDK ? Frédéric THOMAS > Date: Wed, 20 May 2015 07:57:22 -0700 > From: kevin.god...@gmail.com > To: dev@flex.apache.org > Subject: Re: AW: [FlexJS] IntelliJ Integration > > S

RE: AW: [FlexMojos] flexmojos-compatible-model-validator ?

2015-05-20 Thread Frédéric THOMAS
> But with Maven 3.3.x shouldn't your validator work without installing it? > Could you please check, if your extension works without installing with maven > 3.3? I didn't get that Chris and I don't know the specificities of the 3.3.1, do you mean: If I include the code of my extension in a plu

Re: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread kevin.godell
Sorry for not being specific. The changes that I tried only helped me to use the debugger in the flexjs Sdk after copying those files from the flex Sdk and editing the version number. It did not help with code completion or hinting. I still had to add flexjs as an external library for that to parti

RE: [FlexJS] IntelliJ Integration

2015-05-20 Thread Frédéric THOMAS
Oups, To be exact I wasn't able to use the debugger because it didn't compile :) Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FlexJS] IntelliJ Integration > Date: Wed, 20 May 2015 16:00:55 +0100 > > Hi Kevin, > > I tried to reproduce removing any Fl

RE: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread Frédéric THOMAS
Chris, What issues do you have with FM and Falcon regarding IntelliJ ? > could you get me up to speed what problems you are currently working on? Well, except of an opened issue [1] for Flex JS full integration, I guess nothing :-) For instance, to be able t use FlexJS, I create a Flex Proj

Re: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread Alex Harui
I think the current status is, with some changes to FlexJS nightly build packaging it might just work in IJ. Kevin, please correct me if I’m wrong. Is the editor finding the classes and not showing errors? -Alex On 5/20/15, 7:13 AM, "Christofer Dutz" wrote: >Hi Guys, > >as I am currently open

RE: [FlexJS] IntelliJ Integration

2015-05-20 Thread Frédéric THOMAS
Hi Kevin, I tried to reproduce removing any FlexJS SDK, editing flex-sdk-description.xml to update the version to 4.15.3 and 5.0.3, adding the SDK to IntelliJ and my FlexJS project but wasn't able to use the debugger the same, also, intelliJ doesn't recognize almost anything, see http://snag.gy

Re: AW: AW: AW: Problems with TabbedViewNavigatorApplication?

2015-05-20 Thread Alex Harui
Chris, Is there a way to see what parameters are being passed to the compiler and what the compiler’s other output is. For me, the compiler usually says something like: Loading configuration file /flex-config.xml Also, can you reproduce this just by typing on the command line without Maven/Fle

Re: Mustella SDK tests

2015-05-20 Thread Alex Harui
On 5/20/15, 3:52 AM, "Tom Chiverton" wrote: >Is it hard to kinda destroy the checkout and start again ? Don’t know. I’m not sure the bitmap failures have anything to do with the contents of the repo, but I could be wrong about that. > >We're going to struggle to do more releases if we have a

AW: [FlexMojos] flexmojos-compatible-model-validator ?

2015-05-20 Thread Christofer Dutz
Well I have to admit, that I'm not a big fan of Auto-Installation ;-) Probably thats because of me working for large enterprizes a lot and they certainly don't like stuff that changes the CI servers installation. But with Maven 3.3.x shouldn't your validator work without installing it? I am hop

[FlexMojos] flexmojos-compatible-model-validator ?

2015-05-20 Thread Frédéric THOMAS
Hi Chris, I was thinking to integrate into FM, my flexmojos-compatible-model-validator [1] in order to have in more than its primary goal (get rid of the Maven warnings regarding scopes), have an auto install feature for it and your extension combined. As reminder, it works in a way that the f

AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread Christofer Dutz
Hi Guys, as I am currently opening issues regarding flexmojos 7.1.0 support in IntelliJ (Especially regarding Falcon support using Flexmojos) ... could you get me up to speed what problems you are currently working on? I am currently unable to fully expand this discussion-thread as it is so lon

Re: [FlexJS] IntelliJ Integration

2015-05-20 Thread Michael Schmalle
My empathy, haha. :) Seriously any help you give means a lot to the project right now. You and I have similar use cases and targets, mobile. SO I hope you stay on board long enough for me to get to a point I can really start testing mobile impls with UI components and Cordova compiling on a more c

Re: [FlexJS] IntelliJ Integration

2015-05-20 Thread kevin.godell
TeotiGraphix wrote > Kevin, BTW I DID read your answer of why you are testing FlexJS and I > think > that is great, your story sounds a lot like mine over the past years. > > Just didn't want to think your reply went unanswered. :) > > So what you have found out here, what does it mean? You can u

Re: Mustella SDK tests

2015-05-20 Thread Tom Chiverton
I've moved the player window to the top left corner, and Jenkins to the lower right. Is it hard to kinda destroy the checkout and start again ? We're going to struggle to do more releases if we have a broken Mustella... Tom On 15/05/15 16:52, Alex Harui wrote: These pass for me. We’ve had t

Re: [FlexJS] IntelliJ Integration

2015-05-20 Thread Michael Schmalle
Kevin, BTW I DID read your answer of why you are testing FlexJS and I think that is great, your story sounds a lot like mine over the past years. Just didn't want to think your reply went unanswered. :) So what you have found out here, what does it mean? You can use FlexJS with the FDB that comes

AW: AW: AW: Problems with TabbedViewNavigatorApplication?

2015-05-20 Thread Christofer Dutz
Ok now this is strange ... I added an example to the flexmojos examples. Unfortunately at first my totally stripped down demo compiled without problems. So I added all of my config options to flexmojos and got the same error. By taking away one option at a time I found out that I get that error