Svn CruiseControl.NET-未使用的注释-<;trunkURL>;?

Svn CruiseControl.NET-未使用的注释-<;trunkURL>;?,svn,cruisecontrol.net,continuous-integration,Svn,Cruisecontrol.net,Continuous Integration,我刚刚开始使用CruiseControl.NET(使用刚刚出版的Manning Continuous integration book),配置文件有问题 我在标记上得到错误:“未使用的节点” 下面是配置文件(稍微清理,使用[]作为占位符)。有人能发现我的错误吗?我在想/希望这是件简单的事 <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> <!-- This is your CruiseControl.NET

我刚刚开始使用CruiseControl.NET(使用刚刚出版的Manning Continuous integration book),配置文件有问题

我在
标记上得到错误:“未使用的节点”

下面是配置文件(稍微清理,使用[]作为占位符)。有人能发现我的错误吗?我在想/希望这是件简单的事

<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
        <!-- This is your CruiseControl.NET Server Configuration file. Add your projects below! -->
            <project name="Build[Project]Lib">
                <workingDirectory>F:\CI\Build[Project]Lib\</workingDirectory>
                <artifactDirectory>F:\CI\Artifacts.Build[Project]Lib</artifactDirectory>
                <webURL>http://localhost/ccnet</webURL>
                <triggers>
                    <intervalTrigger initialSeconds="0" />
                </triggers>
                <sourcecontrol type="svn">
                    <executable>C:\Program Files\CollabNet\Svn\svn.exe</executable>
                    <trunkURL>https://localhost:443/svn/[Solution]/trunk/src/[Project].Lib/</trunkURL>
                    <username>buildmaster</username>
                    <password>[Password]</password>
                </sourcecontrol>
                <tasks>
                    <msbuild>
                        <executable>C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe</executable>
                        <projectFile>[Project].Lib.csproj</projectFile>
                        <buildArgs>
                            /p:Configuration=Release /verbosity:minimal
                        </buildArgs>
                        <logger>F:\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MSBuild.dll</logger>
                    </msbuild>
                </tasks>
            </project>

F:\CI\Build[Project]Lib\
F:\CI\Artifacts.Build[Project]Lib
http://localhost/ccnet
C:\Program Files\CollabNet\Svn\Svn.exe
https://localhost:443/svn/[解决方案]/trunk/src/[Project].Lib/
建筑大师
[密码]
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
[Project].Lib.csproj
/p:Configuration=Release/verbosity:minimal
F:\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MSBuild.dll
提前感谢您提供的任何帮助

祝你一切顺利,
肖恩(Sean)

我在进一步搜索后找到了答案(当然,就在我发帖之后!)

无论如何,为了将来的参考,问题是我在使用
,而我本应该使用