Gurus,
I was trying to use caching on framework, rpc and datavisualization,
use rsl on other libraries like degrafa.swc. However, the size of the
generated swf file was not reduced. Then in the trace, I saw all
those libraries were still listed in the -compiler.library-path
argument. On the other hand, there's also -runtime-shared-library-
path arguments for each of the libraries.
I was using flexmojos-maven-plugin version 3.4-SNAPSHOT and flex
compiler version 3.4.0.9271.
The plugin config in pom.xml was like:
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>framework</artifactId>
<version>3.4.0.9271</version>
<type>swc</type>
<scope>caching</scope>
</dependency>
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>framework</artifactId>
<version>3.4.0.9271</version>
<type>rb.swc</type>
</dependency>
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>framework</artifactId>
<version>3.4.0.9271</version>
<type>rb.swc</type>
<classifier>en_US</classifier>
</dependency>
.......................
<dependency>
<groupId>com.degrafa</groupId>
<artifactId>degrafa</artifactId>
<version>2.21a</version>
<type>swc</type>
<scope>rsl</scope>
</dependency>
.......................
Please help. Thanks in advance!
JL
--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---