javeiga-iest
javeiga-iest
I have my development branch updated https://github.com/apache/royale-asjs/commit/c2a7d5e4761c37d1baddeb6b0cb2d897f45a28db but i still have the same problem. Is there a temporary solution to be able to continue working?
Yes, as additional information we have these classes in a separate project as a library. In fact, if I move the class to the main project, it compiles correctly.
By adding the following line to the _additionalCompilerOptions_ statement apparently solves the problem: `-compiler.js-namespaces.namespace+=http://ns.adobe.com/mxml/2009,${env.ROYALE_HOME}/frameworks/mxml-2009-manifest.xml;` What we do not know if it is the correct solution, because before the changes of...
Compiling the previous version of the SDK we still have problems, can it have something to do with the artifacts that are downloaded regardless of the version compiled locally? Is...