NAnt 0.86 Beta 1 与 .NET 3.5 的持续集成修复
我已经尝试使用最新的 NAnt (0.86 Beta 1) 几个星期了 几个 .NET 3.0/3.5 项目使用多个 .sln 解决方案文件在我的构建服务器上构建平台代码,但总是出错并遇到此问题:
构建失败 不支持文件“C:***\Platform.sln”的解决方案格式。 嵌套构建失败。
附注; 为了在这里清除更多图片,我尝试将 Nant 与 2008 多个 *sln(解决方案)文件一起使用。 在我的构建服务器上安装了软件: VS2008 Nant 0.86 beta1 / nant-0.86-nightly-2009-01-11 Microsoft SDK\Windows\v6.0A CruisControl 版本:1.4.0.3524
尝试了所有可能的情况; 包括 然后我安装了 Visual Studio 2008 并安装了 SDK 版本 6.0A。 一旦我这样做了,Nant 0.86 就开始与 .NET 3.5 一起工作。 我将标签调整如下:
。 。 。
我是否应该等待包含这些修复的 0.86-beta2(待定)版本的修复,据我所知,这也不确定。 有什么更新吗?
任何来自这种情况的:提前致谢 氮@
I have been trying to use the latest NAnt (0.86 Beta 1) for a few weeks now in
several .NET 3.0/3.5 projects as using multiple .sln solution files to build the platform code on my build server but alws ran to error and having this problem :
BUILD FAILED
Solution format of file 'C:***\Platform.sln' is not supported.
Nested build failed.
PS; To clear more picture here i m trying to use Nant with 2008 multiple *sln (solution) files.
Intalled Soft on my build server:
VS2008
Nant 0.86 beta1 / nant-0.86-nightly-2009-01-11
Microsoft SDKs\Windows\v6.0A
CruisControl version : 1.4.0.3524
Tried every possible scenario; including
I then installed Visual Studio 2008 and in so doing, installed SDK
Version 6.0A. Once I did this, Nant 0.86 began to work with .NET 3.5.
I adjusted the tag as follows:
. . .
Should I wait for the fix thill 0.86-beta2 (TBD) release with these fixes, which is also not sure as far as i know from here. any updates for it?
Any over come from this sitauation : Thanks In advance
N@
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用解决方案任务,则 VS2003 以后的版本不支持该任务。 以下问题可能有助于解决您遇到的问题:
NAnt 和 VS2008 (.NET 3.5) - 不支持文件 Solution.sln 的解决方案格式
If you're using the solution task, it is not supported for anything newer than VS2003. The following question may help with the problem you're seeing:
NAnt and VS2008 (.NET 3.5) - Solution format of file Solution.sln is not supported