Ok I have noted it. I'll let the team know when this issue is solved, so
that you can move to current track of NH

On Tue, Oct 21, 2008 at 2:09 PM, Markus Zywitza <[EMAIL PROTECTED]>wrote:

> From svn log:
>
>
>> Revision: 5260
>> Author: hammett
>> Date: 4:47:29 AM, Monday, August 11, 2008
>> Message:
>> NH trunk version (with my fixes that weren't applied)
>> ----
>> Modified : /trunk/SharedLibs/net/2.0/Iesi.Collections.dll
>> Modified : /trunk/SharedLibs/net/2.0/NHibernate.dll
>> Modified : /trunk/SharedLibs/net/2.0/NHibernate.xml
>>
>
> According to the mails on the list, the patch is the one in
> http://jira.nhibernate.org/browse/NH-1027
>
> The NH revision should be r3696, but I'm not sure about this detail.
>
> -Markus
>
> 2008/10/21 Tuna Toksöz <[EMAIL PROTECTED]>
>
>> Markus, can you give details about "patched trunk version of NH", what
>> kind of patches?
>>
>> Thanks!
>>
>>
>> On Tue, Oct 21, 2008 at 12:33 PM, Markus Zywitza <
>> [EMAIL PROTECTED]> wrote:
>>
>>> Please use the NH2.0 branch.
>>> I just updated it to current trunk (building on net-2.0 with nant 0.85).
>>>
>>> I will keep updating it from time to time until 1.0 is released.
>>>
>>> This one does not use NH trunk, but 2.0.1 GA. This means you can use NH
>>> Contrib, but there are minor differences to Castle trunk, which uses a
>>> patched trunk version of NH.
>>>
>>> -Markus
>>>
>>> 2008/10/20 [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>>>
>>>
>>>> Any news on fixing the build for 2.0?
>>>>
>>>> On Oct 16, 9:21 pm, "Ken Egozi" <[EMAIL PROTECTED]> wrote:
>>>> > well that's a different issue, as currently 2.0 isn't working due to
>>>> the
>>>> > introduction of RWL_Slim
>>>> >
>>>> > btw, are we going to revert that, or to put an IFDEF in?
>>>> >
>>>> >
>>>> >
>>>> > On Thu, Oct 16, 2008 at 10:17 PM, David <[EMAIL PROTECTED]>
>>>> wrote:
>>>> >
>>>> > > Sort of.  It says:
>>>> >
>>>> > > Everything should compile fine using NAnt 0.85 final.
>>>> > > You can find the latest version athttp://nant.sourceforge.net/
>>>>  >
>>>> > > for targeting 3.5, it's recommended you use NAnt 0.68b2 nightly
>>>> build
>>>> > > (current version is 0.86.3075.0 from 02/06/2008 and can be
>>>> downloaded
>>>> > > from the said location).
>>>> >
>>>> > > When I first tried to build I was targeting 2.0.
>>>> >
>>>> > > On Oct 16, 1:29 pm, "Ken Egozi" <[EMAIL PROTECTED]> wrote:
>>>> > > > btw, not to nag, but Im pretty sure it's in the "How to build.txt"
>>>> file
>>>> >
>>>> > > > On Thu, Oct 16, 2008 at 2:07 AM, David <[EMAIL PROTECTED]>
>>>> wrote:
>>>> >
>>>> > > > > That worked!  with the NAnt Nightly Build (shows as
>>>> 0.86-nightly) in
>>>> > > > > my path I can successfully build the Castle trunk using "nant
>>>> quick
>>>> > > > > rebuild".
>>>> >
>>>> > > > > Many thanks for the help, guys.
>>>> >
>>>> > > > > On Oct 16, 11:02 am, "Ken Egozi" <[EMAIL PROTECTED]> wrote:
>>>> > > > > > you'd need NANT .86b2
>>>> > > > > > this can be found on NANT site (it's nant.sourceforge.org I
>>>> think).
>>>> > > in
>>>> > > > > the
>>>> > > > > > bottom of the left menubar, there are downloads.
>>>> > > > > > go to Nightly Build (these are 0.86b2 bits) - download the
>>>> binary,
>>>> > > put it
>>>> > > > > in
>>>> > > > > > the path, and then "nant quick rebuild" will work.
>>>> >
>>>> > > > > > On Wed, Oct 15, 2008 at 9:55 PM, David <
>>>> [EMAIL PROTECTED]>
>>>> > > wrote:
>>>> >
>>>> > > > > > > Great! That download link works.  It's useful that the
>>>> source code
>>>> > > is
>>>> > > > > > > zipped up in there as well.
>>>> >
>>>> > > > > > > Thanks.
>>>> >
>>>> > > > > > > On Oct 16, 12:08 am, "Ken Egozi" <[EMAIL PROTECTED]> wrote:
>>>> > > > > > > > The quickest (and dirtiest) way would be to:
>>>> >
>>>> > > > > > > > 1. go to the download page
>>>> > > > > > > > 2. copy the download url
>>>> > > > > > > > 3. switch the 2.0 bit with 3.5
>>>> > > > > > > > 4. download and have (lots of) fun using Castle
>>>> >
>>>> > > > > > > > the latest build is athttp://
>>>> > > > > > >
>>>> builds.castleproject.org/builds/castleproject-1.1-build_973-ne...
>>>> >
>>>> > > > > > > > On Wed, Oct 15, 2008 at 1:02 PM, Ernst Naezer <
>>>> > > [EMAIL PROTECTED]
>>>> >
>>>> > > > > > > wrote:
>>>> >
>>>> > > > > > > > > Hi David,
>>>> >
>>>> > > > > > > > > sorry you didn't succeed in getting up & running very
>>>> fast. I
>>>> > > > > looked
>>>> > > > > > > > > at the build server, and I believe somewhere last week
>>>> there we
>>>> > > > > made a
>>>> > > > > > > > > change so that it compiles by default using the .net 3
>>>> > > compiler,
>>>> > > > > which
>>>> > > > > > > > > probably outputs to a different zip file that doesn't
>>>> get
>>>> > > picked up
>>>> > > > > by
>>>> > > > > > > > > the build server, so you need to compile from code.
>>>> >
>>>> > > > > > > > > The quickest way to do that is using the command;
>>>> >
>>>> > > > > > > > > nant quick rebuild
>>>> >
>>>> > > > > > > > > this skips the tests, but that's fine since they also
>>>> get run
>>>> > > by
>>>> > > > > our
>>>> > > > > > > > > buildserver.
>>>> >
>>>> > > > > > > > > The ReaderWriterLockSlim is something that is only
>>>> present at
>>>> > > the
>>>> > > > > 3.5
>>>> > > > > > > > > framework and was committed a couple of days ago and
>>>> pending
>>>> > > > > > > > > discussion.
>>>> >
>>>> > > > > > > > > So, to sum up, you need to latest .net framework and
>>>> nant 0.86
>>>> > > > > > > > > (nightly build os something)
>>>> >
>>>> > > > > > > > > Hope this helps a bit.
>>>> >
>>>> > > > > > > > > cheers,
>>>> > > > > > > > > Ernst.
>>>> >
>>>> > > > > > > > > On Wed, Oct 15, 2008 at 12:40 PM, David <
>>>> > > [EMAIL PROTECTED]>
>>>> > > > > > > wrote:
>>>> >
>>>> > > > > > > > > > Apologies if this is a stupid question.  At the moment
>>>> I'm
>>>> > > just
>>>> > > > > > > trying
>>>> > > > > > > > > > to get my head around Monorail/ActiveRecord, etc.  I'd
>>>> like
>>>> > > to
>>>> > > > > play
>>>> > > > > > > > > > with the trunk version but I can't work out how to get
>>>> hold
>>>> > > of a
>>>> > > > > > > > > > working copy.
>>>> >
>>>> > > > > > > > > > I tried to download the latest build from, say,
>>>> >
>>>> > >
>>>> http://builds.castleproject.org/cruise/DownloadBuild.castle?number=973
>>>> > > > > > > > > > but all I get is a 1.4Kb empty zip file.
>>>> >
>>>> > > > > > > > > > I also tried to download the source code from
>>>> SubVersion and
>>>> > > > > build
>>>> > > > > > > > > > using something like
>>>> > > > > > > > > > nant -D:common.testrunner.enabled=false
>>>> > > > > > > > > > or
>>>> > > > > > > > > > nant -D:project.config=release
>>>> > > -D:common.testrunner.enabled=false
>>>> > > > > > > > > > but I get build errors (something to do with
>>>> > > > > ReaderWriterLockSlim).
>>>> > > > > > >  I
>>>> > > > > > > > > > tried on the last 4 or 5 revisions.
>>>> >
>>>> > > > > > > > > > What's the best way of getting an up-to-date copy?  I
>>>> don't
>>>> > > > > really
>>>> > > > > > > > > > need to build source code at this point, I just want
>>>> to be
>>>> > > able
>>>> > > > > to
>>>> > > > > > > > > > play with coding on top of the framework.
>>>> >
>>>> > > > > > > > > > Many thanks.
>>>> >
>>>> > > > > > > > --
>>>> > > > > > > > Ken Egozi.
>>>> >
>>>> > >
>>>> http://www.kenegozi.com/bloghttp://www.musicglue.comhttp://www.castle.
>>>> > > > > ..
>>>> >
>>>> > > > > > --
>>>> > > > > > Ken Egozi.
>>>> > > > >
>>>> http://www.kenegozi.com/bloghttp://www.musicglue.comhttp://www.castle.
>>>> > > ..
>>>> >
>>>> > > > --
>>>> > > > Ken Egozi.
>>>> > >
>>>> http://www.kenegozi.com/bloghttp://www.musicglue.comhttp://www.castle.
>>>> ..
>>>> >
>>>> > --
>>>> > Ken Egozi.
>>>> http://www.kenegozi.com/bloghttp://www.musicglue.comhttp://www.castleproject.orghttp://www.gotfriends.co.il
>>>>
>>>>
>>
>>
>> --
>> Tuna Toksöz
>>
>> Typos included to enhance the readers attention!
>>
>> >>
>>


-- 
Tuna Toksöz

Typos included to enhance the readers attention!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to