The build failed again:

BUILD FAILED
<https://builds.apache.org/job/Flex_SDK_build/ws/build.xml>:574: java.io.IOException: Failed to delete C:\Users\hudson\AppData\Local\Temp\fixcrlf1300003396 while trying to rename it.

I can't see the relation with my fix, someone could help ?

-Fred

-----Message d'origine----- From: Frédéric THOMAS
Sent: Thursday, January 31, 2013 2:13 PM
To: dev@flex.apache.org
Subject: Re: makeApacheFlexForFlashBuilder.bat

erratum, windows styte crlf. Now I'm waiting for the build, it's weird
anyway because the .bat has already crlf line endings.

-Fred

-----Message d'origine----- From: Frédéric THOMAS
Sent: Thursday, January 31, 2013 1:49 PM
To: dev@flex.apache.org
Subject: Re: makeApacheFlexForFlashBuilder.bat

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

Reply via email to