English 中文(简体)
Why does vetoIfFailing crash cruise control?
原标题:

I am having this weird issue with Cruise Control crashing, when I add the vetoIfFailing attribute to the buildstatus element.

<cruisecontrol>
  <project>
    <modificationset>
      <buildstatus>

This causes the entire machine to say stopped for all projects:

<buildstatus logdir="/mycruisedir/logs/myproject" vetoIfFailing="true" />

... but this works:

<buildstatus logdir="/mycruisedir/logs/myproject" />

So what is wrong with the vetoIfFailing attribute?

最佳回答

vetoIfFailing attribute for the buildstatus element was only added in CruiseControl v2.8.0 release notes.

I was using an earlier version - should have checked this first.

问题回答

暂无回答




相关问题
i want to continously run my java threads

I am running my java application where i have used threads... i am running this application using ant command on the terminal.. But when i close my terminal or press ctrl+c,then java program which was ...

Subant targets instead of ant

I m having a problem with subant and have no ideas any more. Can anyone help? Using Ant to replace some strings for other (i.e Productname and Version for "Foo" and "1.2") I used ...

java ant buildfile for project with dependencies

I am new to ant, but am trying to create an ant script that builds my current proeject with another project as a dependency. I have the ant script building my current project, but am unsure how to add ...

Building Apache Hive - impossible to resolve dependencies

I am trying out the Apache Hive as per http://wiki.apache.org/hadoop/Hive/GettingStarted and am getting this error from Ivy: Downloaded file size doesn t match expected Content Length for http://...

Ivy, ant and start scripts

I have a project that uses ant to build and ivy for dependencies. I would like to generate the start scripts for my project, with the classpath, based on the dependencies configured in Ivy, ...

热门标签