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.castleproject.orghttp://www.gotfriends.co.il --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
