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. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
