Andrew Savory wrote: > Hi, > > Carsten Ziegeler wrote: > >> What about others? Are Giacomo and I the only ones trying to build 2.2? > > I tried this afternoon doing mvn clean install and got: > > Compiling 346 source files to > cocoon-trunk/blocks/cocoon-portal/cocoon-portal-impl/target/classes > [INFO] > ---------------------------------------------------------------------------- > > [ERROR] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------------- > > [INFO] Compilation failure > > Failure executing javac, but could not parse the error: > > > The system is out of resources. > Consult the following stack trace for details. > java.lang.OutOfMemoryError >
there is currently a memory leak in surefire that makes it keep all the tests in memory throughout the whole build. This was fixed last week on trunk, i suggest you try upgrading to 2.0.5-SNAPSHOT. HTH Jor
