为了更好的学习MonoRail,我准备下载MonoRail的源代码看看。
先从 http://www.castleproject.org/castle/download.html 下了一个源代码,结果编译时很多东西找不到,比如缺少 Castle.Components.Binder 包
在google上找了半天也没有解决,后来加了Castle的maillist才问到,最新的代码可以在 http://builds.castleproject.org/cruise/index.castle 下载
再次下载、编译。
配置半天之后,终于可以运行了,但是运行报错,说找不到 directive.properties 文件
最后只能从 http://svn.castleproject.org:8080/svn/castle/trunk/Tools/NVelocity/src/NVelocity/Runtime/Defaults/ 下载了两个最新的properties文件,重新编译,运行,终于页面正确出来了。
先从 http://www.castleproject.org/castle/download.html 下了一个源代码,结果编译时很多东西找不到,比如缺少 Castle.Components.Binder 包
在google上找了半天也没有解决,后来加了Castle的maillist才问到,最新的代码可以在 http://builds.castleproject.org/cruise/index.castle 下载
再次下载、编译。
配置半天之后,终于可以运行了,但是运行报错,说找不到 directive.properties 文件
最后只能从 http://svn.castleproject.org:8080/svn/castle/trunk/Tools/NVelocity/src/NVelocity/Runtime/Defaults/ 下载了两个最新的properties文件,重新编译,运行,终于页面正确出来了。
(http://svn.castleproject.org:8080/svn/castle/trunk/ 下是最新的代码,可以用 SVN client等工具下载)
本文转自永春博客园博客,原文链接:http://www.cnblogs.com/firstyi/archive/2007/10/17/927472.html,如需转载请自行联系原作者