Re: AW: Found the problem in the maven-extension :-D YAAAAAAAY!!!

2015-06-29 Thread mscharp
Hey Chris, Thanks for all the work you're doing in updating the FMs stuff and for creating new documentation. This new set of documentation is the clearest FM documentation I've seen! While working through it today I noticed a couple things: The "Prepare the FDK resources using the flex-maven-e

Problems Installing Flash SDK according to documentation

2015-06-29 Thread mscharp
Hey Guys, I'm not sure if this is a result of something on my end, or a bug with FM or the mavenizer utility but thought I'd post what I'm seeing. I'm attempting to upgrade my project's FDK from 4.11 to 4.14.1 and I'm having some serious issues getting it to work. I'm not entirely sure the scope

Re: Problems Installing Flash SDK according to documentation

2015-06-30 Thread mscharp
Yeah, it opens up just fine in my browser. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Problems-Installing-Flash-SDK-according-to-documentation-tp48319p48351.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: Problems Installing Flash SDK according to documentation

2015-06-30 Thread mscharp
Ok, yeah that makes sense. Thanks for the update. If you let me know when you get an update out there I'll go ahead and give it a try. Likewise, I'll test this out soon in a non proxied environment. Michael -- View this message in context: http://apache-flex-development.247.n4.nabble.co

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

2015-07-06 Thread mscharp
Thanks Chris, I will test this out today. On a side note, since you mention a Linux CI server, how are you running unit tests? We switched over to a Windows CI server (which is terrible) since Adobe is no longer updating the flash player for Linux. I'd love be on a Linux box if I could still run

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

2015-07-08 Thread mscharp
Ok was able to test again today. Still getting errors, here is the output. [INFO] === [INFO] - Installing Apache Flex SDK 4.14.1 [WARNING] Failed to notify spy org.apache.flex.utilities.converter.mavenextension.FlexEventSpy: Caught exceptio

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

2015-07-08 Thread mscharp
Here is my sanitized settings.xml file. http://maven.apache.org/SETTINGS/1.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd";> ${user.home}/.m2/re

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

2015-07-16 Thread mscharp
I've finally had a chance to get outside of my company proxy and try this out. I made better progress, but still failing to build. I did see a couple of things that I thought might be worth mentioning, in addition to the ultimate failure. I noticed that it tried to install items twice. For exam

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

2015-07-27 Thread mscharp
Ok I tested this both in front of and behind my company's proxy with no luck. Failing for the exact same reasons. I added the entries to my settings.xml file that you posted. Here is the output from maven when I tried to build it from outside of my company's proxy: Downloading: http://repo1.ma

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

2015-07-31 Thread mscharp
No worries Chris, this is going to be an awesome improvement when it's all done. Im just glad I can help get it tested. I haven't had a chance to re test it yet, but I should have some time early next week. Thanks! -- View this message in context: http://apache-flex-development.247.n4.na

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

2015-08-24 Thread mscharp
Ok Chris, got some new information. This still wasn't working for me, so I decided to try to mavenize the sdk myself. I downloaded the git repo, and tried to build the flex-sdk-converter, but received failing tests... namely the ProxyTest in the download-retriever module. I've included the outpu

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

2015-08-24 Thread mscharp
Ok.. and more info. I added some logging to the getProxySettings() method in the FlexEventSpy class and rebuilt the maven extension as version 1.0.1-SNAPSHOT and installed it into my maven repository. I updated my extensions.xml file to use this new version and now this mostly works. I am able t

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

2015-08-24 Thread mscharp
Ok. That makes sense about the ProxyTest. It's interesting because that test will always fail for anyone building the maven extension that IS behind a proxy... You'd almost have to check if the environment the test is running on is behind a proxy, and if so then try to use those proxy settings.

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

2015-08-24 Thread mscharp
Sorry about the previous message... Here it is formatted correctly (hopefully). Ok. That makes sense about the ProxyTest. It's interesting because that test will always fail for anyone building the maven extension that IS behind a proxy... You'd almost have to check if the environment the test

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

2015-08-25 Thread mscharp
Ok made more progress today. It seems the reason my Fontkit only pom was failing was a side effect of previous attempts to download the fontkit libraries with the 1.0.0-SNAPSHOT version of the maven extension. Because it doesn't utilize the proxies, it wrote out _remote.repositories and .lastUpda

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

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

FlexMojos with RSLs

2015-08-27 Thread mscharp
Hey Chris. In converting my company's project over to FM 7.1.0-SNAPSHOT and flex 4.14.1, I had to make some changes regarding how the RSLs were specified in the pom. I see that you have a page to address this in the wiki, so thought I would give a go at writing some of it based off my experience.

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

2015-08-28 Thread mscharp
Hey Chris. I took some time today to create a patch for the mavenizer, I've attached it to this post. I hope this helps and you don't have to change too much with it. I fixed two issues. The first is the one mentioned a couple days ago. The BaseConverter is not using the proxy when checking wi

Re: FlexMojos with RSLs

2015-08-31 Thread mscharp
Ok, well my actual flex projects build using this configuration, but my war project that packages up a few of these swfs fails. I get [ERROR] Failed to execute goal net.flexmojos.oss:flexmojos-maven-plugin:7.1.0-SNAPSHOT:copy-flex-resources (copy-swf) on project design: Execution copy-swf of goa

Re: FlexMojos with RSLs

2015-08-31 Thread mscharp
Ok, I found my problem. I was specifying the rb dependencies like so: org.apache.flex.framework framework ${flex.sdk.version} *${language}.rb swc* rsl However, that is incorrect (thought it resolves on the main project). The 'rb' designation should be specified in the

Re: AW: FlexMojos with RSLs

2015-09-01 Thread mscharp
Hey Chris. Thanks for the insight. I didn't edit the wiki, but wanted to share at least what I had found in case it was helpful as a starting point for you writing the wiki or anyone else upgrading. The reason I have to depend on the swf files explicitly is because of my project structure. I ha

Re: AW: AW: FlexMojos with RSLs

2015-09-02 Thread mscharp
Awesome! I try this out today. As a side note, have you had a chance to look at the patch for the mavenizer I sent along in my last response to http://apache-flex-development.247.n4.nabble.com/Problems-Installing-Flash-SDK-according-to-documentation-td48319i20.html#a48946 -- View this mess

Re: AW: AW: AW: FlexMojos with RSLs

2015-09-02 Thread mscharp
Hehe. Yeah, I wasn't sure how to get the authentication to work or how to get user/pass in the CLI version. Figured you would probably want to add that :) -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexMojos-with-RSLs-tp48944p48971.html Sent from the

Re: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-08 Thread mscharp
Hey Chris. I just saw this. For some reason, I'm not getting updates to my email from this thread. Company spam filter might be the issue. Anyway. I will test this asap. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexMojos-with-RSLs-tp489

Re: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-08 Thread mscharp
Sweet! Everything looks good. Thanks again for the help Chris! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexMojos-with-RSLs-tp48944p49521.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-09 Thread mscharp
Hey Chris, just found an interesting issue/situation. So, to test the new snapshot I deleted my org.apache.flex folder from my local maven repository. I ran my build and everything worked great! I then tried to build on my CI server and for other reasons got an error. But that lead me to realiz

Re: AW: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-09 Thread mscharp
Hey Chris, have another question for you. Have you attempted to use the extension from a jenkins server? From what I can see, jenkins doesn't seem to recognize the .mvn/extensions.xml file when building a maven project. If, however, I setup a freestyle jenkins project and run shell command with

Re: AW: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-09 Thread mscharp
Seems I've found the answer: https://issues.jenkins-ci.org/browse/JENKINS-30058 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexMojos-with-RSLs-tp48944p49529.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

New Proxy Update for FM maven-extension

2015-10-19 Thread mscharp
Hey Chris. Looks like you're a busy man. Thought I'd try to help out again with another patch for the maven-extension. Not sure if you saw my last post on our previous thread about it, but I just moved the proxy initialization outside of the flex artifact conversion section. I was in a situatio

Re: AW: New Proxy Update for FM maven-extension

2015-10-20 Thread mscharp
Yup, no worries. I didn't really like it there, but didn't know where a better spot would have been which is why I put the guard around creating the proxysettings. Thanks again! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/New-Proxy-Update-for-FM-maven

Re: Enabling Flexmojos 7.1.0-SNAPSHOT in IntelliJ

2015-10-27 Thread mscharp
Hey Chris. I loaded your jar into my IntelliJ folder and restarted IntelliJ. I then did a "Reimport" on my maven flex project and still get an error generating the flex configs. This is the error from the IntelliJ log: Only thing that I can see that might be relevant is IntelliJ itself uses jav

FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-11 Thread mscharp
Hi All - I'm hoping I'm posting this in the correct space. I've seen Chris Dutz around here and since Marvin shut down the old FM group, this looks like the best place for my questions. Anyway - I'm currently working on updating our large flex project(s) from FM 4.2-beta to FM 6.1.0. I've pulled

RE: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-12 Thread mscharp
Thanks for the responses Chris. Yeah, FM is a beast to build. I can't say enough "Thank Yous" for taking over the project. So, my understanding was that FM had to be built against the version of the FDK you wanted to use. I'm assuming this is incorrect. Has anyone tried using FM 6.0.1 with

RE: AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-12 Thread mscharp
e Flex you have to replace every Caching > scope with "rsl". > > Chris > > > > Von: mscharp [[hidden email]] > Gesendet: Donnerstag, 12. September 2013 18:03 > An: [hidden email] > Betreff: RE: FlexMojos 6, Flex sdk 4.10

Re: AW: AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-13 Thread mscharp
Thanks Chris. I do that that in my pom.. maybe I've inserted it in the incorrect location? I'll post my poms for clarity sake. I've removed some of the non pertinent plugins/settings. Parent pom: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

RE: AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-13 Thread mscharp
() You need to overide /set the dependencies in the plugin inside the build tags On 13 Sep 2013 08:35, "mscharp" <[hidden email]> wrote: > I've updated my projects to start building with your 6.0.1 version of FM. > I haven't had a chance to really get into it yet, b

Re: AW: AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-10-02 Thread mscharp
I never got the warnings to go away, however testing hasn't shown any issues thus far. I'm operating under the idea that those warnings aren't important, just annoying (like many other warnings). I could switch over to the version of FM that I built against 4.10, but I feel more comfortable build

Stack traces show Justin Mclean's doc folder in path

2013-10-04 Thread mscharp
I got a Null Object Reference error and just noticed that the stack traces show the path to the flex stuff from Justin Mclean's document folder. This isn't really an issue, just an observation and it might already be known. Just figured I'd report it in case he didn't want his name going out in t

Adobe Flash Player Debugger in Chrome on Mac OSX

2014-05-22 Thread mscharp
Are there any flex devs out there that work on a Mac and debug in Chrome? I've just switched over to developing on a mac, and so far having no luck being able to use the Debugger in Chrome. My swf loads, but I can't type in any text into any of the text inputs in the application. Has anyone else

Re: Adobe Flash Player Debugger in Chrome on Mac OSX

2014-05-22 Thread mscharp
Sorry, I should have included that in my post. I have turned off Pepper and enabled the Debugger in chrome://plugins. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Adobe-Flash-Player-Debugger-in-Chrome-on-Mac-OSX-tp37696p37701.html Sent from the Apache

Re: Adobe Flash Player Debugger in Chrome on Mac OSX

2014-05-22 Thread mscharp
That's good news. I was wondering if they were going to address Google's deprecation of NPAPI plugins. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Adobe-Flash-Player-Debugger-in-Chrome-on-Mac-OSX-tp37696p37702.html Sent from the Apache Flex Development

Re: Adobe Flash Player Debugger in Chrome on Mac OSX

2014-05-22 Thread mscharp
I installed the PPAPI beta version of the debugger, but that didn't solve the problem. Interestingly enough, chrome still lists the plugin as NPAPI. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Adobe-Flash-Player-Debugger-in-Chrome-on-Mac-OSX-tp37696p37

Re: Adobe Flash Player Debugger in Chrome on Mac OSX

2014-05-22 Thread mscharp
OK, this is definitely the weirdest thing I've seen. But if I Right Click somewhere on the HTML page before I click into the flash window, I can enter text no problem. However, if I don't right click at all, or right click in the html after I've clicked into the flash window, I can't enter any te