I was just looking through the source from the 3.x trunk and
targetPlayer is definitely in there and I can't see why it wouldn't
work. Do you have a full sample POM that I could try?

Something to note is that targetPlayer isn't really necessary because
Flex Mojos will look to see what version of "playerglobal" you have on
your dependency tree. Though I will point out you should still be able
to override this detection by setting targetPlayer explicitly.

Anyway if you have a full sample POM you can give me I can debug it
locally and try to pinpoint what is going wrong.

Lance

On Jun 9, 5:28 pm, Magilla <[email protected]> wrote:
> Hello,
> I am using flexmojos maven plugin (defined below) to build Flex app.
> I noticed that since version 3.6 "-target-player 10.0" is missing from
> flex compiler arguments.
>
> Last one I got it showing up is when flexmojos-maven-plugin version is
> 3.5.0
>
> <plugin>
>           <groupId>org.sonatype.flexmojos</groupId>
>           <artifactId>flexmojos-maven-plugin</artifactId>
>           <version>3.6</version>
>           <extensions>true</extensions>
>           <dependencies>
>             <dependency>
>               <groupId>com.adobe.flex</groupId>
>               <artifactId>compiler</artifactId>
>               <version>3.2.0.3958</version>
>               <type>pom</type>
>             </dependency>
>           </dependencies>
>           <configuration>
>             <targetPlayer>10.0</targetPlayer>
>             <definesDeclaration>
>               <property><name>CONFIG::release</name><value>true</
> value></property>
>               <property><name>CONFIG::debugging</name><value>false</
> value></property>
>             </definesDeclaration>
>           </configuration>
>         </plugin>
>
> Regards,
> Magilla

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