English 中文(简体)
CruiseControl.net 1.5.7256.1:我的建筑失败,但仪表板显示成功。
原标题:CruiseControl.net 1.5.7256.1: my build fails but the dashboard shows success

我们正在与游轮打交道。 净额1.5.7256.1。 我们的建筑在实际失败时正显示出成功。 我们用武力建设,进行单位测试,一些单位测试失败,显示成功。 我们正在利用一项艰巨的任务,执行一份手稿。 这里的目标是进行试验:

<target name="test" depends="build" description="unit test" >
<copy file="configuration_notag.txt" tofile="${build.dir}configuration.txt"/>
<junit errorProperty="test.failed" failureProperty="test.failed">
<formatter type="brief" usefile="false" />
<formatter type="xml" />
<classpath refid="classpath" />
<test name="${test1.class}" />
<test name="${test2.class}" />
</junit>
<fail message="Tests failed: check test reports." if="test.failed" />
</target>

这里是建筑档案中的产出:

Errors: (4) [junit] Test TestNoTag FAILED BUILD FAILED C:sandboxidblueidblue runkUnit_TestIDBlueJavaWindowsUnitTestuild_notag.xml:43: Tests failed: check test reports. Total time: 2 minutes 37 seconds

由于拖船失败,退回了一部故障代码,因此为什么登船管制会接手? 我们的电网没有任何东西可以说明。 简言之,它只打上适当的建筑档案。 我们对游轮没有这个问题。 净额1.4。 是否有人处理这个问题? 谷歌化了这一问题,但没有发现。

最佳回答

我列举了问题之后,我需要把这个问题补充到最后一行。

离职人数

这一直持续到越野车停飞法,建筑最终开始失败。

问题回答

暂无回答




相关问题
Fork process with CC .NET

Is there any way to fork a process inside Cruise Control .NET? I want CC .NET to launch a program when everything s done but right now, CC .NET insists on waiting for the program to close before ...

SVN Externals in a different SCM

At a previous workplace we used svn externals to update dependent projects when a shared component was updated. This made it easy to see anything that those changes broke, as well as update dependent ...

Publishing an ASP.NET Website using buildpublisher

I am using the Cruise Control BuildPublisher task to publish a 2005 ASP.NET website. The Website has no warnings and if I run the Publish WebSite from within the IDE it works fine. When I publish ...

how to turn off a unit test in CPPUnit

I (finally) have my app being unit tested with CPPUnit and I have CruiseControl.NET running the tests and displaying the test output. I have several tests that always fail, however, so CruiseControl ...

Does a 64-bit CruiseControl.NET exist?

Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems. If I do need to run ...

CCNET reports build failure with no reason

We use CCNET 1.4.4.83 on Win 2003 SP2. A few days ago CCNET started to report build failures with no specific reason. The project contains a single exec task which runs build.bat. The batch does all ...

热门标签