Hi all,
Today, I meeting a problem for the caching scope problem, I use
flexmojos3.6.1+sdk4.0.0.14159, there is only one dependency for my
test project.
<dependency>
    <groupId>com.adobe.flex.framework</groupId>
    <artifactId>flex-framework</artifactId>
    <version>4.0.0.14159</version>
    <type>pom</type>
</dependency>
don't change anything and compile project, the swf can run normally,
but if I add follow dependency for caching spark.swc:
<dependency>
        <groupId>com.adobe.flex.framework</groupId>
        <artifactId>spark</artifactId>
        <version>4.0.0.14159</version>
        <type>swc</type>
        <scope>caching</scope>
</dependency>
and also add configureation:
<rslUrls>
        <url>rsl/{artifactId}-{version}.{extension}</url>
</rslUrls>
and compile it successfully, but when I put the swf and rsl directory
into tomcat, I can't run it for lacking some class(in the spark.swc)
error.
Why? Anyone know the reason? or any wrong config for me?
Thanks.

-- 
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