Can't compile/build recent GIT 1.5.x IDE

Hi, don't know what started hapenning but after a few last git pull updates I can´t build anymore the IDE.

I allways get this error:

.........
test:
[mkdir] Created dir: D:\Git Projects\Arduino\app\test-bin
[javac] Compiling 2 source files to D:\Git Projects\Arduino\app\test-bin
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
[copy] Copying 5 files to D:\Git Projects\Arduino\app\test-bin
[copy] Copying D:\Git Projects\Arduino\app\test\Keypad_mac.zip to D:\Git Projects\Arduino\app\t
est-bin\Keypad_mac.zip
[copy] Copying D:\Git Projects\Arduino\app\test\Keypad_with_hidden_files.zip to D:\Git Projects
\Arduino\app\test-bin\Keypad_with_hidden_files.zip
[copy] Copying D:\Git Projects\Arduino\app\test\Test.zip to D:\Git Projects\Arduino\app\test-bi
n\Test.zip
[copy] Copying D:\Git Projects\Arduino\app\test\Test2.zip to D:\Git Projects\Arduino\app\test-b
in\Test2.zip
[copy] Copying D:\Git Projects\Arduino\app\test\processing\app\tools\test_partial_boards.txt to
D:\Git Projects\Arduino\app\test-bin\processing\app\tools\test_partial_boards.txt
[junit] Running processing.app.tools.MapWithSubkeysTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.188 sec
[junit] Running processing.app.tools.ZipDeflaterTest
[junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.203 sec

BUILD FAILED
D:\Git Projects\Arduino\build\build.xml:35: The following error occurred while executing this line:
D:\Git Projects\Arduino\build\build.xml:68: The following error occurred while executing this line:
D:\Git Projects\Arduino\app\build.xml:79: Test processing.app.tools.ZipDeflaterTest failed

Anyone facing this problem? Solutions?

Thanks.

Hi Baltasar!

This error occurs when the directory of your repository for the project has space.

--
Carlos Delfino.

baltasar,

for some reason the ZipDeflate test is failing. You can see the test result here:

app/test-bin/TEST-processing.app.tools.ZipDeflaterTest.xml

if you can copy & paste the content of this file here we can do some further analysis-.