Seen the issue.
<crux:CruxConfig eventPackages="crux.quickstart.event"
viewPackages="crux.quickstart.view"/>
It was wrong spelling of CruxConfig. It compiles now.
On Thursday, July 1, 2021, 06:18:24 PM GMT+1, [email protected]
<[email protected]> wrote:
Hi,
I am trying to create my own crux quick start application. I am following the
crux example. I get the following errors when compiling
CruxQuickStart.mxml(47):col: 16 Error: Cannot parse a value of type
'org.apache.royale.crux.ICruxConfig' from ''.
<crux:config>
then
CruxQuickStart.mxml(48): col: 21 Error: This tag could not be resolved to an
ActionScript class. It will be ignored.
<crux:Config eventPackages="crux.quickstart.event"
viewPackages="crux.quickstart.view">
I have studied the original example source. I think I have followed it
correctly.
Any ideas ?
Regards,