Did you added the required dependencies to your pom?

On Jul 9, 2:51 am, Deepak Chavhan <[email protected]> wrote:
> Hi,
>
> I am getting the below error while compiling flex codes.
> ==============================================================================
> -use-network=true
> -verify-digests=true -static-link-runtime-shared-libraries=false -load-
> config=
> -metadata.language+=en_US
> [ERROR] E:\SVNRepo\LDU\CliqFlexUI\CliqFlex\src\index.mxml:[14,-1]
> Could not resolve <s:Application>
> to a component implementation.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error compiling!
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> ==============================================================================
>
> I have the following namespaces in my index.mxml
>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
>                            xmlns:s="library://ns.adobe.com/flex/spark"
>                            xmlns:mx="library://ns.adobe.com/flex/mx"
>                            xmlns:form="com.sungard.cliq.ui.user.form.*"
>                            minWidth="1024" minHeight="700"
>                            width="100%" height="100%" currentState="default"
>                            preinitialize="this_preinitializeHandler(event)"
>                            
> creationComplete="this_creationCompleteHandler(event)"
>                            
> applicationComplete="this_applicationCompleteHandler(event)"
>                            addedToStage="dispatchEvent(new 
> Event('configureIOC',true))"
>
> skinClass="com.sungard.cliq.controls.skin.application.indexSkin">
>
> Can somone please help me here?
>
> Thanks,
> Deepak

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