PDA

View Full Version : Latest source code snapshot of Data.NHibernate12


fspirit
02-02-2007, 01:38 PM
Project file src\Spring\Spring.Data.NHibernate\Spring.Data.NHib ernate.2005.csproj
tries to search for nonexistent files in src\Spring\Spring.Data.NHibernate\Data\NHiberbate directory.
Were they not put to distrib by mistake or they are not coded yet?

Ajay
02-02-2007, 02:48 PM
Spring.Data.NHibernate12 project shapers files from Spring.Data.Nibernate project.

Download both Spring.Data.Nibernate and Spring.Data.NHibernate12 then open your Spring.Data.NHib ernate.2005.csproj

Erich Eichinger
02-02-2007, 02:52 PM
Hi,

I just made a build from CVS without problems. Which files are you missing?

-Erich

steinard
02-02-2007, 03:00 PM
I also just made a build without any problems, but since I'm using spring.net on the new middleware server exposing services through com+, I need the assemblies strongly signed. I did this by providing my own key and renamed it to Spring.Net.snk (as this is what NAnt is looking for). Any reason for not signing the assemblies on the nigthly builds?

Thanks,
Steinar.

Erich Eichinger
02-02-2007, 03:05 PM
Any reason for not signing the assemblies on the nigthly builds?

Basically only the time to change the build scripts :-( It is on Mark's task list.

-Erich

fspirit
02-03-2007, 01:41 PM
I didnt notice at first glance that Data.NHibernate12 links to files of Data.NHibernate, i thought they have separate sources. Now it builds just right.

Thanks, Erich :)

Erich Eichinger
02-03-2007, 10:08 PM
Hi,

I'm glad your problem is solved. But in this case I think the credits should go to Ajay.

cheers,
Erich