Hi,
The installer ant script also ignores any locale settings and looks like it
forces en_US. Looking at script it looks like en_US is hardcoded into it at one
place?
<property file="${FLEX_HOME}/installer.properties/en_US.properties"/>
Adding -Dbundle=en_AU seem to mostly work but it should really be picking up
the defaults in build.properties etc (and I would of expected -Dlocale= to have
worked)
There's another issue here in that the SDK supports more locales than the
installer does. Running against one of those locales causes multiple errors but
the script continues.
eg ant -f installer.xml -Dflash.sdk.version=15.0 -Dair.sdk.version=15.0
-Dbundle=en_CA
[get] Getting: http://flex.apache.org/installer/properties/sdk/en_CA.properties
[get] To: /Users/justinmclean/Documents/ApacheFlex4.14/en_CA.properties
[get] Error opening connection java.io.FileNotFoundException:
http://flex.apache.org/installer/properties/sdk/en_CA.properties
[get] Error opening connection java.io.FileNotFoundException:
http://flex.apache.org/installer/properties/sdk/en_CA.properties
[get] Error opening connection java.io.FileNotFoundException:
http://flex.apache.org/installer/properties/sdk/en_CA.properties
[get] Can't get
http://flex.apache.org/installer/properties/sdk/en_CA.properties to
/Users/justinmclean/Documents/ApacheFlex4.14/en_CA.properties
Ending up with the SDK tagged as en_US not en_CA.
Thanks,
Justin