Dear build, I have a jenkins set up at home and working with Lucene.Net's build scripts. However for the build to work using the .net tool chain on windows, there are some items that need to installed.
https://builds.apache.org/job/Lucene.Net%20Contrib%20-%20Trunk/ Except for the "portable library tools", there is a powershell script inside the lucene.net trunk, trunk/build/scripts/validate-tool-chain.ps1, that will validate tools installed and prompt to install them if not already installed. However, If it were me, I would be skeptical of running any scripts and so I've included links and manual install instructions below. Build dependencies portable library tools http://visualstudiogallery.msdn.microsoft.com/b0e0b5e9-e138-410b-ad10-00cb3caf4981 download & install (does not require visual studio) sand castle & sand castle help file builder http://download.codeplex.com/Download?ProjectName=shfb&DownloadId=214182&FileTime=129456589216470000&Build=18101 unzip, this installer is not intuitive. At each step you will need to looking for an action to complete and make sure it installs each component. windows sdk for .net 4.0 & windows 7. http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/winsdk_web.exe open "Windows SDK 7.1 Command Prompt" and enter $ cd Setup $ WindowsSdkVer -version:v7.1 fxcop 10 the binary installer will be found here after windows sdk for .net 4.0 and windows 7 is installed: C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\FXCop\FxCopSetup.exe ncover http://downloads.ncover.com/NCover-x64-3.4.18.6937.msi You will need the license file to activate. A license was graciously donated, but needs to be setup. Please let me know the best way to handle this.