Is there a 2.0.3 way to compile CSS to SWF or is it required that I upgrade
myself and all my colleagues?
The following (based on a thread here) fails to find the artifact:
flexmojos-maven-plugin
Thanks.
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<groupId>info.flex-mojos</groupId>
<artifactId>flex-compiler-mojo</artifactId>
<version>${flex-mojos.version}</version>
<configuration>
<resourceBundlePath>${basedir}/locale/{locale}</resourceBundlePath>
<compiledLocales>
<locale>en_US</locale>
</compiledLocales>
</configuration>
</plugin>
<plugin>
<groupId>info.flex-mojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>${flex-mojos.version}</version>
<extensions>true</extensions>
<executions>
<execution>
<id>compile-css-to-swf</id>
<phase>compile</phase>
<goals>
<goal>compile-swf</goal>
</goals>
<configuration>
<sourceFile>styles/blue.css</sourceFile>
<!-- <output></output> -->
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---