Hudson Continuous Integration Server with .Net 1.1 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T17:34:25Z http://stackoverflow.com/feeds/question/871660 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/871660/hudson-continuous-integration-server-with-net-1-1 0 Hudson Continuous Integration Server with .Net 1.1 Ryan Cook 2009-05-16T04:03:39Z 2009-05-16T14:40:49Z <p>Has anyone successfully used hudson to build .Net 1.1 Projects? If so, can you share the configuration. I am having trouble.</p> <p>Hudson uses MSBuild which was introduced with .Net 2.0. I found <strong><a href="http://www.codeplex.com/MSBee" rel="nofollow">MSBee</a></strong> which is a MSBuild toolkit for 1.1 but so far I have not got it to work with Hudson. I point Hudson at the 2.0 MSbuild after installing MSBee and have tried the following arguments (among other things)</p> <pre><code>/t:Rebuild /p:TargetFX1_1=true /p:TargetFX1_1=true /p:CustomAfterMicrosoftCommonTargets=D\SCM\MSBuild\MSBee\MSBuildExtras.Fx1_1.CSharp.targets </code></pre> http://stackoverflow.com/questions/871660/hudson-continuous-integration-server-with-net-1-1/872554#872554 1 Answer by pgb for Hudson Continuous Integration Server with .Net 1.1 pgb 2009-05-16T14:40:49Z 2009-05-16T14:40:49Z <p>I'm using NAnt for 1.1 projects, which was simpler to integrate for me than MSBuild. You have a hudson <a href="http://wiki.hudson-ci.org/display/HUDSON/NAnt%2BPlugin" rel="nofollow">plugin</a> for it.</p>