--------
BrunoJCM
> No program files, no flexbuilder, no fixed path, pure maven environment....
> so if flexmojos tells compiler/framework versions doesn't match, they don't
> =D
>
>
>
Yes, it's true. But what I couldn't understand until paying more attention
on that is from where flexmojos takes those informations. I have a swc
project that depends only on flex-framework:
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>flex-framework</artifactId>
<version>3.4.0.9271</version>
<type>pom</type>
</dependency>
Using the version above gives me the following error if i don't override the
default compiler on the flex mojos plugin:
[INFO] Flex compiler and flex framework versions doesn't match. Compiler:
'3.2.0.3958' - Framework: '3.4.0.9271'.
The point that is confounding people is that using a flex-framework
different from 3.2.0.3958 requires a explicit definition of the compiler
version in the flexmojos-maven-plugin, as descibed in the URL given with the
error.
Maybe we can improve the message saying this more direclty. What do you
think, Marvin?
--
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://blog.flex-mojos.info/