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 time. Usually it would have tried again on 0:00 of the next day. You can however force updates by providing the "-U" switch to your mvn command. This forces Maven to check snapshots and unsuccessful resolutions.
I had tried your poms at my customer and couldn't find any issues with it. Could you please clear your repo again and give the official version a new try? As I said, I just deployed a fresh version manually. Chris ________________________________________ Von: mscharp <michael.sch...@fmr.com> Gesendet: Mittwoch, 26. August 2015 01:17 An: dev@flex.apache.org 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 extension. Because it doesn't utilize the proxies, it wrote out _remote.repositories and .lastUpdated files to my local maven repository which seemed to tell maven that the libraries weren't there. After I deleted those files, my fontkit pom built perfectly! Following that, I completely wiped out my local maven repository, and updated my maven extensions.xml file to point back to the 1.0.0-SNAPSHOT version. After failing to build I believe that I have verified that the 1.0.0-SNAPSHOT version that is in the public maven repo does not have the code in it to use the proxy. The output from the build does not say "Using proxy: proxyInfo" anywhere. Tomorrow I will try to add back in the compiler and flexmojos to the pom. -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Problems-Installing-Flash-SDK-according-to-documentation-tp48319p48932.html Sent from the Apache Flex Development mailing list archive at Nabble.com.