Strange behaviour with flex-mojo's build vs using apparat directly

21 views
Skip to first unread message

karthi...@y7mail.com

unread,
Jun 23, 2011, 3:20:00 AM6/23/11
to apparat-framework
I am using flex-mojos to optimise-swf...please see below
configuration. When this runs it compresses the SWF file by 3.96% but
when I run the same build using reducer goal directly I get a much
larger reduction. However the built SWF that happens through reducer
does not do anything.

<execution>
<id>default-compile-swf</id>
<goals>
<goal>wrapper</goal>
</goals>
</execution>
<!-- Will trigger Apparat optimisations -->
<execution>
<id>default-optimize-swf</id>
<goals>
<goal>optimize-swf</goal>
</goals>
<configuration>
<!-- Apparat specific optimisations -->
<reduceDeblock>.5</reduceDeblock>
<reduceMergeABC>false</reduceMergeABC>
<reduce>true</reduce>
<reduceLzma>true</reduceLzma>
<reduceMergeCF>false</reduceMergeCF>
<reduceQuality>1.0</reduceQuality>
<strip>false</strip>
</configuration>
</execution>
Reply all
Reply to author
Forward
0 new messages