You didn't declared rb.swc dependency....  in other words your dependency
list is incomplete.

Take a look on the sample... use that dependency and you should be fine.


VELO

On Wed, Mar 4, 2009 at 5:13 PM, Jorge <[email protected]> wrote:

>
> This is the console output:
>
> D:\desenvolvimento\java\workspace_tmp\sample-proj\app-flex>mvn install
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Nome do projeto Flex
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [flex:compile-swf]
> [INFO] Flex-mojos 3.0-SNAPSHOT - GNU GPL License (NO WARRANTY) - See
> COPYRIGHT file
> [WARNING] Source file was not defined, flex-mojos will guess one.
> [INFO] Using configuration file D:\desenvolvimento\java\workspace_tmp
> \sample-proj\app-flex\target\classes\config.xml
> [INFO] Flex compiler configurations:
> -compiler.accessible=false
> -compiler.actionscript-file-encoding UTF-8
> -compiler.allow-source-path-overlap=false
> -compiler.as3=true
> -compiler.debug=false
> -compiler.es=false
> -compiler.external-library-path D:\desenvolvimento\java\workspace_tmp
> \sample-proj\app-flex\target\classes\libraries\playerglobal.swc
> -compiler.fonts.local-fonts-snapshot D:\desenvolvimento\java
> \workspace_tmp\sample-proj\app-flex\target\classes\fonts.ser
> -compiler.headless-server=false
> -compiler.include-libraries=
> -compiler.keep-all-type-selectors=false
> -compiler.keep-generated-actionscript=false
> -compiler.library-path D:\desenvolvimento\java\repositorio\br\com
> \silcom\silcomlib\0.0.1\silcomlib-0.0.1.swc D:\desenvolvimento\java
> \repositorio\com\adobe\flex\framework\flex\3.2.
> 0.3958\flex-3.2.0.3958.swc D:\desenvolvimento\java\repositorio\com
> \adobe\flex\framework\framework\3.2.0.3958\framework-3.2.0.3958.swc D:
> \desenvolvimento\java\repositorio\com\adobe
> \flex\framework\rpc\3.2.0.3958\rpc-3.2.0.3958.swc D:\desenvolvimento
> \java\repositorio\com\adobe\flex\framework\utilities
> \3.2.0.3958\utilities-3.2.0.3958.swc
> -compiler.locale=
> -compiler.namespaces.namespace http://www.adobe.com/2006/mxml D:
> \desenvolvimento\java\workspace_tmp\sample-proj\app-flex\target\classes
> \configs\mxml-manifest.xml
> -compiler.optimize=true
> -compiler.source-path D:\desenvolvimento\java\workspace_tmp\sample-proj
> \app-flex\src\main\flex
> -compiler.strict=true
> -compiler.use-resource-bundle-metadata=true
> -compiler.verbose-stacktraces=false
> -default-background-color 8821927
> -default-frame-rate 24
> -default-script-limits 1000 60
> -default-size 500 375
> -load-config D:\desenvolvimento\java\workspace_tmp\sample-proj\app-flex
> \target\classes\config.xml
> -metadata.date Wed Mar 04 17:11:05 BRT 2009
> -target-player 9.0.0
> -use-network=true
> -verify-digests=true
> [INFO] Loading configuration file D:\desenvolvimento\java\workspace_tmp
> \sample-proj\app-flex\target\classes\config.xml
> [INFO] Compiling resources bundles!
> [INFO] Installing resource bundle beacon: C:\DOCUME~1\jorge
> \CONFIG~1\Temp\app-flex-0.0.153308.rb.swc
> [INFO] Generating resource-bundle for en_US
> Loading configuration file D:\desenvolvimento\java\workspace_tmp
> \sample-proj\app-flex\target\classes\config.xml
> D:\desenvolvimento\java\workspace_tmp\sample-proj\app-flex\target\app-
> flex-0.0.1-en_US.swf (24487 bytes)
> [INFO] Generating resource-bundle for pt_BR
> Loading configuration file D:\desenvolvimento\java\workspace_tmp
> \sample-proj\app-flex\target\classes\config.xml
> Error: Unable to resolve resource bundle "rpc" for locale "pt_BR".
>
> Error: Unable to resolve resource bundle "messaging" for locale
> "pt_BR".
>
> [INFO] Already trust on D:\desenvolvimento\java\workspace_tmp\sample-
> proj\app-flex\target\app-flex-0.0.1.swf
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [flex:test-compile]
> [INFO] Flex-mojos 3.0-SNAPSHOT - GNU GPL License (NO WARRANTY) - See
> COPYRIGHT file
> [WARNING] Test folder not foundD:\desenvolvimento\java\workspace_tmp
> \sample-proj\app-flex\src\test\java
> [INFO] [flex:test-run]
> [INFO] Flex-mojos 3.0-SNAPSHOT - GNU GPL License (NO WARRANTY) - See
> COPYRIGHT file
> [WARNING] Skipping test run. Runner not found: D:\desenvolvimento\java
> \workspace_tmp\sample-proj\app-flex\target\test-classes\TestRunner.swf
> [INFO] [install:install]
> [INFO] Installing D:\desenvolvimento\java\workspace_tmp\sample-proj
> \app-flex\target\app-flex-0.0.1.swf to D:\desenvolvimento\java
> \repositorio\br\com\grupo\app-parent\app-flex\0.0.
> 1\app-flex-0.0.1.swf
> [INFO] Installing C:\DOCUME~1\jorge\CONFIG~1\Temp\app-
> flex-0.0.153308.rb.swc to D:\desenvolvimento\java\repositorio\br\com
> \grupo\app-parent\app-flex\0.0.1\app-flex-0.0.1.rb.swc
> [INFO] Installing D:\desenvolvimento\java\workspace_tmp\sample-proj
> \app-flex\target\app-flex-0.0.1-en_US.swf to D:\desenvolvimento\java
> \repositorio\br\com\grupo\app-parent\app-fle
> x\0.0.1\app-flex-0.0.1-en_US.swf
> [INFO] Installing D:\desenvolvimento\java\workspace_tmp\sample-proj
> \app-flex\target\app-flex-0.0.1-pt_BR.swf to D:\desenvolvimento\java
> \repositorio\br\com\grupo\app-parent\app-fle
> x\0.0.1\app-flex-0.0.1-pt_BR.swf
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error installing artifact: File D:\desenvolvimento\java
> \workspace_tmp\sample-proj\app-flex\target\app-flex-0.0.1-pt_BR.swf
> does not exist
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 25 seconds
> [INFO] Finished at: Wed Mar 04 17:11:10 BRT 2009
> [INFO] Final Memory: 18M/102M
> [INFO]
> ------------------------------------------------------------------------
>
> D:\desenvolvimento\java\workspace_tmp\sample-proj\app-flex>
> >
>

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

Reply via email to