cruisecontrol Questions

2

I am running a series of tests in phpunit which exist in separate testsuites, the list of which is controlled by a phpunit configuration file. When the tests are run individually (i.e. not through ...
Unconditional asked 13/1, 2011 at 10:59

8

Solved

I think the title sums it up. I just want to know why one or the other is better for continous integration builds of Java projects from Svn.

10

I am trying to run a SeleniumTestCase with phpunit but I cannot get it to run with the phpunit.bat script. My goal is to use phpunit with Selenium RC in CruiseControl & phpUnderControl. This ...
Modeling asked 16/9, 2008 at 22:15

11

Solved

I would like to ask you which automated build environment you consider better, based on practical experience. I'm planning to do some .Net and some Java development, so I would like to have a tool ...

5

Solved

I'm trying to configure CruiseControl to build the project on every modification of source code and every day at 3:00am. This is what I've done so far in project.xml (and it doesn't work, daily bui...
Fries asked 14/9, 2010 at 16:53

2

Solved

When attempting to run Cruise Control as a service (in this case on Windows 7, 64bit) I receive the error: com.thoughtworks.xstream.converters.ConversionException: Cannot construct net.sourceforg...
Unheard asked 29/8, 2012 at 0:42

9

Solved

After using Hudson for continuous integration with a prior project, I want to set up a continuous integration server for the iPhone projects I'm working on now. After doing some research it looks l...

1

Solved

I would like to pass arguments to SVN while I'm using CruiseControl.net. I have the following sourcecontrol block in my ccnet.config file: <sourcecontrol type="svn" username="username" password...
Derward asked 11/10, 2012 at 19:31

1

Solved

So I am writing an ant buildfile which will be used within cruisecontrol and ran into a weird issue. I've Googled the problem but haven't come across any concrete solutions, so I figured I would po...
Twoup asked 9/8, 2012 at 23:5

4

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 builds created around Cruis...
Pavier asked 1/12, 2008 at 11:5

5

Please recommend a good continuous integration that would build and integrate with the .net stack and the visual c++ as well. Some recommendations I have got are Jenkins CruiseControl Teamcity ...
Ledda asked 21/11, 2011 at 1:32

3

Solved

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 aware that cruise control ...
Spender asked 12/11, 2009 at 1:2

1

Solved

I'm executing a programme to alert CruiseControl each time an update is sent to our remote repository. I'm using a Git post-update hook for this. It would be great if I could find out which ...
Coulter asked 7/9, 2011 at 9:25

2

So I have set up the following for my PHP project: A Git repository with all the code. An instance of Cruisecontrol with PhpUnderControl running on top of it. I created a new project in the cru...

7

Solved

Google says there are: Jenkins ( first impression: not lightweight ) Cruise control ( first impression: not lightweight ) Bitten ( seems to be dead, last ticket >8 months old) BuildBot Bu...

5

Solved

I was just talking to another developer (more senior than I) and trying to convince him that we should implement continuous integration via Cruise Control. He told me that this will not work becaus...
Summerly asked 14/6, 2010 at 15:25

2

Solved

I'm using PHPUnderControl (a Cruise Control plugin for PHP) as the CI server for PHP development. I use Ant to build my project. Main used features of PHPUC are PHPUnit test review PHPCS review D...
Supersonic asked 11/2, 2010 at 16:24

3

Solved

I have a Nant build file which executes NUnit after compiling the dll's. I am executing the NAnt build file with a task in CruiseControl. So NAnt is running the tests not CruiseControl. How do I c...
Gametangium asked 2/10, 2008 at 12:27

7

Solved

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 fea...
Alonzoaloof asked 4/6, 2009 at 8:18

2

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 a...
Adnah asked 17/7, 2009 at 20:48

5

Solved

I work in a team of 2 developers and currently we use VSS and have no continuous integration or daily build and few Unit tests. I'm looking to change our source control to Subversion and at the sa...
Sholes asked 3/3, 2009 at 14:0

4

Solved

I'm working on a visual basic 6 project and I would like to use a continuous integration software ... does anyone knows if its possible to use Cruise Control with VB6 ? If not ... is there another ...
Thingumabob asked 25/2, 2009 at 16:53

3

Solved

I'm using the latest nightly build, VS2008 prof trial and .NET 3.5 and I'm getting this error "Solution format of file 'C:\test\Project\src\project.sln' is not supported." Any Solution to overcom...
Reprove asked 8/1, 2009 at 22:4

3

Solved

Are there any differences between the original CruiseControl and the .NET port? I've compared the 2, but can't find any big differences except the language it has been developed in. I want to use e...

5

Is there a better way to implement code freeze in SVN than asking all developers to not check in any new code? We have CruiseControl running, which automatically deploys the latest build to environ...

© 2022 - 2024 — McMap. All rights reserved.