Yes, nant build was failing because of the missing DHT changes (the persisters were excluded in vs, but not nant) So i was using MSBuild for the time being...it's not that this is a big deal or anything, just really weird and it bothers me that I couldn't figure out why
On Feb 10, 12:41 pm, Ayende Rahien <[email protected]> wrote: > Okay, but you are aware that the build isn't using msbuild, right? > > On Tue, Feb 10, 2009 at 8:16 PM, chrisortman <[email protected]> wrote: > > > >msbuild /? > > Microsoft (R) Build Engine Version 3.5.30729.1 > > [Microsoft .NET Framework, Version 2.0.50727.3053] > > Copyright (C) Microsoft Corporation 2007. All rights reserved. > > > On Feb 10, 12:10 pm, Ayende Rahien <[email protected]> wrote: > > > that depends which msbuild you are running > > > you may have put .net2.0 sdk in the path first > > > > On Tue, Feb 10, 2009 at 8:09 PM, chrisortman <[email protected]> > > wrote: > > > > > I thought that msbuild defaults to 3.5 if run from vs2008 command > > > > prompt > > > > > On Feb 10, 11:58 am, Ayende Rahien <[email protected]> wrote: > > > > > You are building from the command line using net-2.0 > > > > > > On Tue, Feb 10, 2009 at 7:16 PM, chrisortman <[email protected]> > > > > wrote: > > > > > > > I'm building rhino-service.bus from trunk using the command line. > > > > > > I am building against a slightly older version of castle and when I > > do > > > > > > I get this error from Rhino.ServiceBus.Tests > > > > > > > "d:\Code\deps\rhino-tools\rhino-service.bus\Rhino.ServiceBus.Tests > > > > > > \Rhino.ServiceBus.Tests.csproj" (default target) (8) -> > > > > > > (CoreCompile target) -> > > > > > > DataStructures\LRUSetTest.cs(15,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(16,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(17,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(29,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(30,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(31,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(32,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(45,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(46,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(47,17): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(66,21): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > DataStructures\LRUSetTest.cs(84,21): error CS1593: Delegate > > 'Action' > > > > > > does not take '1' arguments > > > > > > > 0 Warning(s) > > > > > > 12 Error(s) > > > > > > > But I can't for the life of me figure out why... > > > > > > Oh yeah building from visual studio works fine --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
