It seems to be a DOS/unix line ending problem, I'll re-commit my fix with
unix style.
-Fred
-----Message d'origine-----
From: Frédéric THOMAS
Sent: Thursday, January 31, 2013 1:33 PM
To: dev@flex.apache.org
Subject: makeApacheFlexForFlashBuilder.bat
In makeApacheFlexForFlashBuilder.bat, at the end of the file, there's :
rmdir /s /q "%FLEX_HOME/in%", it doesn't work on my windows, it should be
like that: rmdir /s /q "%FLEX_HOME%\in" but after having committed it,
jenkins failed, what's wrong ?
-Fred