Hello,

When compiling with Flex Builder I am giving a SWC as a compiler argument to
my application like

-include-libraries "..\libs\SeleniumFlexAPI.swc"

and in the config report of compiler it is seen like

<!-- compiler.include-libraries: a list of libraries (SWCs) to completely
include in the SWF-->
<include-libraries>
         <library>..\libs\SeleniumFlexAPI.swc</library>
</include-libraries>

I want to replicate this using flex-mojos. I gave it as a dependency but it
didn't work. I checked flexmojos:compile-swf plugin documentation but
couldn't find any configuration to set this property.
What should I do? Is there any idea that comes to your mind?

Thanks in advance,
cansaner

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to