Config :
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>${flexmojos.version}</version>
<extensions>true</extensions>
<configuration>
<debug>true</debug>
<accessible>true</accessible>
<keepAllTypeSelectors>true</keepAllTypeSelectors>
<targetPlayer>10.0.0</targetPlayer>
</configuration>
<executions>
<execution>
<id>wrapper</id>
<configuration>
<templateURI>folder:${project.basedir}/src/main/html</templateURI>
</configuration>
<goals>
<goal>wrapper</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>compiler</artifactId>
<version>${flex.version}</version>
<type>pom</type>
</dependency>
</dependencies>
</plugin>
I got that :
[ERROR] Failed to execute goal
org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:wrapper (wrapper) on
project monin-mmi-flex: Execution wrapper of goal
org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:wrapper failed: An API
incompatibility was encountered while executing
org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:wrapper:
java.lang.NoSuchMethodError:
org.apache.commons.io.FileUtils.copyDirectory(Ljava/io/File;Ljava/io/File;Ljava/io/FileFilter;)V
If I zip the html folder and use zip: instead of folder:, it works (I
think it doesn't make use of commons-io's copyDirectory in that case)
FM 3.8 / Maven 3.0.1
--
Simon.
--
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/