Hello all,

I'm using flexmojos 3.2.0 release and have been trying to get the
incremental flag to work but it appears the plugin is not adding it.

I have the following in my pom...

<plugin> <!-- Flex (SWC and SWF) compilation -->
                <groupId>org.sonatype.flexmojos</groupId>
                <artifactId>flexmojos-maven-plugin</artifactId>
                <extensions>true</extensions>
                <executions>
                    <!-- Compile RSL -->
                    <execution>
                        <phase>compile</phase>
                        <goals>
                            <goal>optimize</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <incremental>true</incremental>
                </configuration>
            </plugin>

And the output I am seeing is...

[INFO] Flex compiler configurations:
-compiler.accessible=false
-compiler.actionscript-file-encoding UTF-8
-compiler.allow-source-path-overlap=false
-compiler.as3=true
-compiler.debug=true
-compiler.es=false
-compiler.external-library-path
Z:\dev_kfp\commonlib\commonlib-as\target\classes\libraries\playerglobal.swc
-compiler.fonts.local-fonts-snapshot
Z:\dev_kfp\commonlib\commonlib-as\target\classes\fonts.ser
-compiler.headless-server=false
-compiler.include-libraries=
-compiler.keep-all-type-selectors=false
-compiler.keep-generated-actionscript=false
-compiler.library-path=
-compiler.locale=
-compiler.namespaces.namespace
http://www.adobe.com/2006/mxmlZ:\dev_kfp\commonlib\commonlib-as\target\classes\configs\mxml-manifest.xml
-compiler.optimize=true
-compiler.source-path Z:\dev_kfp\commonlib\commonlib-as\src\main\as
-compiler.strict=true
-compiler.use-resource-bundle-metadata=true
-compiler.verbose-stacktraces=false
-compute-digest=true
-default-background-color 8821927
-default-frame-rate 24
-default-script-limits 1000 60
-default-size 500 375
-licenses.license flexbuilder3 137740047403571111747902
-licenses.license flexbuilder3.displayed20DaysLeftMessage true
-licenses.license flexbuilder3.displayedFirstLaunchMessage true
-licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
-metadata.date Thu May 28 12:00:40 PDT 2009
-target-player 9.0.0
-use-network=true
-verify-digests=true -load-config=

Is this a known issue? or does 3.2.0 not support the incremental flag? Is
there a way I can manually add the compiler option?

Thanks for any help,

Jean-Philippe

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

Reply via email to