Hi,
in Flash Builder I compile my Project with the compiler option " -
isolate-styles=false"
in order to get the same with flexmojos I added to my pom.xml:
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<debug>false</debug>
<targetPlayer>10.1</targetPlayer>
<isolateStyles>false</isolateStyles>
...
But the <isolateStyles> is ignored.
Running maven with -X shows all flex compiler arguments:
...
-compiler.accessible=false
-compiler.allow-source-path-overlap=true
-compiler.as3=true
-compiler.debug=false
-compiler.es=false
...
And there is NO option like "-compiler.isolate-styles"
Anyone has an idea?
Thanks in advance for any Help.
regards, Five
--
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/