Created
August 4, 2012 10:41
-
-
Save ianbattersby/3256638 to your computer and use it in GitHub Desktop.
FAKE invalid switch error - even with verbose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FakePath: /Users/ian/Code/FAKE/build/FakeLib.dll | |
FAKE - F# Make - Version 0.2.0.0 | |
LocalBuild | |
FAKE Arguments: | |
"build.fsx" | |
"target" | |
"details" | |
"verbose" | |
FSI-Path: fsi | |
MSBuild-Path: xbuild | |
Running Buildscript: build.fsx | |
fsi build.fsx | |
Building project with version: LocalBuild | |
Shortened DependencyGraph for Target Build: | |
<== Build | |
<== Clean | |
The resulting target order is: | |
- Clean | |
- Build | |
Starting Target: Build (==> Clean) | |
Starting Target: Clean | |
Deleting contents of ./build/ | |
Deleting contents of ./test | |
Finished Target: Clean | |
Building project: /Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj | |
xbuild /Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj /t:Build /p:OutputPath="Users/ian/Code/Simple.Web/build" /p:Configuration="Debug" /p:VSToolsPath="/Library/Frameworks/Mono.framework/Libraries/mono/xbuild/Microsoft/VisualStudio/v9.0" | |
xbuild /Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj /t:Build /p:OutputPath="Users/ian/Code/Simple.Web/build" /p:Configuration="Debug" /p:VSToolsPath="/Library/Frameworks/Mono.framework/Libraries/mono/xbuild/Microsoft/VisualStudio/v9.0" | |
MSBUILD: error MSBUILD0001: Unknown switch: /Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj | |
Running build failed. | |
Error: | |
System.Exception: Building /Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj project failed. | |
at [email protected] (System.String message) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.PrintfModule+PrintFormatToStringThen@572-3[Microsoft.FSharp.Core.Unit].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.PrintfImpl.go@520-3[Unit,String,Unit] (System.String fmt, Int32 len, Microsoft.FSharp.Core.FSharpFunc`2 outputChar, Microsoft.FSharp.Core.FSharpFunc`2 outa, Microsoft.FSharp.Core.Unit os, Microsoft.FSharp.Core.FSharpFunc`2 finalize, Microsoft.FSharp.Collections.FSharpList`1 args, Int32 i) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.PrintfImpl.run@518[Unit,String,Unit] (Microsoft.FSharp.Core.FSharpFunc`2 initialize, System.String fmt, Int32 len, Microsoft.FSharp.Collections.FSharpList`1 args) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.PrintfImpl.capture@537[Unit,String,Unit] (Microsoft.FSharp.Core.FSharpFunc`2 initialize, System.String fmt, Int32 len, Microsoft.FSharp.Collections.FSharpList`1 args, System.Type ty, Int32 i) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.PrintfImpl+capture@537-1[Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit].Invoke (Microsoft.FSharp.Collections.FSharpList`1 args, System.Type ty, Int32 i) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.FSharpFunc`2[Microsoft.FSharp.Collections.FSharpList`1[System.Object],System.Type].InvokeFast[Int32,Object] (Microsoft.FSharp.Core.FSharpFunc`2 func, Microsoft.FSharp.Collections.FSharpList`1 arg1, System.Type arg2, Int32 arg3) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.FSharpFunc`2[System.Type,System.Object].InvokeFast[Object] (Microsoft.FSharp.Core.FSharpFunc`2 func, System.Type arg1, System.Object arg2) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.PrintfImpl+buildFunctionForOneArgPat@209.Invoke (System.Object inp) [0x00000] in <filename unknown>:0 | |
at <StartupCode$FSharp-Core>.$Reflect+Invoke@625-4[System.String,Microsoft.FSharp.Core.Unit].Invoke (System.String inp) [0x00000] in <filename unknown>:0 | |
at Fake.MSBuildHelper.build (Microsoft.FSharp.Core.FSharpFunc`2 setParams, System.String project) [0x00000] in <filename unknown>:0 | |
at [email protected] (System.String project) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Primitives.Basics.List.iter[String] (Microsoft.FSharp.Core.FSharpFunc`2 f, Microsoft.FSharp.Collections.FSharpList`1 x) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Collections.ListModule.Iterate[String] (Microsoft.FSharp.Core.FSharpFunc`2 action, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00000] in <filename unknown>:0 | |
at Fake.MSBuildHelper.MSBuild (System.String outputPath, System.String targets, Microsoft.FSharp.Collections.FSharpList`1 properties, IEnumerable`1 projects) [0x00000] in <filename unknown>:0 | |
at [email protected] (Microsoft.FSharp.Core.Unit _arg2) [0x00000] in <filename unknown>:0 | |
at Fake.TargetHelper+targetFromTemplate@112[Microsoft.FSharp.Core.Unit].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00000] in <filename unknown>:0 | |
at Fake.TargetHelper.runTarget@228 (System.String targetName) [0x00000] in <filename unknown>:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To confirm the same, using a local build of master, works fine on Windows;
Building project with version: LocalBuild
Shortened DependencyGraph for Target Build:
<== Build
<== Clean
The resulting target order is:
Starting Target: Build (==> Clean)
Starting Target: Clean
Deleting contents of ./build/
Deleting contents of ./test
Finished Target: Clean
Building project: .\Sandbox\Sandbox.csproj
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Sandbox\Sandbox.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="Debug" /p:VSToolsP
ath=""
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Sandbox\Sandbox.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="Debug" /p:VSToolsPat
h=""
Microsoft (R) Build Engine version 4.0.30319.17626
[Microsoft .NET Framework, version 4.0.30319.17626]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/4/2012 11:51:47 AM.
1>Project ".\Sandbox\Sandbox.csproj" on node 1 (Build target(s)).
1>Project ".\Sandbox\Sandbox.csproj" (1) is building ".\Simple.Web\Simple.Web.csproj" (4) on node 3 (default targets).
4>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.dll" to ".\build\Simple.Web.dll".
Simple.Web -> .\build\Simple.Web.dll
Copying file from "obj\Debug\Simple.Web.pdb" to ".\build\Simple.Web.pdb".
Copying file from "bin\Debug\Simple.Web.XML" to ".\build\Simple.Web.XML".
4>Done Building Project ".\Simple.Web\Simple.Web.csproj" (default targets).
1>Project ".\Sandbox\Sandbox.csproj" (1) is building ".\Simple.Web.AspNet\Simple.Web.AspNet.csproj" (2) on node 1 (default targets).
2>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
Copying file from ".\packages\Fix.AspNet.0.1\lib\net40\Fix.AspNet.dll" to ".\build\Fix.AspNet.dll".
Copying file from ".\packages\Fix.0.1\lib\net40\Fix.dll" to ".\build\Fix.dll".
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.AspNet.dll" to ".\build\Simple.Web.AspNet.dll".
Simple.Web.AspNet -> .\build\Simple.Web.AspNet.dll
Copying file from "obj\Debug\Simple.Web.AspNet.pdb" to ".\build\Simple.Web.AspNet.pdb".
2>Done Building Project ".\Simple.Web.AspNet\Simple.Web.AspNet.csproj" (default targets).
1>Project ".\Sandbox\Sandbox.csproj" (1) is building ".\Simple.Web.Razor\Simple.Web.Razor.csproj" (3) on node 2 (default targets).
3>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
Copying file from ".\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll" to ".\build\Microsoft.Web.Infrastructure
.dll".
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.Helpers.dll" to ".\build\System.Web.Helpers.dll".
Copying file from ".\packages\Microsoft.AspNet.Razor.2.0.20505.0\lib\net40\System.Web.Razor.dll" to ".\build\System.Web.Razor.dll".
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Deployment.dll" to ".\build\System.Web.WebPages.Deplo
yment.dll".
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.dll" to ".\build\System.Web.WebPages.dll".
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Razor.dll" to ".\build\System.Web.WebPages.Razor.dll"
.
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.Helpers.xml" to ".\build\System.Web.Helpers.xml".
Copying file from ".\packages\Microsoft.AspNet.Razor.2.0.20505.0\lib\net40\System.Web.Razor.xml" to ".\build\System.Web.Razor.xml".
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.xml" to ".\build\System.Web.WebPages.xml".
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Deployment.xml" to ".\build\System.Web.WebPages.Deplo
yment.xml".
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Razor.xml" to ".\build\System.Web.WebPages.Razor.xml"
.
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.Razor.dll" to ".\build\Simple.Web.Razor.dll".
Simple.Web.Razor -> .\build\Simple.Web.Razor.dll
Copying file from "obj\Debug\Simple.Web.Razor.pdb" to ".\build\Simple.Web.Razor.pdb".
3>Done Building Project ".\Simple.Web.Razor\Simple.Web.Razor.csproj" (default targets).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
Copying file from ".\packages\JsonFx.2.0.1106.2610\lib\net40\JsonFx.dll" to ".\build\JsonFx.dll".
Copying file from ".\packages\AspNetWebPages.Core.2.0.20126.16343\lib\net40\System.Web.Helpers.dll" to ".\build\System.Web.Helpers.dll".
Copying file from ".\packages\AspNetRazor.Core.2.0.20126.16343\lib\net40\System.Web.Razor.dll" to ".\build\System.Web.Razor.dll".
Copying file from ".\packages\xunit.1.9.0.1566\lib\xunit.dll" to ".\build\xunit.dll".
Copying file from ".\packages\JsonFx.2.0.1106.2610\lib\net40\JsonFx.xml" to ".\build\JsonFx.xml".
Copying file from ".\packages\AspNetWebPages.Core.2.0.20126.16343\lib\net40\System.Web.Helpers.xml" to ".\build\System.Web.Helpers.xml".
Copying file from ".\packages\AspNetRazor.Core.2.0.20126.16343\lib\net40\System.Web.Razor.xml" to ".\build\System.Web.Razor.xml".
Copying file from ".\packages\xunit.1.9.0.1566\lib\xunit.xml" to ".\build\xunit.xml".
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Sandbox.dll" to ".\build\Sandbox.dll".
Sandbox -> .\build\Sandbox.dll
Copying file from "obj\Debug\Sandbox.pdb" to ".\build\Sandbox.pdb".
1>Done Building Project ".\Sandbox\Sandbox.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.86
Building project: .\Simple.Web.Autofac\Simple.Web.Autofac.csproj
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.Autofac\Simple.Web.Autofac.csproj /t:Build /m /p:OutputPath=".\build" /p:Configurati
on="Debug" /p:VSToolsPath=""
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.Autofac\Simple.Web.Autofac.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration
="Debug" /p:VSToolsPath=""
Microsoft (R) Build Engine version 4.0.30319.17626
[Microsoft .NET Framework, version 4.0.30319.17626]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/4/2012 11:51:49 AM.
1>Project ".\Simple.Web.Autofac\Simple.Web.Autofac.csproj" on node 1 (Build target(s)).
1>Project ".\Simple.Web.Autofac\Simple.Web.Autofac.csproj" (1) is building ".\Simple.Web\Simple.Web.csproj" (2) on node 1 (default targets).
2>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Simple.Web -> .\build\Simple.Web.dll
2>Done Building Project ".\Simple.Web\Simple.Web.csproj" (default targets).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
Copying file from ".\packages\Autofac.2.6.2.859\lib\NET40\Autofac.Configuration.dll" to ".\build\Autofac.Configuration.dll".
Copying file from ".\packages\Autofac.2.6.2.859\lib\NET40\Autofac.dll" to ".\build\Autofac.dll".
Copying file from ".\packages\Autofac.2.6.2.859\lib\NET40\Autofac.xml" to ".\build\Autofac.xml".
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.Autofac.dll" to ".\build\Simple.Web.Autofac.dll".
Simple.Web.Autofac -> .\build\Simple.Web.Autofac.dll
Copying file from "obj\Debug\Simple.Web.Autofac.pdb" to ".\build\Simple.Web.Autofac.pdb".
1>Done Building Project ".\Simple.Web.Autofac\Simple.Web.Autofac.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.21
Building project: .\Simple.Web.JsonFx\Simple.Web.JsonFx.csproj
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.JsonFx\Simple.Web.JsonFx.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration
="Debug" /p:VSToolsPath=""
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.JsonFx\Simple.Web.JsonFx.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="
Debug" /p:VSToolsPath=""
Microsoft (R) Build Engine version 4.0.30319.17626
[Microsoft .NET Framework, version 4.0.30319.17626]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/4/2012 11:51:50 AM.
1>Project ".\Simple.Web.JsonFx\Simple.Web.JsonFx.csproj" on node 1 (Build target(s)).
1>Project ".\Simple.Web.JsonFx\Simple.Web.JsonFx.csproj" (1) is building ".\Simple.Web\Simple.Web.csproj" (2) on node 1 (default targets).
2>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Simple.Web -> .\build\Simple.Web.dll
2>Done Building Project ".\Simple.Web\Simple.Web.csproj" (default targets).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.JsonFx.dll" to ".\build\Simple.Web.JsonFx.dll".
Simple.Web.JsonFx -> .\build\Simple.Web.JsonFx.dll
Copying file from "obj\Debug\Simple.Web.JsonFx.pdb" to ".\build\Simple.Web.JsonFx.pdb".
1>Done Building Project ".\Simple.Web.JsonFx\Simple.Web.JsonFx.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.20
Building project: .\Simple.Web.Mocks\Simple.Web.Mocks.csproj
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.Mocks\Simple.Web.Mocks.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="
Debug" /p:VSToolsPath=""
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.Mocks\Simple.Web.Mocks.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="De
bug" /p:VSToolsPath=""
Microsoft (R) Build Engine version 4.0.30319.17626
[Microsoft .NET Framework, version 4.0.30319.17626]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/4/2012 11:51:51 AM.
1>Project ".\Simple.Web.Mocks\Simple.Web.Mocks.csproj" on node 1 (Build target(s)).
1>Project ".\Simple.Web.Mocks\Simple.Web.Mocks.csproj" (1) is building ".\Simple.Web\Simple.Web.csproj" (2) on node 1 (default targets).
2>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Simple.Web -> .\build\Simple.Web.dll
2>Done Building Project ".\Simple.Web\Simple.Web.csproj" (default targets).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.Mocks.dll" to ".\build\Simple.Web.Mocks.dll".
Simple.Web.Mocks -> .\build\Simple.Web.Mocks.dll
Copying file from "obj\Debug\Simple.Web.Mocks.pdb" to ".\build\Simple.Web.Mocks.pdb".
1>Done Building Project ".\Simple.Web.Mocks\Simple.Web.Mocks.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.19
Building project: .\Simple.Web.Ninject\Simple.Web.Ninject.csproj
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.Ninject\Simple.Web.Ninject.csproj /t:Build /m /p:OutputPath=".\build" /p:Configurati
on="Debug" /p:VSToolsPath=""
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.Ninject\Simple.Web.Ninject.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration
="Debug" /p:VSToolsPath=""
Microsoft (R) Build Engine version 4.0.30319.17626
[Microsoft .NET Framework, version 4.0.30319.17626]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/4/2012 11:51:52 AM.
1>Project ".\Simple.Web.Ninject\Simple.Web.Ninject.csproj" on node 1 (Build target(s)).
1>Project ".\Simple.Web.Ninject\Simple.Web.Ninject.csproj" (1) is building ".\Simple.Web\Simple.Web.csproj" (2) on node 1 (default targets).
2>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Simple.Web -> .\build\Simple.Web.dll
2>Done Building Project ".\Simple.Web\Simple.Web.csproj" (default targets).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
Copying file from ".\packages\Ninject.3.0.1.10\lib\net40\Ninject.dll" to ".\build\Ninject.dll".
Copying file from ".\packages\Ninject.3.0.1.10\lib\net40\Ninject.pdb" to ".\build\Ninject.pdb".
Copying file from ".\packages\Ninject.3.0.1.10\lib\net40\Ninject.xml" to ".\build\Ninject.xml".
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.Ninject.dll" to ".\build\Simple.Web.Ninject.dll".
Simple.Web.Ninject -> .\build\Simple.Web.Ninject.dll
Copying file from "obj\Debug\Simple.Web.Ninject.pdb" to ".\build\Simple.Web.Ninject.pdb".
1>Done Building Project ".\Simple.Web.Ninject\Simple.Web.Ninject.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.21
Building project: .\Simple.Web.StructureMap\Simple.Web.StructureMap.csproj
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.StructureMap\Simple.Web.StructureMap.csproj /t:Build /m /p:OutputPath=".\build" /p:C
onfiguration="Debug" /p:VSToolsPath=""
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.StructureMap\Simple.Web.StructureMap.csproj /t:Build /m /p:OutputPath=".\build" /p:Con
figuration="Debug" /p:VSToolsPath=""
Microsoft (R) Build Engine version 4.0.30319.17626
[Microsoft .NET Framework, version 4.0.30319.17626]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/4/2012 11:51:53 AM.
1>Project ".\Simple.Web.StructureMap\Simple.Web.StructureMap.csproj" on node 1 (Build target(s)).
1>Project ".\Simple.Web.StructureMap\Simple.Web.StructureMap.csproj" (1) is building ".\Simple.Web\Simple.Web.csproj" (2) on node 1 (default targets).
2>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Simple.Web -> .\build\Simple.Web.dll
2>Done Building Project ".\Simple.Web\Simple.Web.csproj" (default targets).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
Copying file from ".\packages\structuremap.2.6.3\lib\StructureMap.dll" to ".\build\StructureMap.dll".
Copying file from ".\packages\structuremap.2.6.3\lib\StructureMap.pdb" to ".\build\StructureMap.pdb".
Copying file from ".\packages\structuremap.2.6.3\lib\StructureMap.xml" to ".\build\StructureMap.xml".
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.StructureMap.dll" to ".\build\Simple.Web.StructureMap.dll".
Simple.Web.StructureMap -> .\build\Simple.Web.StructureMap.dll
Copying file from "obj\Debug\Simple.Web.StructureMap.pdb" to ".\build\Simple.Web.StructureMap.pdb".
1>Done Building Project ".\Simple.Web.StructureMap\Simple.Web.StructureMap.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.21
Building project: .\Simple.Web.Xml\Simple.Web.Xml.csproj
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.Xml\Simple.Web.Xml.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="Debu
g" /p:VSToolsPath=""
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\Simple.Web.Xml\Simple.Web.Xml.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="Debug"
/p:VSToolsPath=""
Microsoft (R) Build Engine version 4.0.30319.17626
[Microsoft .NET Framework, version 4.0.30319.17626]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/4/2012 11:51:54 AM.
1>Project ".\Simple.Web.Xml\Simple.Web.Xml.csproj" on node 1 (Build target(s)).
1>Project ".\Simple.Web.Xml\Simple.Web.Xml.csproj" (1) is building ".\Simple.Web\Simple.Web.csproj" (2) on node 1 (default targets).
2>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Simple.Web -> .\build\Simple.Web.dll
2>Done Building Project ".\Simple.Web\Simple.Web.csproj" (default targets).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Simple.Web.Xml.dll" to ".\build\Simple.Web.Xml.dll".
Simple.Web.Xml -> .\build\Simple.Web.Xml.dll
Copying file from "obj\Debug\Simple.Web.Xml.pdb" to ".\build\Simple.Web.Xml.pdb".
1>Done Building Project ".\Simple.Web.Xml\Simple.Web.Xml.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.19
Building project: .\SimplestWeb\SimplestWeb.csproj
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\SimplestWeb\SimplestWeb.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="Debug" /p:
VSToolsPath=""
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\SimplestWeb\SimplestWeb.csproj /t:Build /m /p:OutputPath=".\build" /p:Configuration="Debug" /p:VS
ToolsPath=""
Microsoft (R) Build Engine version 4.0.30319.17626
[Microsoft .NET Framework, version 4.0.30319.17626]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/4/2012 11:51:54 AM.
1>Project ".\SimplestWeb\SimplestWeb.csproj" on node 1 (Build target(s)).
1>Project ".\SimplestWeb\SimplestWeb.csproj" (1) is building ".\Simple.Web\Simple.Web.csproj" (3) on node 3 (default targets).
3>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Simple.Web -> .\build\Simple.Web.dll
3>Done Building Project ".\Simple.Web\Simple.Web.csproj" (default targets).
1>Project ".\SimplestWeb\SimplestWeb.csproj" (1) is building ".\Simple.Web.AspNet\Simple.Web.AspNet.csproj" (2) on node 1 (default targets).
2>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Simple.Web.AspNet -> .\build\Simple.Web.AspNet.dll
2>Done Building Project ".\Simple.Web.AspNet\Simple.Web.AspNet.csproj" (default targets).
1>Project ".\SimplestWeb\SimplestWeb.csproj" (1) is building ".\Simple.Web.Razor\Simple.Web.Razor.csproj" (4) on node 2 (default targets).
4>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.Helpers.dll" to ".\build\System.Web.Helpers.dll".
Copying file from ".\packages\Microsoft.AspNet.Razor.2.0.20505.0\lib\net40\System.Web.Razor.dll" to ".\build\System.Web.Razor.dll".
Copying file from ".\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.Helpers.xml" to ".\build\System.Web.Helpers.xml".
Copying file from ".\packages\Microsoft.AspNet.Razor.2.0.20505.0\lib\net40\System.Web.Razor.xml" to ".\build\System.Web.Razor.xml".
CopyFilesToOutputDirectory:
Simple.Web.Razor -> .\build\Simple.Web.Razor.dll
4>Done Building Project ".\Simple.Web.Razor\Simple.Web.Razor.csproj" (default targets).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\SimplestWeb.dll" to ".\build\SimplestWeb.dll".
SimplestWeb -> .\build\SimplestWeb.dll
Copying file from "obj\Debug\SimplestWeb.pdb" to ".\build\SimplestWeb.pdb".
_CopyWebApplicationLegacy:
Copying Web Application Project Files for SimplestWeb
Creating directory ".\build_PublishedWebsites\SimplestWeb\bin".
Copying file from "obj\Debug\SimplestWeb.dll" to ".\build_PublishedWebsites\SimplestWeb\bin\SimplestWeb.dll".
Copying file from "obj\Debug\SimplestWeb.pdb" to ".\build_PublishedWebsites\SimplestWeb\bin\SimplestWeb.pdb".
Copying file from ".\build\Simple.Web.AspNet.dll" to ".\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.AspNet.dll".
Copying file from ".\build\Simple.Web.dll" to ".\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.dll".
Copying file from ".\build\Simple.Web.Razor.dll" to ".\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.Razor.dll".
Copying file from ".\build\Simple.Web.AspNet.pdb" to ".\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.AspNet.pdb".
Copying file from ".\build\Simple.Web.Razor.pdb" to ".\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.Razor.pdb".
Copying file from ".\build\Simple.Web.pdb" to ".\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.pdb".
Copying file from ".\build\Simple.Web.xml" to ".\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.xml".
Copying file from "Web.config" to ".\build_PublishedWebsites\SimplestWeb\Web.config".
Copying file from "Web.Debug.config" to ".\build_PublishedWebsites\SimplestWeb\Web.Debug.config".
Copying file from "Web.Release.config" to ".\build_PublishedWebsites\SimplestWeb\Web.Release.config".
Creating directory ".\build_PublishedWebsites\SimplestWeb\Views".
Copying file from "Views\Index.cshtml" to ".\build_PublishedWebsites\SimplestWeb\Views\Index.cshtml".
1>Done Building Project ".\SimplestWeb\SimplestWeb.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.63
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.AspNet.dll
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.AspNet.pdb
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.dll
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.pdb
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.Razor.dll
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.Razor.pdb
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\Simple.Web.xml
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\SimplestWeb.dll
Build-Output: .\build_PublishedWebsites\SimplestWeb\bin\SimplestWeb.pdb
Build-Output: .\build_PublishedWebsites\SimplestWeb\Views\Index.cshtml
Build-Output: .\build_PublishedWebsites\SimplestWeb\Web.config
Build-Output: .\build_PublishedWebsites\SimplestWeb\Web.Debug.config
Build-Output: .\build_PublishedWebsites\SimplestWeb\Web.Release.config
Build-Output: .\build\Autofac.Configuration.dll
Build-Output: .\build\Autofac.dll
Build-Output: .\build\Autofac.xml
Build-Output: .\build\Fix.AspNet.dll
Build-Output: .\build\Fix.dll
Build-Output: .\build\JsonFx.dll
Build-Output: .\build\JsonFx.xml
Build-Output: .\build\Microsoft.Web.Infrastructure.dll
Build-Output: .\build\Ninject.dll
Build-Output: .\build\Ninject.pdb
Build-Output: .\build\Ninject.xml
Build-Output: .\build\Sandbox.dll
Build-Output: .\build\Sandbox.pdb
Build-Output: .\build\Simple.Web.AspNet.dll
Build-Output: .\build\Simple.Web.AspNet.pdb
Build-Output: .\build\Simple.Web.Autofac.dll
Build-Output: .\build\Simple.Web.Autofac.pdb
Build-Output: .\build\Simple.Web.dll
Build-Output: .\build\Simple.Web.JsonFx.dll
Build-Output: .\build\Simple.Web.JsonFx.pdb
Build-Output: .\build\Simple.Web.Mocks.dll
Build-Output: .\build\Simple.Web.Mocks.pdb
Build-Output: .\build\Simple.Web.Ninject.dll
Build-Output: .\build\Simple.Web.Ninject.pdb
Build-Output: .\build\Simple.Web.pdb
Build-Output: .\build\Simple.Web.Razor.dll
Build-Output: .\build\Simple.Web.Razor.pdb
Build-Output: .\build\Simple.Web.StructureMap.dll
Build-Output: .\build\Simple.Web.StructureMap.pdb
Build-Output: .\build\Simple.Web.XML
Build-Output: .\build\Simple.Web.Xml.dll
Build-Output: .\build\Simple.Web.Xml.pdb
Build-Output: .\build\SimplestWeb.dll
Build-Output: .\build\SimplestWeb.pdb
Build-Output: .\build\StructureMap.dll
Build-Output: .\build\StructureMap.pdb
Build-Output: .\build\StructureMap.xml
Build-Output: .\build\System.Web.Helpers.dll
Build-Output: .\build\System.Web.Helpers.xml
Build-Output: .\build\System.Web.Razor.dll
Build-Output: .\build\System.Web.Razor.xml
Build-Output: .\build\System.Web.WebPages.Deployment.dll
Build-Output: .\build\System.Web.WebPages.Deployment.xml
Build-Output: .\build\System.Web.WebPages.dll
Build-Output: .\build\System.Web.WebPages.Razor.dll
Build-Output: .\build\System.Web.WebPages.Razor.xml
Build-Output: .\build\System.Web.WebPages.xml
Build-Output: .\build\xunit.dll
Build-Output: .\build\xunit.xml
Finished Target: Build
Build Time Report
Target Duration
Clean 00:00:00.0760311
Build 00:00:09.7310871
Total: 00:00:09.9294784
Status: Ok