【发布时间】:2012-02-24 16:40:47
【问题描述】:
我是 Orchard 和 MVC 3 的新手。现在,我正在尝试在 Team City 下构建我的解决方案。但它没有成功构建。
我已经从 orchard 的网站下载了整个源代码。目录结构是
OrchardSite(根文件夹) ->Lib(根的子文件夹) ->Src(根的子文件夹)
这两个文件夹都是我的仓库的一部分。
Team City 中的构建失败并抱怨无法找到任何依赖项。 错误日志的快照:
[12:09:09]: Orchard\Orchard.Framework.csproj (13s)
[12:09:10]: [Orchard\Orchard.Framework.csproj] CoreCompile (12s)
[12:09:10]: [CoreCompile] Csc (12s)
[12:09:21]: [Csc] ContentManagement\ContentItemBehavior.cs(2, 7): error CS0246: The type or namespace name 'ClaySharp' could not be found (are you missing a using directive or an assembly reference?)
[12:09:21]: [Csc] ContentManagement\ContentItemBehavior.cs(5, 40): error CS0246: The type or namespace name 'ClayBehavior' could not be found (are you missing a using directive or an assembly reference?)
[12:09:21]: [Csc] ContentManagement\DefaultContentDisplay.cs(5, 7): error CS0246: The type or namespace name 'ClaySharp' could not be found (are you missing a using directive or an assembly reference?)
[12:09:21]: [Csc] ContentManagement\IContentBehavior.cs(1, 7): error CS0246: The type or namespace name 'ClaySharp' could not be found (are you missing a using directive or an assembly reference?)
不确定需要做什么。有人可以帮帮我吗?
附:我不想把这篇文章写得太长——所以,如果有什么你需要知道的而我错过了,请告诉我。谢谢!
【问题讨论】:
标签: continuous-integration teamcity orchardcms