From: Panayotis K. <pan...@pa...> - 2010-09-14 20:10:20
|
On 14 Σεπ 2010, at 1:58 π.μ., Leo Izen wrote: > I just checkout out the latest version to see how the c backend is doing. I just got this message: > > [Leo@chessman xmlvm]$ ant > > BUILD FAILED > /home/Leo/xmlvm/build.xml:216: Directory /build/cocoa-java creation was not successful for an unknown reason > > Total time: 11 seconds > [Leo@chessman xmlvm]$ > > > Does anyone have a clue why? Yes, there is a bug with current ant script :) Line 23 should be <property name="xmlvm.cocoa-java" value="build/cocoa-java" /> instead of <property name="xmlvm.cocoa-java" value="/build/cocoa-java" /> And of course, you don't have write permissions under /build/cocoa-java :) |