It looks like we published it in 0.9.8: https://search.maven.org/artifact/org.apache.royale.typedefs/royale-typedefs-playerglobal/0.9.8/swc
I noticed recently that [Event] metadata was missing, so this artifact may not work correctly in certain contexts, until the 0.9.9 release. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sun, Oct 31, 2021 at 3:46 PM Greg Dove <greg.d...@gmail.com> wrote: > Hi Maria, > > Just a quick reply: > Did you upgrade your maven version recently? > For maven version 3.8.1 and higher there is a new setting that blocks all > http (i.e. NOT https) repositories by default. That will very likely be > what is affecting the jspresso download. > (it is sort of explained by this: " maven-default-http-blocker ( > http://0.0.0.0/): Blocked mirror for repositories: [jspresso ( > http://repository.jspresso.org/maven2" ) > There is a way to 'unblock' that in the maven settings.xml, so you could > research that. > > Otherwise if you use version 3.6.3 or lower it should still work if that > repo is still live. > > But iiuc Josh has now made a compiler tool for generating non-adobe > playerglobal swc, so presumably we could publish this ourselves within > royale maven build if it is not already done - I am not sure about that, > but it is worth discussing on-list I think. > > > > On Mon, Nov 1, 2021 at 11:33 AM Maria Jose Esteve <mjest...@iest.com> > wrote: > > > Hi guys, let's see if anyone can help me and Ichsan.... We have problems > > with playglobal.swc when compiling. > > I "always" referenced version 15.0 of playglobal.swc and never had any > > problems until now. > > When ichsan tried to compile the same project, he got an error: > > > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 28.466 s > > [INFO] Finished at: 2021-10-30T02:18:39+07:00 [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.royale.compiler:royale-maven-plugin:0.9.9-SNAPSHOT:compile-as > > (default-compile-as) on project royale-echarts: Could not resolve > > dependencies for project > > com.iest.royale.echarts:royale-echarts:swc:1.0-SNAPSHOT: Failed to > collect > > dependencies at com.adobe.flash.framework:playerglobal:swc:15. 0: Failed > to > > read artifact descriptor for > > com.adobe.flash.framework:playerglobal:swc:15.0: Could not transfer > > artifact com.adobe.flash.framework:playerglobal:pom:15.0 from/to > > maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for > > repositories: [jspresso (http://repository.jspresso.org/maven2, default, > > releases)] -> [Help1] > > > > At that moment I understood that the version that Ichsan had referenced > in > > the pom was not in his repo and I tried to reference version 11.7, the > SDK > > version. > > After making this change, and even if I go back to version 15.0 it has > > been impossible to compile: always the same error (with version 15.0, > with > > version 11.7, with version 20.0, with all of them). > > I tried to create the PLAYGLOBAL_HOME environment variable but it doesn't > > solve it. > > > > How can we fix it? I can't compile any other project on this machine > (none > > of the examples, none of my work project, nothing...). > > > > Any help would be welcome. > > Thank you. > > > > Hiedra > > > > -----Mensaje original----- > > De: Maria Jose Esteve <mjest...@iest.com> > > Enviado el: domingo, 31 de octubre de 2021 1:41 > > Para: dev@royale.apache.org > > Asunto: RE: playerglobal artifact not exist when building royale echart > > example project > > > > It does not work. > > Also, I did the test "after sending the message" and now when I go back > to > > version 15.0 I can't compile either. > > I've messed it up even more. :( > > This is what happens when you "unknowingly" reply. > > Sorry, maybe someone else can help us both. :P > > > > Hiedra > > -----Mensaje original----- > > De: Maria Jose Esteve <mjest...@iest.com> Enviado el: domingo, 31 de > > octubre de 2021 1:21 > > Para: dev@royale.apache.org > > Asunto: RE: playerglobal artifact not exist when building royale echart > > example project > > > > Ichsan, try to set version 11.7 as the version that exists in the SDK > > (ROYALE_HOME/frameworks/libs/player/11.7) > > (If you didn't have playerglobal.swc pre-cached from sometime prior to > its > > removal by Adobe, I imagine this will work for you.) > > > > Hiedra > > -----Mensaje original----- > > De: ichsan anam <ichsan.a...@gmail.com> Enviado el: viernes, 29 de > > octubre de 2021 21:27 > > Para: dev@royale.apache.org > > Asunto: playerglobal artifact not exist when building royale echart > > example project > > > > Dear Maria, > > > > i have download and build apache echart example you have posted in > github. > > > > https://github.com/mjesteve/Royale-ECharts/tree/develop > > > > but when i compile with maven build failure with messages: > > > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 28.466 s > > [INFO] Finished at: 2021-10-30T02:18:39+07:00 [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.royale.compiler:royale-maven-plugin:0.9.9-SNAPSHOT:compile-as > > (default-compile-as) on project royale-echarts: Could not resolve > > dependencies for project > > com.iest.royale.echarts:royale-echarts:swc:1.0-SNAPSHOT: Failed to > collect > > dependencies at com.adobe.flash.framework:playerglobal:swc:15.0: Failed > to > > read artifact descriptor for > > com.adobe.flash.framework:playerglobal:swc:15.0: Could not transfer > > artifact com.adobe.flash.framework:playerglobal:pom:15.0 from/to > > maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for > > repositories: [jspresso (http://repository.jspresso.org/maven2, default, > > releases)] -> [Help1] > > > > it seem artifact for playerglobal is not exist, is it removed? any > update? > > >