At least it what I deducted because it happened to me I checkout the dev branch with autocrlf=true and wasn't able to build from ant on Cygwin, the build scripts wasn't read correctly, changing it by autocrlf=input, checking out again made it running correctly.
-----Message d'origine----- De : Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Envoyé : jeudi 26 septembre 2013 19:24 À : dev@flex.apache.org Objet : RE: Building the SDK from git It depends the OS, on Windows it is recommended to set it to "true", "input" on others but if you're on windows but use Cygwin, it has to be set to "input". -----Message d'origine----- De : Kessler CTR Mark J [mailto:mark.kessler....@usmc.mil] Envoyé : jeudi 26 septembre 2013 19:20 À : dev@flex.apache.org Objet : RE: Building the SDK from git Just a small note. The git property changes are independent of the sdk specifically and more geared toward which git client you use on how to change the properties. -----Original Message----- From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] 6) Fred told me I should set " core.autocrlf" to "input" to avoid issues when committing from Windows. => I think this should be set per-repository in the .gitattributes of flex-sdk and flex-tlf, so that everyone has the same settings, and we don't have to bother about that anymore.