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