http://flexmojos.sonatype.org/faq.html

On Mon, May 24, 2010 at 10:47 PM, yuanqixun <[email protected]> wrote:

> Hi,all,
> Today I use felxmojos3.6.1 + flex sdk4, after generate project, I
> manually change the compiler's sdk version to 4.0.0.14159, and change
> the dependency just as bellow:
> for plugin:
> -----
> <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>
> ------
> for dependency:
> ------
> <dependency>
>      <groupId>com.adobe.flex.framework</groupId>
>      <artifactId>flex-framework</artifactId>
>      <version>4.0.0.14159</version>
>      <type>pom</type>
>      <exclusions>
>        <exclusion>
>                <groupId>com.adobe.flex.framework</groupId>
>                <artifactId>playerglobal</artifactId>
>        </exclusion>
>      </exclusions>
>    </dependency>
>
> 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.
> [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:[14,-1]
> { expected.
> [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:[181,-1]
> Unexpected character: D.
> [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:[185,-1]
> { expected.
> [ERROR] C:\Documents and Settings\Administrator\.m2\repository\com
> \adobe\flex\framework\framework\4.0.0.14159\framework-4.0.0.14159.swc
> $defaults.css:[15,-1] { expected.
> [ERROR] C:\Documents and Settings\Administrator\.m2\repository\com
> \adobe\flex\framework\spark\4.0.0.14159\spark-4.0.0.14159.swc
> $defaults.css:[15,-1] { expected.
>
> anybody know the problem and how to resolve the problem?
> thanks.
>
> --
> 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]<flex-mojos%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/
>

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