In my app maven pom I have this:

<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>MXRoyale</artifactId>
<version>${royale.framework.version}</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>MXRoyale</artifactId>
<version>${royale.framework.version}</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>

Are you using ANT or other way?

I think others use

"additionalOptions": "+configname=flex"

but I think that option bring other defaults too so I don't use it.
I prefer to stick with Royale default config and just add MXRoyale.swc lib
to the mix to use that classes




El lun., 15 abr. 2019 a las 9:56, choirul anam (<ichsan.a...@gmail.com>)
escribió:

> i use royale royale 0.9.6 that already have MXRoyale.swc file in the :
>
> *apache-royale-0.9.6-bin-js-swf\royale-asjs\frameworks\js\libs*
>
> Sholud i add that file to my project folder too (is there any configuration
> file myabe)?
>
> Regards,
> Choirul
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to