On 2/5/14 5:53 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi, > >> I find myself doing 'git checkout' on these four files pretty often. >Not sure why you need to do that - but perhaps having untokenised >versions of these files checked in would solve that? > >They are generated from the templates not themselves right? I ran ant main again. The four files are: # modified: flex-sdk-description.xml # modified: ide/flashbuilder/config/air-config.xml # modified: ide/flashbuilder/config/airmobile-config.xml # modified: ide/flashbuilder/config/flex-config.xml Aren't all four generated? If so, I'm still not understanding why we call them source and have them under version control if, in order to use the repo or the source or binary release packages, you have to run ant or the installer and it will generate the right -config.xml for you. I do have a recollection that you got burned once, but I don't remember the details and maybe there is a way to solve the problem without checking in generated files. The diff on these four files shows an updated build number in flex-sdk-description. How is it that you don't also show this file as modified? The diff on the -config.xml files shows different target-player and swf-version tags because I'm not using the latest players. The version number for the RSLs is also different. I think we want to have tokenized versions and generate the -config.xml files from templates because we allow folks to use different player versions. -Alex