Tagged Questions

0
votes
2answers
38 views

Using jabber as a cruisecontrol publisher

I have set up the following publisher in CruiseControl: <jabber host="my.network.local" port="5222" username="cruisecontrol" password="cruisecontrol" recipient="builds@confere …
0
votes
4answers
26 views

Execute goal on parent after children complete

I have a multi-module maven project (several levels of nesting). Normally, when I execute a maven build (like mvn install or whatever), maven will run all the goals for the parent …
0
votes
3answers
48 views

Cruisecontrol is having trouble parsing a line that ant is just fine with

I'm having trouble getting my cruisecontrol script to do something. I want to call grep on the files in my project to search for a few preprocessor defines, and place them into a l …
2
votes
2answers
40 views

How to redirect stdout stderr in an ant script?

Hi, I am triggering an ant script (via cruise control), and would like to be able to dump the std out and std err for a particular ant target to a plain text file. Yes, I am awar …
2
votes
6answers
676 views

“CruiseControl” Automation for C++ projects?

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 Cruise …
1
vote
0answers
37 views

Publish CruiseControl LATEST build artifacts to a static URL

I have a Java multi-module maven project that I want to build a mvn site and javadocs and have CruiseControl publish the latest daily builds to a configured static location. The t …
0
votes
1answer
110 views

Cruise Control.NET File Merge NUnit File - Getting XmlException

I am new to Cruise Control. I'm running a project where I use an MSBuild file to build my project. I'm using the NUNit task in the MSBuild Community Tasks project to run all of my …
0
votes
0answers
43 views

CruiseControl JUnit test results show all zeroes

I've got JUnit hooked up with CruiseControl and unit tests are being executed & logs imported, but CruiseControl shows the following output: nz.co.picksend.core.tests.nz.co.pi …
0
votes
0answers
12 views

Weird Nant behaviour

I have the following task in my build file: <target name="cruise" depends="compile, test.project.InternalApplicationsWeb, precompileWeb, svninfo, createPackages" …
0
votes
2answers
529 views

selenium rc with cruise control - testng error message - could not instantiate ‘test’

I'm currently trying to set up cruisecontrol to run my selenium test suite. Everything works fine until I run the build, I got the following message: calling target(s) [execute-te …
0
votes
4answers
32 views

Cruisecontrol:how to view the build results

Hello, when thte build is completed i received an email with the link to see the results. Is it possible to configure the config.xml file to see the result in format text directly …
0
votes
0answers
22 views

Cruisecontrol, build failed exec returned: 255 after compiled phpunit tests?

here is my build.xml code: <target name="checkout"> <exec executable="svn" dir="${basedir}/source"> <arg line="up" /> </exec> </targe …
5
votes
4answers
1k views

Cruise Control and PHP projects

Hi, I'm looking for a complete solution to a automated "building" and testing of PHP application. I came across PhpUnderControl, a solution for running automated application build …
3
votes
3answers
96 views

Cruisecontrol hangs when checking SVN for modifications

Since migrating a Cruisecontrol build server to a new machine, it sometimes hangs during the "modificationset" stage of the build cycle (it is configured to check for modifications …
2
votes
1answer
51 views

Spurious ^G (BELL) characters in JUnit log making CruiseControl barf

I have a CruiseControl build server running a large number of projects. On one of them I have recently noticed that only one of the two test suites are present in the build report …

1 2 3 4 5 next
15 30 50 per page