Marvin, Thank you very much for replying!
I need to use 3.4.9271 because this is the latest production release and it fixed a module-related bug. I was assuming that maven constructed the compile arguments like - compiler.library-path. The caching/rsl libraries were mistakenly put in -compiler.library-path by maven. If true, this issue should have nothing to do with the flex SDK. Please correct me if I''m wrong. I could try another version. BTW, downloading flexmojos and related libraries from the repository (http://repository.sonatype.org/content/ groups/flexgroup) is hard because there's a lot CHECKSUM failures on files that is over 1M. Thank you very much, Jian On Sep 3, 1:58 pm, Marvin Froeder <[email protected]> wrote: > Could you try other flex SDK version? So far I had saw lots of creepy bugs > on 3.4 > > Ogden Nash <http://www.brainyquote.com/quotes/authors/o/ogden_nash.html> - > "The trouble with a kitten is that when it grows up, it's always a cat." > > On Thu, Sep 3, 2009 at 5:03 PM, JL <[email protected]> wrote: > > > 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/ -~----------~----~----~----~------~----~------~--~---
