I can't seem to find the build_framework.xml Ant script. The Flex docs make reference to it as well, but I checked on both a Mac and Windows installation with no luck.
Does anyone know if it has been removed from the Flex 2.0.1 install? --- In [email protected], "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 5/4/07, xho <[EMAIL PROTECTED]> wrote: > > > You have to rebuild framework_rb.swc. > > ant -f build_framework.xml -Dflex.locale=it_IT build-framework-rb > > This will place a new framework_rb.swc in your locale's directory. Now > if you specify locale=it_IT to mxmlc it'll pick up values from this > new locale SWC. > > Hope this helps. >

