Hi,
Also we do have a potential issue, while it not on the core list of things to
check it has the potential to cause issues with RSLs.
The flex config file doesn't match what's is in version control - it has the
correct build number rather than the ${build.number} tokens, when compiling the
SDK via "ant main", the RSL build numbers is set to 0.
The "ant frameworks-rsls" target also doesn't fix the config files, but copies
the templates over putting the tokens back.
The only time the flex config file does get updated is via the fix-config-file
maco when running the stage-frameworks target and that updates air-config.xml
and flex-config.xml but doesn't update the airmobile-config.xml
If you run any of the the ide scripts (as described in the README) it copies
templates from /ide/flashbuilder/config and the RSL build numbers are set to 0.
Even a "ant -Dbuild.number=20140630" fails to set the build numbers in
flex.config.xml
Basically it all just doesn't work.
Justin