Hi, Because of a very recent VS Code as3mxml upgrade, about 2 days ago and after many, many time (for sure more than a year), I did an update on git and a full rebuild of the SDK. I also get a compile error, even with "ant clean" before "ant all". I solved my problem with "ant super clean", then "ant clean" and finally "ant all".
By the way, just for curiosity, the last time I fully built the SDK, it was with a MacBook Pro 2018 (16 GB RAM) and it took between 1 h and 2 h to build. Now it took "only" 7 minutos and 7 seconds to do the same, using a recent machine MacBook Pro 2024 M4 Pro Max (36 GM RAM). Harbs <harbs.li...@gmail.com> escreveu (quinta, 12/12/2024 à(s) 12:16): > I just rebuilt Royale and I’m now getting the following error: > > > Internal error: java.lang.RuntimeException: Parameter 'closure-lib' not > specified and closure resources not available in classpath. > org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher.publish(MXMLRoyalePublisher.java:390)org.apache.royale.compiler.clients.MXMLJSCRoyale.compile(MXMLJSCRoyale.java:472)org.apache.royale.compiler.clients.MXMLJSCRoyale._mainNoExit(MXMLJSCRoyale.java:271)org.apache.royale.compiler.clients.MXMLJSCRoyale.mainNoExit(MXMLJSCRoyale.java:228)org.apache.royale.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:299)org.apache.royale.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:234)org.apache.royale.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:195)org.apache.royale.compiler.clients.MXMLJSC.main(MXMLJSC.java:174) > > I don’t have GOOG_HOME set in my environment variables, so I’m not sure > how I’m getting the error. > > Thoughts?