Then, at this point why those files are not permanently in their
corresponding locale directory rather than copied each time by the ant
script ? it would allow them to stay in Git
-Fred
-----Message d'origine-----
From: Justin Mclean
Sent: Monday, March 25, 2013 11:09 PM
To: dev@flex.apache.org
Subject: Re: [1/3] Added misisng empty locales files for all supported
locales so that copylocale works
Hi,
Yes, but only the user use copylocale, not the build, right ?
Well technically the build isn't broken (you can use it as a SDK and set
different locales) but you may have trouble making a new locale form this
build. I think it reasonable to assume that copylocale would work locales
other than en_US.
If so, when the user get the binaries, those files have been already
generated and included inside or I'm wrong ?
Nope some of the required files were missing which is why I added them.
copylocale <any non en_US locale> <new_locale> would fail.
Justin