Hi All,

I am trying to register the Array class with

registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList);

But I am getting:

Error: Call to a possibly undefined method registerClassAlias.
:                               
registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList);

I have it working in other projects just fine.

The compiler options are:

-theme=${royalelib}/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
 -html-template=src/resources/jewel-index-template.html 
-js-default-initializers=true 
-keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient
 -keep-code-with-metadata=Inject  
-js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc 
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css 
+configname=flex   -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc

Any ideas?

David

Reply via email to