Timers Not Working
Tennis Smith <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Guys,
I have a time set to run once per hour. For some reason, they no longer
work. But I am still able to start a build via the JMX Console. The build
works fine. Any ideas on where I can look to figure this out?
Here is an excerpt from my config.xml file:
<!-- Defines where cruise looks for changes, to decide
whether to run the build -->
<modificationset quietperiod="60">
<svn localworkingcopy="projects/${project.name}/trunk"/>
</modificationset>
<!-- Configures the actual build loop, how often and which
build file/target -->
<schedule interval="3600">
<ant anthome="apache-ant-1.7.0"
buildfile="projects/${project.name}/build-${project.name
}.xml"
target="build"
uselogger="true"
usedebug="false"/>
</schedule>
tks,
-T
------------------------------------------------------------------------------
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user