We have a Watin test for a page with a ajax model popup window. The test is trying to open the window, hide it then reshow it.
I\'m trying to set up a legacy application in cruise control and ran into a bit of a problem. I\'ve set up my project and had to include a section where nant copies files from a local file path to a
I have been tasked with auditing 开发者_运维百科build servers using CruiseControl.NET. There are quite a few of them, and I was wondering if there was a way to programmatically / automagically compile
Im using a command line prebuild task in the ccnet.config file to delete the contents of thw working directory before i do a clean build.
I\'m setting up a continuous integration environment, using VisualSVN Server and CrusieControl.NET. What I want to do is delete the working copy before the MSBuild task starts?
I\'m trying to integrate NCover into my CC.net build. I followed an article I found here http://csut017.wordpress.com/2009/05/29/improved-ncover-integration/ that I pretty much followed verbatim excep
Currently when we get build result mails from CCNet the web page lin开发者_开发知识库k in mail body points to a wrong URL.
We have a very large legacy system which is built using complicated batch files.Our CruiseControl.NET server simply calls the batch files and checks the return code, which works fine and produces a su
I am trying to get the userid of the user that has triggered the build and use it as a parameter some where in the build file. Just like we can use ${CCNetProject} to get the project na开发者_如何学JA
I need some help from you guys. Let me explain you what we were doing, first: We were working on a Windows Application and all of us are integrated with Team Foundation Server. We are done with all a