Looks like i can't change the swf-version compile parameter to 11 with
3.8.

Is this the only thing preventing 3.8 being able to build with 4.5.x?

On Jun 28, 9:50 am, maxmil <[email protected]> wrote:
> Is it possible to build with 4.5.0.20967 and Flex Mojos 3.8?
>
> I haven't managed to find any documentation that says otherwise.
>
> I have a very simple pom and the project builds fine but when i access
> the application i get a blank page (no errors).
>
> If i build the same project with 4.1.0.16076 it works fine.
>
> This is my pom.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>    
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/maven-v4_0_0.xsd";>
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>test</groupId>
>    <artifactId>flex4.5-test</artifactId>
>    <packaging>swf</packaging>
>    <name>Flex 4.5 test with flexmojos 3.8</name>
>    <version>1.0</version>
>    <build>
>       <sourceDirectory>src/main/flex</sourceDirectory>
>       <plugins>
>          <plugin>
>             <groupId>org.sonatype.flexmojos</groupId>
>             <artifactId>flexmojos-maven-plugin</artifactId>
>             <version>4.0-beta-7</version>
>             <extensions>true</extensions>
>             <dependencies>
>                <dependency>
>                   <groupId>com.adobe.flex</groupId>
>                   <artifactId>compiler</artifactId>
>                   <version>${flex.sdk.version}</version>
>                   <type>pom</type>
>                </dependency>
>             </dependencies>
>             <configuration>
>                <sourcePaths>
>                   <path>${basedir}/src/main/flex</path>
>                </sourcePaths>
>                <sourceFile>Main.mxml</sourceFile>
>             </configuration>
>          </plugin>
>       </plugins>
>    </build>
>    <dependencies>
>       <dependency>
>          <groupId>com.adobe.flex.framework</groupId>
>          <artifactId>flex-framework</artifactId>
>          <version>${flex.sdk.version}</version>
>          <type>pom</type>
>       </dependency>
>    </dependencies>
>    <properties>
>       <!--flex.sdk.version>4.1.0.16076</flex.sdk.version-->
>       <flex.sdk.version>4.5.0.20967</flex.sdk.version>
>    </properties>
> </project>

-- 
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/

Reply via email to