|
I'm trying to use Cruise Control .NET with TFS. What is the best way to integrate TFS with the latest version of Cruise Control .NET?
Started by Dan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
TFS Plugin from codeplex
However.
Server
-Rebuild the solution
-Drop the new dll into your cruise control app
-Restart cc.net
-FollowThere is a plugin for cruise control.net that used to work.
|
|
Currently I have this sourcecontrol config block.
<sourcecontrol type="svn">
<trunkUrl>https://SampleSVNOnlineRepository.com/12maksdde12d123ede12</trunkUrl> <workingDirectory>c:\MyProject</workingDirectory> <username...
Started by Fleents on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You'll have....
It means that CruiseControl.NET cannot find the svn executable.
Did you checkout the project first by hand in that location? As I understood when I played with phpUnderControl, which uses CruiseControl, you do the first checkout by hand .
|
|
What is your favorite build server package? (Cruise Control, Team City, etc.)
Started by Colin Neller on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Here are some further reading I used: http://blog.wekeroad.com/2008/01/27/source-control version control, build and test providers....
Cruise Control.
We've used cc.net for about a year now and it works pretty well, I'd recommend it .
|
Ask your Facebook Friends
|
Any ideas as regards alternatives to Cruise Control .NET?
Started by omoto on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
TeamCity is not open source but has an extensive api and a growing .
Of Cruise Control .NET
There are some nice answers in this link as well (Mike pointed this out a new product called Cruise.
|
|
Hi,
I have a flex application build with actionscript 3 on flex builder with unit testing on it using flexUnit4. I want to build this project on my cruise control and i don't know how?
Started by Shyam on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To build our project on Cruise Control you just need to edit.
Thanks Guys for the help,
Finally i managed to run flex on CI which and the path to main file in your application .
Not familiar with cruise-control.
|
|
I am building/creating a build box in which I want to automate the build process using cruise control.
I have install ClearCase and cruise control. My target application server is WebSphere 6.1.
For this box, do I need to do a full install of WAS 6.1 ...
Started by boyd4715 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The standard Ant ear and war tasks can handle including those XML... .
I would expect you're simply building a .ear or .war with some implementation (Websphere) specific XMLs bundled with those .
I can't imagine you're going to need Websphere at all, are you .
|
|
When using Cruise Control to build an iPhone XCode project with Unit Tests, an error of "Code Sign error: a valid provisioning profile matching the application's Identifier 'com.yourcompany.Calculator' could not be found" is generated. This isn't encountered...
Started by jbjon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Codesign man page: http://developer....
I'm not sure if it's a pre-build or post-build task .
I don't know for sure if xcodebuild properly runs the code signing tool, but it sounds to me that you'll need to change your build process to use that tool ( codesign ) .
|
|
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 builds created around Cruise Control.
Unfortunately PhpUC is still in it's early...
Started by CountZero on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm wondering if Cruise Control is able to merge logs created by PHPUnit (in XML format.
|
|
Hi ! 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 software that would do the job ?
Thanks !
Started by João Guilherme on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It's just the engine that initiates....
CC.Net doesn't actually compile anything.
I don't see any reason you can't.
Not sure about vb6 but you can always use a wrapper script .
Works better with microsoft technology like sourcesafe.
Try Teamcity from Jetbrains.
|
|
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...
Started by Nick Fortescue on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
JavaMail does....
However, for me my server only allows NLTM authentication.
If the exchange server is configured to allow SMTP or authenticated SMTP then you can just treat it as an SMTP server .
No-one has answered, so here is what I've discovered so far .
|