Hi,
I'm trying to use Flex 4.0.0.10485 but the right compiler doesn't seem
to be invoked. Is this pom set up correct (where flex.version is
defined as 4.0.0.10485)
<dependencies>
<!-- Flex CORE -->
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>flex</artifactId>
<version>${flex.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>playerglobal</artifactId>
<version>${flex.version}</version>
<classifier>10</classifier>
<type>swc</type>
</dependency>
<dependency>
<groupId>com.adobe.flexunit</groupId>
<artifactId>flexunit</artifactId>
<version>0.9</version>
<scope>test</scope>
<type>swc</type>
</dependency>
<!-- ArcGIS Server -->
<dependency>
<groupId>com.esri.flex</groupId>
<artifactId>agslib</artifactId>
<version>1.3</version>
<type>swc</type>
</dependency>
<!-- Spring Actionscript -->
<dependency>
<groupId>org.springextensions.actionscript</groupId>
<artifactId>spring-actionscript-core</artifactId>
<version>0.8.1</version>
<type>swc</type>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/main/flex</sourceDirectory>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>3.6-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>compiler</artifactId>
<version>${flex.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>license</artifactId>
<version>${flex.version}</version>
</dependency>
<dependency>
<groupId>com.adobe.flex.compiler</groupId>
<artifactId>asdoc</artifactId>
<version>${flex.version}</version>
<classifier>template</classifier>
<type>zip</type>
</dependency>
</dependencies>
<extensions>true</extensions>
<configuration>
<targetPlayer>10.0.0</targetPlayer>
<contextRoot>lidar.client.consumer</contextRoot>
<debug>true</debug>
<compiledLocales>
<locale>en_US</locale>
</compiledLocales>
</configuration>
</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://flexmojos.sonatype.org/