Hi, We are using the Jenkins Build-Server on "windows1" for building our stuff for Windows. But now for some reason the build fails due to missing dependencies (missing reference libraries for .NET 4.0) .
[msbuild] Microsoft (R) Build Engine Version 4.0.30319.1 [msbuild] [Microsoft .NET Framework, Version 4.0.30319.225] [msbuild] Copyright (C) Microsoft Corporation 2007. All rights reserved. [msbuild] [msbuild] Build started 5/15/2011 3:03:47 PM. [msbuild] Project "c:\hudson\hudson-slave\workspace\etch-trunk-windows-x86\trunk\binding-csharp\runtime\src\main\csharp\EtchProj.csproj" on node 1 (default targets). [msbuild] c:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(847,9): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [c:\hudson\hudson-slave\workspace\etch-trunk-windows-x86\trunk\binding-csharp\runtime\src\main\csharp\EtchProj.csproj] [msbuild] GenerateTargetFrameworkMonikerAttribute: [msbuild] Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [msbuild] CoreCompile: [msbuild] c:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll /debug+ /debug:full /keyfile:etch.snk /optimize- /out:obj\Debug\ApacheEtchCsharpIncubating.dll /target:library Org.Apache.Etch.Bindings.Csharp\Msg\AsyncMode.cs Problem: warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. I think the problem can be solved by installing VS 2010 or the Windows SDK (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6b6c21d2-2006-4afa-9702-529fa782d63b&displaylang=en) For me it would be also sufficient to switch to a other machine that fulfill the requirements. Information about the missing builds can be found here https://builds.apache.org/hudson/view/A-F/view/Etch/job/etch-trunk-windows-x86/75/console It would be great if someone could have a look to this! Thanks! Michael
