Note that there are some explanatory texts on larger screens.

plurals
  1. POUnused node detected when configuring schedule block with ant for CruiseControl.NET
    primarykey
    data
    text
    <p>I'm developing a ccnet.config script for CruiseControl.net that invokes an Ant script, and I'm getting the following error while executing the CruiseControl.NET service:</p> <p>Error: "Unused node detected:schedule block"</p> <p>This is my ccnet.config:</p> <pre><code>&lt;cruisecontrol xmlns:cb="urn:ccnet.config.builder" xmlns="http://thoughtworks.org/ccnet/1/5"&gt; &lt;project name="testprj"&gt; &lt;webURL&gt;http://localhost/ccnet&lt;/webURL&gt; &lt;modificationDelaySeconds&gt;10&lt;/modificationDelaySeconds&gt; &lt;sourcecontrol type="cvs" autoGetSource="true"&gt; &lt;executable&gt;C:\dev\ccnet\ccnet\tools\cvs.exe&lt;/executable&gt; &lt;cvsroot&gt;:ext:exortech@ccnet:/cvsroot/ccnetcontrib&lt;/cvsroot&gt; &lt;module&gt;ccnet&lt;/module&gt; &lt;workingDirectory&gt;C:\dev\Copy of FAT\&lt;/workingDirectory&gt; &lt;webUrlBuilder type="viewcvs"&gt; &lt;url&gt;http://localhost:7899/viewcvs/ccnet/NUnitDemo/&lt;/url&gt; &lt;/webUrlBuilder&gt; &lt;/sourcecontrol&gt; &lt;schedule&gt; &lt;ant&gt; &lt;antscript&gt;C:\Apache\apache-ant-1.8.1\bin\ant.bat&lt;/antscript&gt; &lt;antworkingdir&gt;C:\Apache&lt;/antworkingdir&gt; &lt;buildfile&gt;internalpush.xml&lt;/buildfile&gt; &lt;uselogger&gt;true&lt;/uselogger&gt; &lt;usedebug&gt;false&lt;/usedebug&gt; &lt;/ant&gt; &lt;/schedule&gt; &lt;publishers&gt; &lt;merge&gt; &lt;files&gt; &lt;file&gt;C:\dev\ccnet\ccnet\build\ccnet.exe-results.xml&lt;/file&gt; &lt;/files&gt; &lt;/merge&gt; &lt;xmllogger&gt; &lt;logDir&gt;log&lt;/logDir&gt; &lt;/xmllogger&gt; &lt;email mailhost="foo" from="sreekanth@foo.com" includeDetails="true"&gt; &lt;users&gt; &lt;user name="BuildGuru" group="buildmaster" address="buildguru@mycompany.com"/&gt; &lt;user name="JoeDeveloper" group="developers" address="joedeveloper@thoughtworks.com"/&gt; &lt;/users&gt; &lt;groups&gt; &lt;group name="developers"&gt; &lt;notifications&gt; &lt;NotificationType&gt;Change&lt;/NotificationType&gt; &lt;/notifications&gt; &lt;/group&gt; &lt;group name="buildmaster"&gt; &lt;notifications&gt; &lt;NotificationType&gt;Change&lt;/NotificationType&gt; &lt;/notifications&gt; &lt;/group&gt; &lt;/groups&gt; &lt;/email&gt; &lt;/publishers&gt; &lt;/project&gt; &lt;/cruisecontrol&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload