我有机会将 Flex 应用程序迁移到 Apache Royale,能够运行 helloworld 应用程序。开始迁移应用程序,遇到几个异常。波纹管是一个。
我们正在使用
AdobeSpelling.swc
AlivePDF.swc
Cairngorm.swc
flexmdi.swc
FlexUnit.swc
spcairngorm.swc
这些“.swc”库。
我如何导入这些或者是royale兼容文件中的任何类似库。我找到了 asconfig.json 文件 - external-library-path - 但我正在使用 maven pom.xml 编译我的应用程序。
请帮助我,基本迁移
错误日志:
Warning: Definition com.model.ModelLocator could not be found.
import com.model.ModelLocator;
Warning: Definition com.util.customComponents.CustomMenuBarEvent could
not be found.
import com.util.customComponents.CustomMenuBarEvent;