Hi,
as I already wrote in another thread, I have problems getting Ode built.
I first did
buildr --buildfile=Rakefile.buildr1.3 clean
and then
JAVA_OPTS=-Xmx1000m buildr --trace --buildfile=Rakefile.buildr1.3
package 2>&1 > buildlog.failed.2008-06-13 &
The log is here:
http://blog.tessarakt.de/wp-content/uploads/2008/06/buildlogfailed.2008-06-13
The build process then just hangs at some point, after printing a test
failure due to Exception in thread "main" java.lang.OutOfMemoryError:
Java heap space ...
I used an 1.5 JDK:
$ java-config -f
sun-jdk-1.5
Any hints? Thanks a lot ...