I found that there is a page explaining this that I should give its scope:

<dependency>
  <groupId>com.adobe.flex.sdk</groupId>
  <artifactId>datavisualization</artifactId>
  <version>3.0.0.477</version>
  <type>swc</type>
  <scope>internal</scope>
</dependency>

https://docs.sonatype.org/display/FLEXMOJOS/Adding+libraries+to+compilation

Thanks for documentation :)

cansaner
On Wed, Dec 29, 2010 at 7:40 PM, Can Saner <[email protected]> wrote:

> 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