On Mon, May 24, 2010 at 7:47 PM, yuanqixun <[email protected]> wrote:
> -----
> <plugin>
>        <groupId>org.sonatype.flexmojos</groupId>
>        <artifactId>flexmojos-maven-plugin</artifactId>
>        <version>3.6.1</version>
>        <extensions>true</extensions>
>                <dependencies>
>                        <dependency>
>                          <groupId>com.adobe.flex.framework</groupId>
>                          <artifactId>flex-framework</artifactId>
>                          <version>4.0.0.14159</version>
>                          <type>pom</type>
>                        </dependency>
>                </dependencies>
>                <configuration>
>                        <locales>
>                                <locale>zh_CN</locale>
>                        </locales>
>                        <ignoreVersionIssues>true</ignoreVersionIssues>
>                </configuration>
>
>      </plugin>

This isn't related to your problem, but <locales> is deprecated, you
should use <runtimeLocales> or <compiledLocales> instead.

Now, why do you have <ignoreVersionIssues> set to true? This is
actually your problem. Having this set to true is (as the docs say)
extremely unadvisable. If you are getting a message that your compiler
version and SDK version don't match, that is a problem that needs to
be fixed.

> but when I run :mvn  clean install I have follow error:
> [ERROR] C:\Documents and Settings\Administrator\.m2\repository\com
> \adobe\flex\framework\datavisualization
> \4.0.0.14159\datavisualization-4.0.0.14159.swc$defaults
> .css:[13,-1] { expected.

Looks like this problem:
http://groups.google.com/group/flex-mojos/browse_thread/thread/4b3decc4173ddc54/d690f9f264350550?hl=en_US&lnk=gst&q=defaults#d690f9f264350550

Logan

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