angelhdz opened a new issue #769: [ERROR] This tag could not be resolved to an ActionScript class. It will be ignored. URL: https://github.com/apache/royale-asjs/issues/769 Error "This tag could not be resolved to an ActionScript class. It will be ignored." It prevents build. No HTML output files generated. VSCode: 1.43.1 Royale SDK: 0.9.6 (JS Only) Actionscript & MXML Extension: Same code and config files that the other multiple times I've decided to try Royale... **src/Main.xml:** ``` <?xml version="1.0" encoding="utf-8"?> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/royale/express"> <js:initialView> <js:View> <js:Label text="Hello World" x="100" y="100"/> </js:View> </js:initialView> </js:Application> ``` **launch.json:** ``` { "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome", "file": "${workspaceRoot}/bin/js-debug/index.html" } ] } ``` **tasks.json:** ``` { "version": "2.0.0", "tasks": [ { "type": "actionscript", "debug": true, "group": { "kind": "build", "isDefault": true }, "label": "debug" } ] } ``` **asconfig.json:** ``` { "compilerOptions": { "source-map": true, "targets": [ "JSRoyale" ] }, "files": [ "src/Main.mxml" ] } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
