You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Cyrill Zadra <cy...@gmail.com> on 2012/08/12 17:53:56 UTC

error with ant other.locales error

Hi

Today I could successfully build the flex sdk. But with the "ant
other.locales" I always get follwing error.
The folder en_US is missing. Do I have wrong sources? Got the from github.
Or is it a known bug.. couldn't check jira (is down at the moment).

C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark>ant
other.locales
Buildfile: build.xml

bundles:
     [echo] Compiling frameworks/locale/en_AU/airspark_rb.swc
    [compc] Loading configuration file
C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
    [compc]
C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_AU\airspark_rb.swc
(2959 bytes)
     [echo] Compiling frameworks/locale/en_GB/airspark_rb.swc
    [compc] Loading configuration file
C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
    [compc]
C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_GB\airspark_rb.swc
(2959 bytes)
     [echo] Compiling frameworks/locale/en_CA/airspark_rb.swc
    [compc] Loading configuration file
C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
    [compc]
C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_CA\airspark_rb.swc
(2960 bytes)
     [echo] Compiling frameworks/locale/da_DK/airspark_rb.swc
    [compc] Loading configuration file
C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
    [compc]
C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\da_DK\airspark_rb.swc
(3053 bytes)
     [echo] Compiling frameworks/locale/de_DE/airspark_rb.swc
    [compc] Loading configuration file
C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
    [compc]
C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\de_DE\airspark_rb.swc
(3099 bytes)
     [echo] creating 'fat-swc' in airspark_rb.swc for de_DE

BUILD FAILED
C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\build.xml:112:
The following error occurred while executing this line:
C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\build.xml:114:
The following error occurred while executing this line:
C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\build.xml:65:
C:\dev\projects\flex-dev\apache-flex-working\frameworks\projec
ts\airspark\bundles\en_US not found.

cyrill

Re: error with ant other.locales error

Posted by Cyrill Zadra <cy...@gmail.com>.
Hi Carol

You're correct. I was working with sources from
git://git.apache.org/flex.git respectively  https://github.com/apache/flex.
Just tried it with the released sources you mentioned.. but I have the same
issue.

Added a mkdir target in the build.xml to create the en_US directory and it
worked.

<mkdir dir="${basedir}/bundles/en_US" />

thx for that
cyrill

On Mon, Aug 13, 2012 at 6:07 PM, Carol Frampton <cf...@adobe.com> wrote:

> I've seen this error before but it was fixed.
>
> I suspect you aren't working with the released sources so you might want
> to pull them down from
> http://www.apache.org/dist/incubator/flex/4.8.0-incubating/.  I recommend
> you read the README and the RELEASE_NOTES.
>
> The fix was to create the directory
> C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\b
> undes\en_S.
>
> Carol
>
> On 8/12/12 11 :53AM, "Cyrill Zadra" <cy...@gmail.com> wrote:
>
> >Hi
> >
> >Today I could successfully build the flex sdk. But with the "ant
> >other.locales" I always get follwing error.
> >The folder en_US is missing. Do I have wrong sources? Got the from github.
> >Or is it a known bug.. couldn't check jira (is down at the moment).
> >
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark>
> >ant
> >other.locales
> >Buildfile: build.xml
> >
> >bundles:
> >     [echo] Compiling frameworks/locale/en_AU/airspark_rb.swc
> >    [compc] Loading configuration file
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
> >    [compc]
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_AU\airsp
> >ark_rb.swc
> >(2959 bytes)
> >     [echo] Compiling frameworks/locale/en_GB/airspark_rb.swc
> >    [compc] Loading configuration file
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
> >    [compc]
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_GB\airsp
> >ark_rb.swc
> >(2959 bytes)
> >     [echo] Compiling frameworks/locale/en_CA/airspark_rb.swc
> >    [compc] Loading configuration file
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
> >    [compc]
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_CA\airsp
> >ark_rb.swc
> >(2960 bytes)
> >     [echo] Compiling frameworks/locale/da_DK/airspark_rb.swc
> >    [compc] Loading configuration file
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
> >    [compc]
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\da_DK\airsp
> >ark_rb.swc
> >(3053 bytes)
> >     [echo] Compiling frameworks/locale/de_DE/airspark_rb.swc
> >    [compc] Loading configuration file
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
> >    [compc]
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\de_DE\airsp
> >ark_rb.swc
> >(3099 bytes)
> >     [echo] creating 'fat-swc' in airspark_rb.swc for de_DE
> >
> >BUILD FAILED
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\
> >build.xml:112:
> >The following error occurred while executing this line:
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\
> >build.xml:114:
> >The following error occurred while executing this line:
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\
> >build.xml:65:
> >C:\dev\projects\flex-dev\apache-flex-working\frameworks\projec
> >ts\airspark\bundles\en_US not found.
> >
> >cyrill
>
>

Re: error with ant other.locales error

Posted by Carol Frampton <cf...@adobe.com>.
I've seen this error before but it was fixed.

I suspect you aren't working with the released sources so you might want
to pull them down from
http://www.apache.org/dist/incubator/flex/4.8.0-incubating/.  I recommend
you read the README and the RELEASE_NOTES.

The fix was to create the directory
C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\b
undes\en_S.

Carol

On 8/12/12 11 :53AM, "Cyrill Zadra" <cy...@gmail.com> wrote:

>Hi
>
>Today I could successfully build the flex sdk. But with the "ant
>other.locales" I always get follwing error.
>The folder en_US is missing. Do I have wrong sources? Got the from github.
>Or is it a known bug.. couldn't check jira (is down at the moment).
>
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark>
>ant
>other.locales
>Buildfile: build.xml
>
>bundles:
>     [echo] Compiling frameworks/locale/en_AU/airspark_rb.swc
>    [compc] Loading configuration file
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
>    [compc]
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_AU\airsp
>ark_rb.swc
>(2959 bytes)
>     [echo] Compiling frameworks/locale/en_GB/airspark_rb.swc
>    [compc] Loading configuration file
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
>    [compc]
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_GB\airsp
>ark_rb.swc
>(2959 bytes)
>     [echo] Compiling frameworks/locale/en_CA/airspark_rb.swc
>    [compc] Loading configuration file
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
>    [compc]
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\en_CA\airsp
>ark_rb.swc
>(2960 bytes)
>     [echo] Compiling frameworks/locale/da_DK/airspark_rb.swc
>    [compc] Loading configuration file
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
>    [compc]
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\da_DK\airsp
>ark_rb.swc
>(3053 bytes)
>     [echo] Compiling frameworks/locale/de_DE/airspark_rb.swc
>    [compc] Loading configuration file
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\flex-config.xml
>    [compc]
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\locale\de_DE\airsp
>ark_rb.swc
>(3099 bytes)
>     [echo] creating 'fat-swc' in airspark_rb.swc for de_DE
>
>BUILD FAILED
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\
>build.xml:112:
>The following error occurred while executing this line:
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\
>build.xml:114:
>The following error occurred while executing this line:
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\
>build.xml:65:
>C:\dev\projects\flex-dev\apache-flex-working\frameworks\projec
>ts\airspark\bundles\en_US not found.
>
>cyrill