Re: [hibernate-dev] Hibernate 3.5.0-Beta-2 dependencies

2009-11-11 Thread Tomasz Blachowicz
FYI: HHH-4565 & HHH-4566 has been created. On Tue, Nov 10, 2009 at 5:18 PM, Tomasz Blachowicz wrote: > Grand. I'll create the ticket later on. > > > On Tue, Nov 10, 2009 at 4:41 PM, Steve Ebersole wrote: > >> Clearly this is wrong. Please create a JIRA. Thanks! >> >> On Tue, 2009-11-10 at 16:38

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

2009-11-11 Thread Tomasz Blachowicz
Hi guys, I'm trying to build Hibernate from the SVN repository (rev. 17955). On my Windows laptop with Java 1.5 I'm getting the following error while building Entity Manager: [INFO] [INFO] Building Hibernate Entitity Manager

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

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 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