is there a way to have cruisecontrol to email test result in through the config file? C:\Program Files\cruisecontrol\test-output\index.html
this is my current publish setting in the config.xml
<publishers>
<currentbuildstatuspublisher file="${log.dir}/status.txt"/>
<htmlemail
buildresultsurl="http://${build.server}/bu...
We've got a C++ Project that currently uses Make on Linux to build. I'd like to automate it similar to a Java Project under CruiseControl.
1) Is there a project similar to CruiseControl for C++ projects?
OR
2) Is there a good "how-to" on using CruiseControl for C++ Projects?
...
I'm trying to use it for my cruisecontrol report so it will show the browser type and the version of my webapp, which can be found on the initial page
...
My purpose is to chose between CruiseControl and Hudson as continuous integration tool for java desktop application.
I have seen lots of reading comparing Hudson and CruiseControl.
In terms of features and ease of use, Hudson seems the best.
But in terms of robustness, reliability with heavy configuration and finally in the long term, ...
I'm trying to set up Cruise Control to build my project and check for build failures. I've got most things working. I'd like emails sent to me on build success or failure.
However, I'm in a fairly restricted corporate environment, so I don't have an SMTP server with open ports available. We use exchange/outlook to send emails. How do I...
I have found out that for java automation testing better approach would be to use Cruise Control(java), JUNIT (java testing framework) along with Watij. Any further suggestions please. Any one who has succesfully integrated these tools and what limitations are found for this.
regards
...
I have one project which is under Cruise control.
I want to write one console application which will write the last build label of that project in one text file.
...
Unhandled exception: System.ComponentModel.Win32Exception:Application not found
...
buildafterfailed="true" does'nt work in .net, How can I do the same thing? I'm trying to have cruisecontrol triggers force builds until the build is successful.
...
Hi,
When cruisecontrol start an svnbootstrapper an exception is logged in the cruisecontrol log file.
2009-07-07 14:29:41,942 [BuildQueueThread] INFO BuildQueue - now adding to the thread queue: trunk-edumatic-3-framework-client
2009-07-07 14:29:41,942 [Thread-25] INFO Project - Project trunk-edumatic-3-framework-cli...
I have no rails enviroment but I want to use cruisecontrol.rb as my Continous Integration enviroment.
After following the instrcution from http://cruisecontrolrb.thoughtworks.com/documentation/getting_started and then
./cruise start
I got the error here: (sorry, but the formatter is better than posting it here directly)
http://pas...
I'm having what I hope to be a simple problem. However, it's had me stumped all day.
I'm working with cruisecontrol in windows, being set up through Cygwin. I have some CC experience in the linux platform and much of what I'm doing is very similar. However, most any command I try to execute in the config.xml file's Schedule section i...
We are using cruisecontrol as our CI tool. I would like to know how to override the build numbers assigned by the cruisecontrol.
The reason is:
We have parallel cruisecontrol sessioon running for different modules and i don't want to have different build numbers for each module rather same number to relate it.
...
We have a collection of WATIN tests we are using CruiseControl to run every hour. All the tests pass on our local machine - but when they are run using CruiseControl we get sporadic failures.
We are using CruiseControl using the command line. We are not using the CruiseControl service. We are using IE8.
Before each test is run - we use...
Hi All,
Here is the problem.
Our cruisecontrol setup for continuous integration(V2.5 configured to work with subversion) works just fine - except on the days we need it most!
Here is what I mean. I inherited the configuration from a former collegue, but as far as i can tell, the configuration has worked just fine for years now. But on c...
I'm working on my first rails app and am struggling trying to find an efficient and clean solution for doing automated checkouts and deployments.
So far I've looked at both CruiseControl.rb (having been familiar with CruiseControl.NET) and Capistrano. Unfortunately, unless I'm missing something, each one of them only does about half of...
I am new to Crusie control. I have java projects that should be automated.
So could anyone please let me know how to configure CC for java projects.
Any kind of information regarding this is appreciatable.
Thank you,
Gang.
...
I have 2 tasks in my CruiseControl settings that work on the same build:
Build MyProg
Rebuild MyProg
It's a C++ thing, occaisionally a rebuild (clean and build) is needed to clean up linking errors.
I would like the 2 tasks to share the same status (Failed/Succeeded). That way I'm not forced to re-run the Rebuild task just because i...
I've installed the latest CruiseControl and PHPUnderControl, and followed all the directions.
I get stuck at running "../../apache-ant-1.7.0/bin/ant checkout" and get the output below.
Searching for the error on Google, it was suggested to add the JVM path to the Ant script, but this did not change anything.
Even "ant --version" outputs...
We have a Library Project that we use for all our central reused code called "CentralLibs.dll"
This library gets GAC'd on all our servers during deployment so to make things handier for the DEVs when they're working locally, theres a post-build event that auto updates their local GAC with the new DLL post build.
cd $(ProjectDir)\bin\De...