Hi Mario,
Are you sure your resource bundle path is correct?
<resourceBundlePath>${basedir}/src/main/locales/locale/{locale}</
resourceBundlePath>
It looks like you might have an extra "locale" folder in there.
-Cliff
On Feb 23, 12:02 am, marioB <[email protected]> wrote:
> Hi,
> I'm having some problems with runtimeLocalization when using flexmojos-
> maven-plugin version 3.3.0 and higher. The problem is when using
> option includeResourceBundles there is nothing included (my resources
> bundle) during compilation (install phase).
> Maven version 2.0.10
> eclipse 3.5
> flexmojos version 3.3.0,3.4.0,3.4.1,3.4.2,3.5 and 3.6-SNAPSHOT
>
> With previous versions of flexmojos evrything works fine but that is
> not option form me because some others options.
>
> My pom for localization :
> <?xml version="1.0" encoding="UTF-8"?>
> <project
>
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd"
> xmlns="http://maven.apache.org/POM/4.0.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <modelVersion>4.0.0</modelVersion>
> <parent>
> <artifactId>locales</artifactId>
> <groupId>hr.abc.test</groupId>
> <version>0.0.1-SNAPSHOT</version>
> </parent>
> <groupId>hr.abc.test</groupId>
> <artifactId>flex-locale</artifactId>
> <version>0.0.1-SNAPSHOT</version>
> <packaging>swf</packaging>
> <name>flex-locale Flex</name>
> <properties>
> <resources.dir>${basedir}/src/main/resources</resources.dir>
> </properties>
> <build>
> <sourceDirectory>src/main/flex</sourceDirectory>
> <testSourceDirectory>src/test/flex</testSourceDirectory>
> <plugins>
> <plugin>
> <groupId>org.sonatype.flexmojos</groupId>
>
> <artifactId>flexmojos-maven-plugin</artifactId>
> <version>3.4.2</version>
> <extensions>true</extensions>
> <configuration>
>
> <resourceBundlePath>${basedir}/src/main/locales/locale/{locale}</
> resourceBundlePath>
> <includeResourceBundles>
> <bundle>Resources</bundle>
> </includeResourceBundles>
> <runtimeLocales>
> <locale>en_US</locale>
> <locale>hr_HR</locale>
> </runtimeLocales>
>
> <runtimeLocaleOutputPath>${project.build.directory}\hr\abcinfo
> \resources\locales\{locale}\Resources_{locale}.{extension}</
> runtimeLocaleOutputPath>
> </configuration>
> </plugin>
> </plugins>
> </build>
> <profiles>
> <profile>
> <id>m2e</id>
> <activation>
> <property>
> <name>m2e.version</name>
> </property>
> </activation>
> <build>
> <pluginManagement>
> <plugins>
> <plugin>
>
> <artifactId>maven-resources-plugin</artifactId>
> <version>2.4</version>
> </plugin>
> </plugins>
> </pluginManagement>
> <plugins>
> <plugin>
>
> <groupId>org.maven.ide.eclipse</groupId>
>
> <artifactId>lifecycle-mapping</artifactId>
>
> <version>0.9.9-SNAPSHOT</version>
> <configuration>
>
> <mappingId>customizable</mappingId>
> <configurators>
> <configurator
>
> id="org.maven.ide.eclipse.configuration.flex.configurator" />
> </configurators>
> <mojoExecutions>
>
> <mojoExecution>org.apache.maven.plugins:maven-resources-
> plugin::</mojoExecution>
> </mojoExecutions>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </profile>
> </profiles>
> <dependencies>
> <dependency>
> <groupId>com.adobe.flex.framework</groupId>
> <artifactId>flex-framework</artifactId>
> <version>${flex.sdk.version}</version>
> <type>pom</type>
> </dependency>
> </dependencies>
> </project>
>
> And console output:
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building flex-locale Flex
> [INFO] task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory C:\razvoj\workspace001\hr.abc.test.locales
> \flex-locale\target
> [INFO] [resources:resources]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [flexmojos:compile-swf]
> [INFO] Flexmojos 3.5.0
> [INFO] Apache License - Version 2.0 (NO WARRANTY) - See COPYRIGHT
> file
> [WARNING] Source file was not defined, flexmojos will guess one.
> [WARNING] Unable to find license.jar on classpath. Check wiki for
> instructions about how to add it:
> https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.3
> [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 C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\libraries
> \playerglobal.swc
> -compiler.fonts.local-fonts-snapshot C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes
> \fonts.ser
> -compiler.fonts.managers flash.fonts.JREFontManager
> flash.fonts.AFEFontManager flash.fonts.BatikFontManager
> -compiler.headless-server=false
> -compiler.include-libraries=
> -compiler.keep-all-type-selectors=false
> -compiler.keep-generated-actionscript=false
> -compiler.library-path C:\Documents and Settings\Mario\.m2\repository
> \com\adobe\flex\framework\flex\3.5.0.12683\flex-3.5.0.12683.swc C:
> \Documents and Settings\Mario\.m2\repository\com\adobe\flex\framework
> \framework\3.5.0.12683\framework-3.5.0.12683.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\utilities
> \3.5.0.12683\utilities-3.5.0.12683.swc
> -compiler.locale=
> -compiler.namespaces.namespacehttp://www.adobe.com/2006/mxmlC:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes
> \config-3.5.0.12683\mxml-manifest.xml
> -compiler.optimize=true
> -compiler.source-path C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\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
> -include-resource-bundles Resources
> -licenses.license flexbuilder3 137741628362027145878533
> -licenses.license flexbuilder3.displayedFirstLaunchMessage true
> -licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
> -metadata.date Tue Feb 23 08:55:39 CET 2010
> -metadata.localized-title flex-locale Flex x-default
> -target-player 9.0.0
> -use-network=true
> -verify-digests=true -static-link-runtime-shared-libraries=false -load-
> config=
> -metadata.language+=en_US
> -metadata.language+=hr_HR
> [INFO] Compiling resources bundles!
> [INFO] Installing resource bundle beacon: C:\DOCUME~1\Mario
> \LOCALS~1\Temp\flex-locale-0.0.1-SNAPSHOT4475546888917873094.rb.swc
> [INFO] Generating resource bundle for locale: en_US
> [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 C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\libraries
> \playerglobal.swc
> -compiler.fonts.local-fonts-snapshot C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes
> \fonts.ser
> -compiler.fonts.managers flash.fonts.JREFontManager
> flash.fonts.AFEFontManager flash.fonts.BatikFontManager
> -compiler.headless-server=false
> -compiler.keep-all-type-selectors=false
> -compiler.keep-generated-actionscript=false
> -compiler.library-path C:\Documents and Settings\Mario\.m2\repository
> \com\adobe\flex\framework\flex\3.5.0.12683\flex-3.5.0.12683.swc C:
> \Documents and Settings\Mario\.m2\repository\com\adobe\flex\framework
> \framework\3.5.0.12683\framework-3.5.0.12683.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\utilities
> \3.5.0.12683\utilities-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\framework
> \3.5.0.12683\framework-3.5.0.12683-en_US.rb.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683-en_US.rb.swc
> -compiler.locale en_US
> -compiler.namespaces.namespacehttp://www.adobe.com/2006/mxmlC:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes
> \config-3.5.0.12683\mxml-manifest.xml
> -compiler.optimize=true
> -compiler.source-path C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\src\main\locales\locale\en_US
> -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
> -include-resource-bundles containers core effects skins styles
> -licenses.license flexbuilder3 137741628362027145878533
> -licenses.license flexbuilder3.displayedFirstLaunchMessage true
> -licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
> -metadata.date Tue Feb 23 08:55:39 CET 2010
> -metadata.localized-title flex-locale Flex x-default
> -target-player 9.0.0
> -use-network=true
> -verify-digests=true -static-link-runtime-shared-libraries=false -load-
> config=
> -metadata.language+=en_US
> -metadata.language+=hr_HR
> [INFO] Generating resource bundle for locale: hr_HR
> [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 C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\libraries
> \playerglobal.swc
> -compiler.fonts.local-fonts-snapshot C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes
> \fonts.ser
> -compiler.fonts.managers flash.fonts.JREFontManager
> flash.fonts.AFEFontManager flash.fonts.BatikFontManager
> -compiler.headless-server=false
> -compiler.keep-all-type-selectors=false
> -compiler.keep-generated-actionscript=false
> -compiler.library-path C:\Documents and Settings\Mario\.m2\repository
> \com\adobe\flex\framework\flex\3.5.0.12683\flex-3.5.0.12683.swc C:
> \Documents and Settings\Mario\.m2\repository\com\adobe\flex\framework
> \framework\3.5.0.12683\framework-3.5.0.12683.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\utilities
> \3.5.0.12683\utilities-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\framework
> \3.5.0.12683\framework-3.5.0.12683-en_US.rb.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683-en_US.rb.swc C:\Documents and Settings
> \Mario\.m2\repository\com\adobe\flex\framework\framework
> \3.5.0.12683\framework-3.5.0.12683-hr_HR.rb.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683-hr_HR.rb.swc
> -compiler.locale hr_HR
> -compiler.namespaces.namespacehttp://www.adobe.com/2006/mxmlC:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes
> \config-3.5.0.12683\mxml-manifest.xml
> -compiler.optimize=true
> -compiler.source-path C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\src\main\locales\locale\hr_HR
> -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
> -include-resource-bundles containers core effects skins styles
> -licenses.license flexbuilder3 137741628362027145878533
> -licenses.license flexbuilder3.displayedFirstLaunchMessage true
> -licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
> -metadata.date Tue Feb 23 08:55:39 CET 2010
> -metadata.localized-title flex-locale Flex x-default
> -target-player 9.0.0
> -use-network=true
> -verify-digests=true -static-link-runtime-shared-libraries=false -load-
> config=
> -metadata.language+=en_US
> -metadata.language+=hr_HR
> [INFO] [resources:testResources]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\src\test\resources
> [INFO] [flexmojos:test-compile]
> [INFO] Flexmojos 3.5.0
> [INFO] Apache License - Version 2.0 (NO WARRANTY) - See COPYRIGHT
> file
> [WARNING] Unable to find license.jar on classpath. Check wiki for
> instructions about how to add it:
> https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.3
> [INFO] [flexmojos:test-run]
> [INFO] Flexmojos 3.5.0
> [INFO] Apache License - Version 2.0 (NO WARRANTY) - See COPYRIGHT
> file
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Tests run: 0, Failures: 0, Errors: 0, Time Elapsed: 0 sec
> [INFO] [install:install]
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\flex-locale-0.0.1-SNAPSHOT.swf to C:\Documents and
> Settings\Mario\.m2\repository\hr\abc\test\flex-locale\0.0.1-SNAPSHOT
> \flex-locale-0.0.1-SNAPSHOT.swf
> [INFO] Installing C:\DOCUME~1\Mario\LOCALS~1\Temp\flex-locale-0.0.1-
> SNAPSHOT4475546888917873094.rb.swc to C:\Documents and Settings\Mario
> \.m2\repository\hr\abc\test\flex-locale\0.0.1-SNAPSHOT\flex-
> locale-0.0.1-SNAPSHOT.rb.swc
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\hr\abcinfo\resources\locales\en_US\Resources_en_US.swf
> to C:\Documents and Settings\Mario\.m2\repository\hr\abc\test\flex-
> locale\0.0.1-SNAPSHOT\flex-locale-0.0.1-SNAPSHOT-en_US.swf
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\hr\abcinfo\resources\locales\en_US\Resources_en_US.swf
> to C:\Documents and Settings\Mario\.m2\repository\hr\abc\test\flex-
> locale\0.0.1-SNAPSHOT\flex-locale-0.0.1-SNAPSHOT-en_US.swf
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\hr\abcinfo\resources\locales\hr_HR\Resources_hr_HR.swf
> to C:\Documents and Settings\Mario\.m2\repository\hr\abc\test\flex-
> locale\0.0.1-SNAPSHOT\flex-locale-0.0.1-SNAPSHOT-hr_HR.swf
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\hr\abcinfo\resources\locales\hr_HR\Resources_hr_HR.swf
> to C:\Documents and Settings\Mario\.m2\repository\hr\abc\test\flex-
> locale\0.0.1-SNAPSHOT\flex-locale-0.0.1-SNAPSHOT-hr_HR.swf
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 18 seconds
> [INFO] Finished at: Tue Feb 23 08:55:43 CET 2010
> [INFO] Final Memory: 45M/508M
> [INFO]
> ------------------------------------------------------------------------
>
> But when using version 3.2.0 console output is:
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building flex-locale Flex
> [INFO] task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory C:\razvoj\workspace001\hr.abc.test.locales
> \flex-locale\target
> [INFO] [resources:resources]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [flexmojos:compile-swf]
> [INFO] flexmojos 3.2.0 - GNU GPL License (NO WARRANTY) - See COPYRIGHT
> file
> [WARNING] Source file was not defined, flexmojos will guess one.
> [WARNING] Unable to find license.jar on classpath. Check wiki for
> instructions about how to add it:
> https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.3
> [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 C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\libraries
> \playerglobal.swc
> -compiler.fonts.local-fonts-snapshot C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\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 C:\Documents and Settings\Mario\.m2\repository
> \com\adobe\flex\framework\flex\3.5.0.12683\flex-3.5.0.12683.swc C:
> \Documents and Settings\Mario\.m2\repository\com\adobe\flex\framework
> \framework\3.5.0.12683\framework-3.5.0.12683.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\utilities
> \3.5.0.12683\utilities-3.5.0.12683.swc
> -compiler.locale=
> -compiler.namespaces.namespacehttp://www.adobe.com/2006/mxmlC:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\configs
> \mxml-manifest.xml
> -compiler.optimize=true
> -compiler.source-path C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\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
> -licenses.license flexbuilder3 137741628362027145878533
> -licenses.license flexbuilder3.displayedFirstLaunchMessage true
> -licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
> -metadata.date Tue Feb 23 08:57:08 CET 2010
> -target-player 9.0.0
> -use-network=true
> -verify-digests=true
> -include-resource-bundles+=Resources -load-config=
> [INFO] Compiling resources bundles!
> [INFO] Installing resource bundle beacon: C:\DOCUME~1\Mario
> \LOCALS~1\Temp\flex-locale-0.0.1-SNAPSHOT1930685462603996226.rb.swc
> [INFO] Generating resource bundle for locale: en_US
> [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 C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\libraries
> \playerglobal.swc
> -compiler.fonts.local-fonts-snapshot C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes
> \fonts.ser
> -compiler.headless-server=false
> -compiler.keep-all-type-selectors=false
> -compiler.keep-generated-actionscript=false
> -compiler.library-path C:\Documents and Settings\Mario\.m2\repository
> \com\adobe\flex\framework\flex\3.5.0.12683\flex-3.5.0.12683.swc C:
> \Documents and Settings\Mario\.m2\repository\com\adobe\flex\framework
> \framework\3.5.0.12683\framework-3.5.0.12683.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\utilities
> \3.5.0.12683\utilities-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\framework
> \3.5.0.12683\framework-3.5.0.12683-en_US.rb.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683-en_US.rb.swc
> -compiler.locale en_US
> -compiler.namespaces.namespacehttp://www.adobe.com/2006/mxmlC:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\configs
> \mxml-manifest.xml
> -compiler.optimize=true
> -compiler.source-path C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\src\main\locales\locale\en_US
> -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
> -include-resource-bundles containers core effects skins styles
> Resources
> -licenses.license flexbuilder3 137741628362027145878533
> -licenses.license flexbuilder3.displayedFirstLaunchMessage true
> -licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
> -metadata.date Tue Feb 23 08:57:08 CET 2010
> -target-player 9.0.0
> -use-network=true
> -verify-digests=true -load-config=
> [INFO] Generating resource bundle for locale: hr_HR
> [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 C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\libraries
> \playerglobal.swc
> -compiler.fonts.local-fonts-snapshot C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes
> \fonts.ser
> -compiler.headless-server=false
> -compiler.keep-all-type-selectors=false
> -compiler.keep-generated-actionscript=false
> -compiler.library-path C:\Documents and Settings\Mario\.m2\repository
> \com\adobe\flex\framework\flex\3.5.0.12683\flex-3.5.0.12683.swc C:
> \Documents and Settings\Mario\.m2\repository\com\adobe\flex\framework
> \framework\3.5.0.12683\framework-3.5.0.12683.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\utilities
> \3.5.0.12683\utilities-3.5.0.12683.swc C:\Documents and Settings\Mario
> \.m2\repository\com\adobe\flex\framework\framework
> \3.5.0.12683\framework-3.5.0.12683-en_US.rb.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683-en_US.rb.swc C:\Documents and Settings
> \Mario\.m2\repository\com\adobe\flex\framework\framework
> \3.5.0.12683\framework-3.5.0.12683-hr_HR.rb.swc C:\Documents and
> Settings\Mario\.m2\repository\com\adobe\flex\framework\rpc
> \3.5.0.12683\rpc-3.5.0.12683-hr_HR.rb.swc
> -compiler.locale hr_HR
> -compiler.namespaces.namespacehttp://www.adobe.com/2006/mxmlC:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\target\classes\configs
> \mxml-manifest.xml
> -compiler.optimize=true
> -compiler.source-path C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\src\main\locales\locale\hr_HR
> -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
> -include-resource-bundles containers core effects skins styles
> Resources
> -licenses.license flexbuilder3 137741628362027145878533
> -licenses.license flexbuilder3.displayedFirstLaunchMessage true
> -licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
> -metadata.date Tue Feb 23 08:57:08 CET 2010
> -target-player 9.0.0
> -use-network=true
> -verify-digests=true -load-config=
> [INFO] [resources:testResources]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory C:\razvoj
> \workspace001\hr.abc.test.locales\flex-locale\src\test\resources
> [INFO] [flexmojos:test-compile]
> [INFO] flexmojos 3.2.0 - GNU GPL License (NO WARRANTY) - See COPYRIGHT
> file
> [WARNING] Unable to find license.jar on classpath. Check wiki for
> instructions about how to add it:
> https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.3
> [INFO] [flexmojos:test-run]
> [INFO] flexmojos 3.2.0 - GNU GPL License (NO WARRANTY) - See COPYRIGHT
> file
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Tests run: 0, Failures: 0, Errors: 0, Time Elpased: 0 sec
> [INFO] [install:install]
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\flex-locale-0.0.1-SNAPSHOT.swf to C:\Documents and
> Settings\Mario\.m2\repository\hr\abc\test\flex-locale\0.0.1-SNAPSHOT
> \flex-locale-0.0.1-SNAPSHOT.swf
> [INFO] Installing C:\DOCUME~1\Mario\LOCALS~1\Temp\flex-locale-0.0.1-
> SNAPSHOT1930685462603996226.rb.swc to C:\Documents and Settings\Mario
> \.m2\repository\hr\abc\test\flex-locale\0.0.1-SNAPSHOT\flex-
> locale-0.0.1-SNAPSHOT.rb.swc
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\hr\abcinfo\resources\locales\en_US\Resources_en_US.swf
> to C:\Documents and Settings\Mario\.m2\repository\hr\abc\test\flex-
> locale\0.0.1-SNAPSHOT\flex-locale-0.0.1-SNAPSHOT-en_US.swf
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\hr\abcinfo\resources\locales\en_US\Resources_en_US.swf
> to C:\Documents and Settings\Mario\.m2\repository\hr\abc\test\flex-
> locale\0.0.1-SNAPSHOT\flex-locale-0.0.1-SNAPSHOT-en_US.swf
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\hr\abcinfo\resources\locales\hr_HR\Resources_hr_HR.swf
> to C:\Documents and Settings\Mario\.m2\repository\hr\abc\test\flex-
> locale\0.0.1-SNAPSHOT\flex-locale-0.0.1-SNAPSHOT-hr_HR.swf
> [INFO] Installing C:\razvoj\workspace001\hr.abc.test.locales\flex-
> locale\target\hr\abcinfo\resources\locales\hr_HR\Resources_hr_HR.swf
> to C:\Documents and Settings\Mario\.m2\repository\hr\abc\test\flex-
> locale\0.0.1-SNAPSHOT\flex-locale-0.0.1-SNAPSHOT-hr_HR.swf
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 13 seconds
> [INFO] Finished at: Tue Feb 23 08:57:12 CET 2010
> [INFO] Final Memory: 40M/508M
> [INFO]
> ------------------------------------------------------------------------
>
> Help please!
> Best regards,
> Mario
--
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/