Re: playerglobal in maven repo?

2023-01-31 Thread Josh Tynjala
I think I want to try publishing flex-sdk-converter-extension 1.1.0-SNAPSHOT to Apache's Maven snapshots repo. Then, we can use the "-s settings-template.xml" trick to get our build to use that snapshot version. This is how we did it with 1.0.0-SNAPSHOT before Chris released the proper 1.0.0.

Re: playerglobal in maven repo?

2023-01-31 Thread Josh Tynjala
Okay, I rebuilt flex-sdk-converter-extension on my local machine (it's in the flex-utilities repo, for anyone interested). If I change the URL for sdk-installer-config-4.0.xml from http to https, it successfully downloads. So, for some reason, the 301 redirect is not being handled correctly.

Re: playerglobal in maven repo?

2023-01-31 Thread Josh Tynjala
I tried changing to playerglobal 32.0, and it is still failing. Interestingly, I see these lower level exceptions in the log when I add the -X option to mvn: Caused by: org.apache.flex.utilities.converter.retrievers.exceptions.RetrieverException: Error parsing 'sdk-installer-config-4.0.xml'

Re: playerglobal in maven repo?

2023-01-31 Thread Josh Tynjala
I seem to recall that Adobe stopped making most older versions of playerglobal.swc available for download from their servers. I think it might be only version 32.0 that's still available. We have flash.version set to 20.0 in our pom.xml: 20.0 We might need to change that to 32.0. Most of us

Re: playerglobal in maven repo?

2023-01-31 Thread Josh Tynjala
We use some kind of Maven plugin/extension that downloads playerglobal.swc from Adobe. I think it's the flex-sdk-converter-maven-extension referenced in .mvn/extensions.xml -- Josh Tynjala Bowler Hat LLC On Tue, Jan 31, 2023 at 7:43 AM Yishay Weiss wrote: > Compiler

playerglobal in maven repo?

2023-01-31 Thread Yishay Weiss
Compiler release is failing [1] due to playerglobal not being found in maven repo. I checked and I can’t find com.adobe.flash there [2] any ideas? [1] Royale_Release_Step_002 #9 Console [Jenkins]