Hello, check the ccnetservice.log file, you'll find the call of msbuld.exe with the parameters. Just try to run it by hand via command line.
In your logfile are several errors from msbuild about wrong conditionals. You can also remove the /noconsolelogger param and you'lll see live status of your build in the webdashboard. Daniel Am 31.05.2010 01:17, schrieb jtoth55: > Hey all, > > I've been using CruiseControl.NET for years and I love it, thanks for > all the hard work you guys put in! However, for the first time I've > tried compiling a .NET 4 app with it using MSBuild and it fails > without giving a build error. This is all it gives me: > > Failing Tasks : MsBuildTask > > Here's what my msbuild node looks like in ccnet.config: > > <msbuild> > <executable>C:\WINDOWS\Microsoft.NET\Framework > \v4.0.30319\MSBuild.exe</executable> > > <workingDirectory>C:\UCampusDev</workingDirectory> > <projectFile>UCampus.sln</projectFile> > <buildArgs>/noconsolelogger > /p:Configuration=Debug /v:diag</ > buildArgs> > <targets>Build</targets> > <timeout>900</timeout> > <logger>C:\Program > Files\CruiseControl.NET\server > \ThoughtWorks.CruiseControl.MsBuild.dll</logger> > </msbuild> > > And here's the output of a forced build: > > http://pastebin.com/Nc7RuySh > > Has anyone gotten a .NET 4 app building using CruiseControl.NET yet? > I've installed both the .NET Framework v4 and the Microsoft Windows > SDK for Windows 7 and .NET Framework 4. > > Thanks! > Justin >
