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: 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

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
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
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
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

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

2015-08-26 Thread Christofer Dutz
Betreff: Re: AW: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation 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 extensi

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: 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-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.

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

2015-08-24 Thread Christofer Dutz
015 18:49 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation 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 t

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: 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-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

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

2015-07-28 Thread Christofer Dutz
y for taking that many roundtrips :-( Chris Von: Christofer Dutz Gesendet: Montag, 27. Juli 2015 22:16 An: dev@flex.apache.org Betreff: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation Hi Micheal, well it seems that the dow

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

2015-07-27 Thread Christofer Dutz
Betreff: Re: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation 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 m

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

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

2015-07-20 Thread Christofer Dutz
tings.xml) then these settings will not have any effect. Chris Von: mscharp Gesendet: Donnerstag, 16. Juli 2015 23:06 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: Problems Installing Flash SDK according to documentation I've finally had a chan

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

2015-07-17 Thread Christofer Dutz
tings will not have any effect. Chris Von: mscharp Gesendet: Donnerstag, 16. Juli 2015 23:06 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: Problems Installing Flash SDK according to documentation I've finally had a chance to get outside of my com

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: 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

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

2015-07-08 Thread Christofer Dutz
Installing Flash SDK according to documentation 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

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: 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

AW: AW: Problems Installing Flash SDK according to documentation

2015-07-02 Thread Christofer Dutz
: Dienstag, 30. Juni 2015 22:05 An: dev@flex.apache.org Betreff: Re: AW: Problems Installing Flash SDK according to documentation 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

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

AW: Problems Installing Flash SDK according to documentation

2015-06-30 Thread Christofer Dutz
Well it seems that there must be a problem fetching the config xml ... first I was afraid that the file had changed, but it's still there and I can access it correctly. So probably your proxy is causing problems ... As I am using the Apace HTTP component to access the file, eventually the proxy