Hi, I'm trying to build for a medium trust environment, however, my build keeps failing. I've followed the "How to build" instructions and searched around for a few hours trying various suggestion in other posts, but it doesn't seem to work. I'm currently running XP Pro 64 with VS2008. I've listed my build log below and any help in resolving the issue would be much appreciated:
Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. C:\castleThree>build quick build NAnt 0.86 (Build 0.86.3317.0; nightly; 30/01/2009) Copyright (C) 2001-2009 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/castleThree/default.build Target framework: Microsoft .NET Framework 3.5 Target(s) specified: quick build quick: common.check-nant-version: common.find-tools: set-framework-configuration: [script] Scanning assembly "1ovjagn0" for extensions. set-net-3.5-framework-configuration: set-project-configuration: set-debug-project-configuration: common.init: init: [mkdir] Creating directory 'C:\castleThree\build\net-3.5\debug'. [mkdir] Creating directory 'C:\castleThree\build\net-3.5\debug \test-results' . common.find-svninfo: [exec] C:\castleThree\common.xml(290,4): [exec] 'svn' failed to start. [xmlpeek] Peeking at 'C:\castleThree\_revision.xml' with XPath expression '/in fo/entry/@revision'. [xmlpeek] C:\castleThree\common.xml(301,4): [xmlpeek] XML file 'C:\castleThree\_revision.xml' does not exist. [echo] INFO: Using Subversion revision number: 0 copy-referenced-assemblies: [copy] Copying 34 files to 'C:\castleThree\build\net-3.5\debug'. [copy] Copying 1 file to 'C:\castleThree\build\net-3.5\debug'. [copy] Copying 9 files to 'C:\castleThree\build\net-3.5\debug'. [copy] Copying 1 file to 'C:\castleThree\build\net-3.5\debug'. build: [nant] C:\castleThree\Services\services.build build Buildfile: file:///C:/castleThree/Services/services.build Target framework: Microsoft .NET Framework 3.5 Target(s) specified: build common.build: [nant] No matching build files found to run. build: BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s) Total time: 0.1 seconds. [nant] C:\castleThree\Tools\Tools.build build Buildfile: file:///C:/castleThree/Tools/Tools.build Target framework: Microsoft .NET Framework 3.5 Target(s) specified: build common.build: [nant] C:\castleThree\Tools\VSNetWizards \VsNetIntegration.build Buildfile: file:///C:/castleThree/Tools/VSNetWizards/VsN etIntegration.build Target framework: Microsoft .NET Framework 3.5 Target(s) specified: build common.check-nant-version: common.find-tools: set-framework-configuration: [script] Scanning assembly "mwso8aww" for extensions. set-net-3.5-framework-configuration: set-project-configuration: set-debug-project-configuration: common.init: vsnetwizard: Function platform::is-win32 is deprecated. Use the is-w indows function instead. build: BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s) Total time: 0.4 seconds. build: BUILD SUCCEEDED Total time: 0.4 seconds. [nant] C:\castleThree\Components\components.build build Buildfile: file:///C:/castleThree/Components/components.build Target framework: Microsoft .NET Framework 3.5 Target(s) specified: build common.build: [nant] No matching build files found to run. build: BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s) Total time: 0.1 seconds. [nant] C:\castleThree\Facilities\facilities.build build Buildfile: file:///C:/castleThree/Facilities/facilities.build Target framework: Microsoft .NET Framework 3.5 Target(s) specified: build common.build: [nant] C:\castleThree\Facilities\Remoting \Remoting.build Buildfile: file:///C:/castleThree/Facilities/Remoting/Re moting.build Target framework: Microsoft .NET Framework 3.5 Target(s) specified: build common.build: [nant] C:\castleThree\Facilities\Remoting \Castle.Fa cilities.Remoting.TestsComponents \Castle.Facilities.Remoting.TestsComponents.bui ld Buildfile: file:///C:/castleThree/Facilities /Remoting/Castle.Facilities.Remoting.TestsComponents/ Castle.Facilities.Remoting. TestsComponents.build Target framework: Microsoft .NET Framework 3 .5 Target(s) specified: build common.check-nant-version: common.find-tools: set-framework-configuration: [script] Scanning assembly "jh9mehfu" for extensions. set-net-3.5-framework- configuration: set-project-configuration: set-debug-project-configuration: common.init: init: common.set-assembly-attribute- values: common.generate-assemblyinfo: [attrib] Setting file attributes for 1 fi les to Normal. generate-assemblyinfo: common.compile-dll: [csc] Compiling 9 files to 'C:\castleT hree\build\net-3.5\debug \Castle.Facilities.Remoting.TestComponents.dll'. [csc] c:\castleThree \Facilities\Remoti ng\Castle.Facilities.Remoting.TestsComponents \ChangeResultInterceptor.cs(18,15): error CS0234: The type or namespace name 'Core' does not exist in the namespace 'Castle' (are you missing an assembly reference?) [csc] c:\castleThree \Facilities\Remoti ng\Castle.Facilities.Remoting.TestsComponents \ChangeResultInterceptor.cs(21,41): error CS0246: The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?) [csc] c:\castleThree \Facilities\Remoti ng\Castle.Facilities.Remoting.TestsComponents \InterceptableCalcService.cs(19,15) : error CS0234: The type or namespace name 'Core' does not exist in the namespac e 'Castle' (are you missing an assembly reference?) [csc] c:\castleThree \Facilities\Remoti ng\Castle.Facilities.Remoting.TestsComponents \ChangeResultInterceptor.cs(23,25): error CS0246: The type or namespace name 'IInvocation' could not be found (are you missing a using directive or an assembly reference?) [csc] c:\castleThree \Facilities\Remoti ng\Castle.Facilities.Remoting.TestsComponents \InterceptableCalcService.cs(21,3): error CS0246: The type or namespace name 'Interceptor' could not be found (are you missing a using directive or an assembly reference?) [csc] c:\castleThree \Facilities\Remoti ng\Castle.Facilities.Remoting.TestsComponents \InterceptableCalcService.cs(21,3): error CS0246: The type or namespace name 'InterceptorAttribute' could not be fo und (are you missing a using directive or an assembly reference?) BUILD FAILED C:\castleThree\common-project.xml (127,5): External Program Failed: c:\WINDOWS \Microsof t.NET\Framework\v3.5\csc.exe (return code was 1) Total time: 1.3 seconds. BUILD FAILED Nested build failed. Refer to build log for exact reaso n. Total time: 1.4 seconds. BUILD FAILED Nested build failed. Refer to build log for exact reason. Total time: 1.5 seconds. BUILD FAILED - 2 non-fatal error(s), 0 warning(s) Nested build failed. Refer to build log for exact reason. Total time: 2.9 seconds. C:\castleThree> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
