I thought it did, but I did not compile my project fully. I just now tried to build it fully on the command line and it fails with the same exception:
[ERROR] Failed to execute goal
net.flexmojos.oss:flexmojos-maven-plugin:6.0.1:compile-swf
(default-compile-swf) on project client-app-web:
java.lang.reflect.InvocationTargetException: Missing resource bundle
'com.adobe.flex.framework:flash-integration:rb.swc:es_ES:4.11.0.20131017' ->
[Help 1]
This is how my plugin is configured:
<plugin>
<groupId>net.flexmojos.oss</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>wrapper</goal>
</goals>
</execution>
</executions>
<configuration>
<defines>
<property>
<name>APP::version</name>
<value>"${project.version}"</value>
</property>
</defines>
<useNetwork>true</useNetwork>
<parameters>
<title>My Application</title>
</parameters>
<localesSourcePath>src/main/locales/{locale}</localesSourcePath>
<localesCompiled>
<compiled>fr_FR</compiled>
<compiled>en_US</compiled>
<compiled>es_ES</compiled>
<compiled>de_DE</compiled>
<compiled>it_IT</compiled>
<compiled>pt_PT</compiled>
</localesCompiled>
<keepAs3Metadatas>
<keepAs3Metadata>Autowired</keepAs3Metadata>
</keepAs3Metadatas>
<licenses>
<flashbuilder45>xxxxxx</flashbuilder45>
</licenses>
<templateURI>folder:${basedir}/html-template</templateURI>
<storepass />
</configuration>
</plugin>
Note that this project was working fine with Flexmojos 4.
regards,
Wim
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Flexmojos-6-and-IntelliJ-13-tp4262p4264.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.
