English 中文(简体)
CruiseControl.NET 从CCTray建造的部队
原标题:CruiseControl.NET force build not working from CCTray
最佳回答

我查看了1.5个释放源代码(以及目前的中继器)。 当与1.5级前服务器连接时,无论你是否指明连接是再造还是吉大港大学,在试图强行建造项目时,都会收到未执行的例外信息。

象你目前选择的办法一样,要等待新的释放或撤销法典和修改(我不知道如何保持不同版本之间的顺差......)

问题回答

它与你一样,可能有一些组合选择,这些选择可能是一场突破性变革的一部分? 您能够担任更多的职务,以便我们能够加以检查?

另外,在你节省了改动之后,你还看了服务器记录吗? 它常常掌握关于所发生事件的信息。 尤其是,在你改变交汇档案和储蓄之后,会发生的事情。

我很有兴趣了解记录档案资料。 另外,你为什么使用http://www.ohchr? 或许可以在电网中向我们展示你的一些环境。 exe.config? 我在此重申我所认为的坚定立场:

<system.runtime.remoting>
 <application>
  <channels>
    <channel ref="tcp" port="21234">
      <serverProviders>
        <formatter ref="binary" typeFilterLevel="Full"/>
      </serverProviders>
    </channel>
  </channels>
 </application>
</system.runtime.remoting>

您也不妨检查该服务器上的安全问题和防火墙环境。 (安全审计失败窗口事件记录等)





相关问题
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 ...

热门标签