Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Sanne Grinovero
Steve, the default is to fork once. You have to set it explicitly to forkMode=never but it's recommended to have it fork at least once to prevent some problems I don't remember. 2009/11/12 Steve Ebersole : > Well I just did a release a few weeks ago; the tests passed then. > > Sanne: Does surefire

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Steve Ebersole
Well I just did a release a few weeks ago; the tests passed then. Sanne: Does surefire always fork? I thought you had to request that? On Thu, 2009-11-12 at 17:06 +, Tomasz Blachowicz wrote: > Thanks Sanne. I wonder if the test passes on your boxes? > > On Thu, Nov 12, 2009 at 4:57 PM, S

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Hardy Ferentschik
On Thu, 12 Nov 2009 18:06:34 +0100, Tomasz Blachowicz wrote: > Thanks Sanne. I wonder if the test passes on your boxes? All tests used to pass on my machine, but right now I see the same OutOfMemoryError as you do. Not sure why. We re talking about it in IRC #hibernate-dev on freenode. Fee

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Tomasz Blachowicz
Thanks Sanne. I wonder if the test passes on your boxes? On Thu, Nov 12, 2009 at 4:57 PM, Sanne Grinovero wrote: > Hi, > I'm surprised that you need to set it, anyway setting MAVEN_OPTS won't > help for testing, you need to edit the pom and try something like: > > org.apache.maven.plugins > mave

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Sanne Grinovero
Hi, I'm surprised that you need to set it, anyway setting MAVEN_OPTS won't help for testing, you need to edit the pom and try something like: org.apache.maven.plugins maven-surefire-plugin -Xms512m -Xmx1024m (MAVEN_OPTS doesn't affect the testing settings, which are run in a secondary JVM) Sa

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Tomasz Blachowicz
Hi guys, One more issue that I'm having while building 3.5. Even with heap set as MAVEN_OPTS=-Xms512m -Xmx1024m testsuite fails on org.hibernate.test.cfg.ConfigurationPerformanceTest. Any ideas hwhat else I need to setup to pass the test? Cheers, Tom java.lang.OutOfMemoryError: Java heap s

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Tomasz Blachowicz
Hey Emmanuel, This is very helpful! I wish I knew that before I started :) Cheers, Tom On Thu, Nov 12, 2009 at 10:19 AM, Emmanuel Bernard wrote: > Doh, > Actually I did document that a little while ago already. > https://www.hibernate.org/422.html > > On 12 nov. 09, at 11:14, Emmanuel Bernard w

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Emmanuel Bernard
Doh, Actually I did document that a little while ago already. https://www.hibernate.org/422.html On 12 nov. 09, at 11:14, Emmanuel Bernard wrote: > wiki wiki please. > On 11 nov. 09, at 16:33, Hardy Ferentschik wrote: > >> Hi Tomasz, >> >> Currently you need a JDk 5 and 6 to build Hibernate. >> H

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Emmanuel Bernard
wiki wiki please. On 11 nov. 09, at 16:33, Hardy Ferentschik wrote: > Hi Tomasz, > > Currently you need a JDk 5 and 6 to build Hibernate. > Have a look at this issue - > http://opensource.atlassian.com/projects/hibernate/browse/HHH-4499 > You have define the variable jdk16_home in your settings.xm

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-11 Thread Gail Badner
Hi Tomasz, I broke the envers build with my checkin for HHH-2762 a couple of days ago. I just fixed it so you should be able to compile now Thanks, Gail Tomasz Blachowicz wrote: > Hey Hardy, > > It helped indeed :) Thanks a lot. > > However I'm stuck with compilation error while building Envers

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-11 Thread Tomasz Blachowicz
Hey Hardy, It helped indeed :) Thanks a lot. However I'm stuck with compilation error while building Envers component: [INFO] Compilation failure C:\eclipse\galileo\workspace\external\hibernate\envers\src\main\java\org\hibernate\envers\entities\mapper\relation\lazy\ToOneDelegateSessionImplementor

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-11 Thread Hardy Ferentschik
Hi Tomasz, Currently you need a JDk 5 and 6 to build Hibernate. Have a look at this issue - http://opensource.atlassian.com/projects/hibernate/browse/HHH-4499 You have define the variable jdk16_home in your settings.xml file pointing to the home directory of a JDK 6. Hope this helps. --Hardy