I am seeing this output:

[INFO] [flexmojos:compile-swf {execution: default-compile-swf}]
[INFO] Flexmojos 3.6-SNAPSHOT
[INFO]   Apache License - Version 2.0 (NO WARRANTY) - See COPYRIGHT
file
[WARNING] Source file was not defined, flexmojos will guess one.
[INFO] Flex compiler configurations:
-compiler.external-library-path E:\eclipse\workspace\lidar\lidar.client
\target\classes\libraries\playerglobal.swc
-compiler.include-libraries=
-compiler.library-path E:\eclipse\workspace\lidar\lidar.client\target
\classes\libraries\agslib.swc E:\eclipse\workspace\lidar\lidar.client
\target\classes\libraries\spring-actionscript-core.swc C:\Documents
and Settings\ronak.patel\.m2\repository\com\adobe\flex\framework
\framework\3.3.0.4852\framework-3.3.0.4852-en_US.rb.swc C:\Documents
and Settings\ronak.patel\.m2\repository\com\adobe\flex\framework\rpc
\3.3.0.4852\rpc-3.3.0.4852-en_US.rb.swc
-compiler.accessible=false
-compiler.allow-source-path-overlap=false
-compiler.as3=true
-compiler.debug=true
-compiler.es=false
-compiler.fonts.local-fonts-snapshot E:\eclipse\workspace\lidar
\lidar.client\target\classes\fonts.ser
-compiler.keep-generated-actionscript=false
-licenses.license flashbuilder4 952307071850431123919782
-licenses.license flexbuilder253292.displayedStartPageAtLeastOneTime
true
-licenses.license flexbuilder3 137740033397759738576672
-licenses.license flexbuilder3.displayed20DaysLeftMessage true
-licenses.license flexbuilder3.displayedFirstLaunchMessage true
-licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
.
.
.
-verify-digests=true -static-link-runtime-shared-libraries=false -load-
config=
-metadata.language+=en_US
[ERROR] E:\eclipse\workspace\lidar\lidar.client\src\main\flex
\main.mxml:[4,-1] Could not resolve <s:Application> to a component
implementation.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error compiling!
[INFO]
------------------------------------------------------------------------

I'm wondering why it's pulling in Flex 3.3 versions of the locale
libraries.
This of course works just fine in Flash Builder...

On Feb 10, 12:08 pm, Marvin Froeder <[email protected]> wrote:
> What lead you into that conclusion?
>
> VELO
>
>
>
> On Wed, Feb 10, 2010 at 6:07 PM, Ronak Patel <[email protected]> wrote:
> > Hi,
>
> > I'm trying to use Flex 4.0.0.10485 but the right compiler doesn't seem
> > to be invoked. Is this pom set up correct (where flex.version is
> > defined as 4.0.0.10485)
>
> > <dependencies>
> >                <!-- Flex CORE -->
> >                <dependency>
> >                        <groupId>com.adobe.flex.framework</groupId>
> >                        <artifactId>flex</artifactId>
> >                        <version>${flex.version}</version>
> >                        <type>pom</type>
> >                </dependency>
> >                <dependency>
> >                        <groupId>com.adobe.flex.framework</groupId>
> >                        <artifactId>playerglobal</artifactId>
> >                        <version>${flex.version}</version>
> >                        <classifier>10</classifier>
> >                        <type>swc</type>
> >                </dependency>
> >                <dependency>
> >                        <groupId>com.adobe.flexunit</groupId>
> >                        <artifactId>flexunit</artifactId>
> >                        <version>0.9</version>
> >                        <scope>test</scope>
> >                        <type>swc</type>
> >                </dependency>
> >                <!-- ArcGIS Server -->
> >                <dependency>
> >                        <groupId>com.esri.flex</groupId>
> >                        <artifactId>agslib</artifactId>
> >                        <version>1.3</version>
> >                        <type>swc</type>
> >                </dependency>
> >                <!-- Spring Actionscript -->
> >                <dependency>
> >                        <groupId>org.springextensions.actionscript</groupId>
> >                        <artifactId>spring-actionscript-core</artifactId>
> >                        <version>0.8.1</version>
> >                        <type>swc</type>
> >                </dependency>
> >        </dependencies>
> >        <build>
> >                <sourceDirectory>src/main/flex</sourceDirectory>
> >                <resources>
> >                        <resource>
> >                                <directory>src/main/resources</directory>
> >                                <filtering>true</filtering>
> >                        </resource>
> >                </resources>
> >                <plugins>
> >                        <plugin>
> >                                <groupId>org.sonatype.flexmojos</groupId>
>
> >  <artifactId>flexmojos-maven-plugin</artifactId>
> >                                <version>3.6-SNAPSHOT</version>
> >                                <dependencies>
> >                                        <dependency>
>
> >  <groupId>com.adobe.flex</groupId>
>
> >  <artifactId>compiler</artifactId>
>
> >  <version>${flex.version}</version>
> >                                                <type>pom</type>
> >                                        </dependency>
> >                                        <dependency>
>
> >  <groupId>com.adobe.flex</groupId>
>
> >  <artifactId>license</artifactId>
>
> >  <version>${flex.version}</version>
> >                                        </dependency>
> >                                        <dependency>
>
> >  <groupId>com.adobe.flex.compiler</groupId>
>
> >  <artifactId>asdoc</artifactId>
>
> >  <version>${flex.version}</version>
>
> >  <classifier>template</classifier>
> >                                                <type>zip</type>
> >                                        </dependency>
> >                                </dependencies>
> >                                <extensions>true</extensions>
> >                                <configuration>
> >                                        <targetPlayer>10.0.0</targetPlayer>
>
> >  <contextRoot>lidar.client.consumer</contextRoot>
> >                                        <debug>true</debug>
> >                                        <compiledLocales>
> >                                                <locale>en_US</locale>
> >                                        </compiledLocales>
> >                                </configuration>
> >                        </plugin>
> >                </plugins>
> >        </build>
>
> > --
> > 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%2bunsubscr...@googlegrou 
> > ps.com>
> > For more options, visit this group at
> >http://groups.google.com/group/flex-mojos?hl=en?hl=en
>
> >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?hl=en?hl=en

http://flexmojos.sonatype.org/

Reply via email to