Re: playerglobal in maven repo?

2023-02-20 Thread Josh Tynjala
flex-sdk-converter-maven-extension 1.1.0 has been officially released. The develop branch of the royale-compiler, royale-typedefs, and royale-asjs repositories now use this new version. It resolves the issue where playerglobal.swc could not be downloaded by Maven. -- Josh Tynjala Bowler Hat LLC

Re: playerglobal in maven repo?

2023-02-02 Thread Josh Tynjala
In order to resolve this issue, I'm starting the release process for flex-sdk-converter-maven-extension 1.1.0. As release manager, I just submitted RC 1 to the Flex PMC. If you are a member of the Flex PMC, please go try it out, and add your +1 vote, if things look okay. To build the

Re: playerglobal in maven repo?

2023-02-02 Thread Josh Tynjala
Just replying with the error message you get if you forget `-s settings-template.xml` so that it will show up in search. [ERROR] Extension org.apache.flex.utilities.converter:flex-sdk-converter-maven-extension:1.1.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find

Re: playerglobal in maven repo?

2023-02-01 Thread Josh Tynjala
I deployed flex-sdk-converter-extension 1.1.0-SNAPSHOT to Apache snapshots to allow testing of my bugfix. I updated the royale-compiler develop branch to use it, along with playerglobal 32.0 instead of 20.0 because Adobe no longer makes 20.0 available for download. Similar to how it worked in the

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]