Good catch, just submitted the fix.
On Tue, Sep 14, 2010 at 10:10 PM, Panayotis Katsaloulis <
pan...@pa...> wrote:
> 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
> :)
>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> xmlvm-users mailing list
> xml...@li...
> https://lists.sourceforge.net/lists/listinfo/xmlvm-users
>
|