active questions tagged continuous-integration - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T14:02:37Z http://stackoverflow.com/feeds/tag/continuous-integration http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1808891/using-hudson-and-build-steps-with-multiple-git-repositories 2 Using Hudson and build steps with multiple git repositories pojo 2009-11-27T13:50:24Z 2009-11-27T13:50:24Z <p>I'm trying out Hudson to replace our current Buildbot setup. I installed the git plugin. Our current setup is like:</p> <pre><code>ssh://server:/repo/test_framework.git ssh://server:/repo/project_a.git </code></pre> <p>Now, to build <code>project_a</code> I added a new job with multiple git repositories (the ones above). I wanted Hudson to clone the repositories into different directories under <code>$WORKSPACE</code>, becase <code>test_framework</code> needs that hierarchy. But Hudson seems to merge everything into <code>$WORKSPACE</code> instead. From the console log:</p> <pre><code>warning: no common commits ... [workspace] $ git merge-base ce14a4579e87971659e5e0469136713847055a29 96d2b3c27595de243702414c4358366923696d78 [workspace] $ git merge-base ce14a4579e87971659e5e0469136713847055a29 5bb011b3fa288afd5e4392640b32b8bcc982103e [workspace] $ git merge-base ce14a4579e87971659e5e0469136713847055a29 aa6ade81669883909ba5f5459a205df1bd0df3c0 </code></pre> <p>Can I configure this in Hudson to better fit our project setup? Do I need to create a local dummy git repository with every project as git submodules or something?</p> http://stackoverflow.com/questions/1806121/how-do-i-setup-an-exteral-status-page-in-teamcity-like-their-standard-one-that-wo 0 How do i setup an exteral status page in TeamCity like their standard one that won't require me to login James Summerton 2009-11-26T23:33:13Z 2009-11-26T23:33:13Z <p>We have just moved from CCNET to TeamCity for CI.</p> <p>In TeamCity, I can use the ExternalStatus page/widget fine.</p> <p>We run Cradiator (<a href="http://cradiator.codeplex.com" rel="nofollow">http://cradiator.codeplex.com</a>) as a build radiator and notifier in our room and I have modified the Team Piazza TeamCity plugin to return xml in the CCNET format so Cradiator can read it.</p> <p>The problem I have is that the modified TeamPiazza page needs authentication, whereas the TeamCity externalstatus page doesn't.</p> <p>So my question is, how can I make the custom page I have not require authentication.</p> http://stackoverflow.com/questions/1804627/use-hudson-to-get-remote-tests-results 0 use hudson to get remote tests results Riduidel 2009-11-26T16:27:40Z 2009-11-26T16:31:22Z <p>Hi all, I've a server running a proprietary language on which I'm able to run "unit tests" in this language. I cannot install a Hudson slave on this machine, but would like to have these tests results appearing in a job of hudson (to have at least a monitoring of the code quality for this server code). I'm currently trying to use web services to get the results and store them in Hudson workspace, but I do fear it is not the right solution. What solutions can you advice me ?</p> http://stackoverflow.com/questions/1788575/referencing-a-file-from-another-hudson-job 0 Referencing a file from another Hudson job slolife 2009-11-24T08:08:47Z 2009-11-26T04:52:36Z <p>What I have is two jobs, A and B, and I'd like job B to use a file from A's last stable build.</p> <p>Seems like the Hudson UI is able to display all of the information, so I am hoping that there is some way, in Job B, to access that information.</p> <p>There is probably a solution to copy the file, post build, to a shared location and use it from there, but I don't want to have to worry about Job A starting to build and attempting to whack the file while Job B has it in use.</p> <p>Ah, but I guess I really do need to copy Job A's file somewhere, and probably put it in a directory named with the build number. Okay, so the new question is how to I get Job A's last stable build # from Job B?</p> <p>Notes:</p> <ul> <li>Windows environment</li> </ul> http://stackoverflow.com/questions/1799477/cleartool-error-operation-get-cleartext-failed-permission-denied 1 ClearTool Error: Operation "get cleartext" failed: Permission denied. Andrew Garrison 2009-11-25T19:43:17Z 2009-11-25T20:36:21Z <p>When trying to compile a project with TeamCity, I am getting an error from cleartool:</p> <blockquote> <p>"get cleartext" failed: Permission denied.</p> </blockquote> <p>The command that is failing is a call to cleartool get:</p> <pre><code>cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 </code></pre> <p>What's strange though, is that if I manually execute this command from the command line, it works fine (ERRORLEVEL is 0, no error messages, etc).</p> <p><strong>Has anyone else seen such a message, or have any idea what could be wrong?</strong></p> <p><hr></p> <p>Here are the details of my setup:</p> <ul> <li>TeamCity Professional Version 4.5.5 (build 9103)</li> <li>TeamCity is using the my user account for its Build Agent.</li> <li>TeamCity is attempting to connect to a ClearCase Dynamic view: D:\CCdata\snapview\andrew_CI_view</li> </ul> <p>Settings from the Administration > Edit Build Configuration > Edit VCS Root Page:</p> <ul> <li>Type of VCS: ClearCase</li> <li>ClearCase View Path: V:\andrewCIview</li> <li>Relative path within the view: My_vob\MyProject</li> <li>Use ClearCase: BASE</li> <li>No Checkout Rules</li> </ul> <p>ClearCase 7.0.1.3-IFIX01</p> <p>Config Spec for Dynamic View:</p> <pre><code>element * CHECKEDOUT element * .../MyProject/LATEST </code></pre> <p><hr></p> <p>Here are the relevant lines from the teamcity-vcs.log</p> <pre><code>[2009-11-25 13:20:20,905] INFO [ Cached pool 12] - jetbrains.buildServer.VCS - ClearCase executing cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 [2009-11-25 13:20:20,905] INFO [ Cached pool 12] - .clearcase.ClearCaseConnection - interactive execute: cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 [2009-11-25 13:20:21,155] INFO [ Cached pool 12] - jetbrains.buildServer.VCS - ClearCase executing cleartool quit [2009-11-25 13:20:21,155] INFO [ Cached pool 12] - .clearcase.ClearCaseConnection - interactive execute: cleartool quit [2009-11-25 13:20:21,155] WARN [ Cached pool 12] - jetbrains.buildServer.VCS - Failed to build patch for build #15, build id: 17, VCS root: ClearCaseVCS, due to error: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. jetbrains.buildServer.vcs.VcsException: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.loadFile(CCPatchProvider.java:171) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.access$200(CCPatchProvider.java:31) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider$2.processFile(CCPatchProvider.java:111) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheProcessor.processAllRevisions(CacheProcessor.java:71) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheElement.processAllVersionsInternal(CacheElement.java:178) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheElement.processAllVersions(CacheElement.java:96) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection.processAllVersions(ClearCaseConnection.java:665) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.buildPatch(CCPatchProvider.java:52) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport.buildPatchForConnection(ClearCaseSupport.java:294) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport.buildPatch(ClearCaseSupport.java:281) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport$7.buildPatch(ClearCaseSupport.java:755) at jetbrains.buildServer.serverSide.impl.projectSources.BuildPatchUtil$1.buildPatch(BuildPatchUtil.java:2) at jetbrains.buildServer.vcs.VcsSupportUtil.buildPatch(VcsSupportUtil.java:81) at jetbrains.buildServer.serverSide.impl.projectSources.BuildPatchUtil.buildPatch(BuildPatchUtil.java:2) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildCleanPatchToStream(PatchComposer.java:121) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.access$100(PatchComposer.java:65) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer$2.constructPatch(PatchComposer.java:1) at jetbrains.buildServer.serverSide.impl.projectSources.SmallPatchCache.getCachedCleanPatch(SmallPatchCache.java:36) at jetbrains.buildServer.serverSide.impl.projectSources.PatchCacheImpl.requestCachedPatch(PatchCacheImpl.java:25) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.getOrMakeCacheableCleanPatch(PatchComposer.java:140) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.makePatch(PatchComposer.java:36) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildPatchForRoot(PatchComposer.java:71) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildPatch(PatchComposer.java:125) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl.buildPatch(BuildTypeImpl.java:290) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl$$FastClassByCGLIB$$a84db719.invoke(&lt;generated&gt;) at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149) at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at jetbrains.buildServer.serverSide.impl.auth.TeamCityMethodSecurityInterceptor.invoke(TeamCityMethodSecurityInterceptor.java:33) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.Cglib2AopProxy$FixedChainStaticTargetInterceptor.intercept(Cglib2AopProxy.java:582) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl$$EnhancerByCGLIB$$effc1aaa.buildPatch(&lt;generated&gt;) at jetbrains.buildServer.serverSide.impl.BuildStarter$2.call(BuildStarter.java:5) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Caused by: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. at jetbrains.buildServer.buildTriggers.vcs.clearcase.process.InteractiveProcess.executeAndReturnProcessInput(InteractiveProcess.java:64) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection$ClearCaseInteractiveProcess.copyFileContentTo(ClearCaseConnection.java:997) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection.loadFileContent(ClearCaseConnection.java:308) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.loadFile(CCPatchProvider.java:141) ... 37 more </code></pre> http://stackoverflow.com/questions/1787070/setting-up-teamcity-to-work-with-clearcase 1 Setting up TeamCity to work with ClearCase Andrew Garrison 2009-11-24T00:33:35Z 2009-11-25T17:46:58Z <p>I'm trying to setup TeamCity to work with ClearCase for continuous integration, and I've been having a few problems. TeamCity is complaining that it cannot build the patch for the build. I've been scouring the internet for information on ClearCase and TeamCity, and there is a surprisingly small amount of information on the topic. Has anyone had any success with getting TeamCity to work with ClearCase?</p> <p>Here's my build log:</p> <pre><code>[18:09:11]: Updating sources (2s) [18:09:13]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:13]: Will repeat attempt when server will be available, number of attempts left: 2 [18:09:23]: Updating sources (1s) [18:09:25]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:25]: Will repeat attempt when server will be available, number of attempts left: 1 [18:09:35]: Updating sources (2s) [18:09:37]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:37]: [Updating sources] Patch is broken, can be found in file: C:\TeamCity\buildAgent\temp\cache\temp58518patch10 [18:09:37]: [Updating sources] Error while applying patch: Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase... </code></pre> <p>Here's the <a href="http://www.jetbrains.net/devnet/servlet/JiveServlet/download/5250872-11254/teamcity-vcs.log.zip" rel="nofollow">teamcity-vcs.log</a> file:</p> http://stackoverflow.com/questions/1797828/gallio-and-mbunit-in-nant 0 Gallio and MbUnit in NAnt Brett Rigby 2009-11-25T15:46:20Z 2009-11-25T16:01:25Z <p>I am trying to use Gallio (v3.1)/MbUnit/NCover to run a unit test in my C# code, as part of the build process for my continuous integration system.</p> <p>I can get Gallio.Echo.exe to execute the tests and output an XML file (albeit it does seem to be checking all .dll files in the folder == approx. 6.5MB .xml file!!), but when I try to get NCover to link in also, it goes bang.</p> <p>THEN: I tried to use the NAnt task using instructions <a href="http://blog.andreloker.de/post/2009/03/17/Using-Gallio-with-NCover.aspx" rel="nofollow">from here</a>, such as:</p> <pre><code>&lt;gallio result-property="testrunner.exit-code" application-base-directory="bin/debug" runner-type="NCover" failonerror="false" report-name-format="gallio-MyTestProject" report-types="xml" report-directory="bin/debug"&gt; &lt;runner-property value="NCoverArguments='//q //ea CoverageExcludeAttribute //a MyTestProject.dll'" /&gt; &lt;runner-property value="NCoverCoverageFile='coverage-MyTestProject.xml'" /&gt; &lt;assemblies&gt; &lt;include name="bin/debug" /&gt; &lt;/assemblies&gt; &lt;/gallio&gt; </code></pre> <p>but I get the following error on my command-line:</p> <pre><code>Element Required! There must be a least one 'files' element for &lt;gallio ... /&gt;. </code></pre> <p>I have tried to specify the .dll file that I'd like to check, but it still comes up with this message. Any suggestions are most appreciated!</p> http://stackoverflow.com/questions/1793064/easiest-way-to-get-continual-unit-tests-running-locally-with-visual-alerts-with 1 easiest way to get continual unit tests running locally with visual alerts, with xUnit for C#/VS2008? Greg 2009-11-24T21:34:13Z 2009-11-25T09:20:47Z <p>Hi,</p> <p>I'm currently using MSTest in VS2008 for unit tests, but I am looking at going to xUnit.net.</p> <p>Question - What would be the easiest way to get my unit tests running continually locally (on my PC) and with some sort of visual alert of pass / # of fails.</p> <p>i.e. similar to what we do in Ruby on Rails with autospec.</p> <p>THanks</p> <p>PS Intersested in hearing of the simplest open source option too. </p> http://stackoverflow.com/questions/1788898/running-msbuild-script-on-development-machine 0 Running MSBuild script on development machine ildev 2009-11-24T09:23:21Z 2009-11-24T19:22:46Z <p>Hi,</p> <p>I have an MSBuild script which performs a lot of tasks, as it is run on our build server. I want the script to be run each time a developer builds from Visual Studio on their local development machine, so that </p> <p>a) the build process they are runnning locally is the same as that run by the build server so any problems in the build can be identified immediately by the developer b) many of the operations of the build script are run on local builds, for example running of unit tests, generation of code coverage reports etc</p> <p>How is this possible in Visual Studio (2008)? Note I am running a single solution product with multiple projects.</p> http://stackoverflow.com/questions/1789316/deploy-web-applications-and-windows-services-using-tfs-2010 0 Deploy web applications and windows services using TFS 2010 grenade 2009-11-24T10:57:20Z 2009-11-24T11:14:20Z <p>Just went from TFS 2008 to 2010 at a client site and now wondering what happened to the TFSBuild.proj files from the TeamBuildTypes folder. I've already got the builds and drops working and now I need to get the old deployments working again. We used to do this with AfterBuild targets in the TFSBuild.proj. That mechanism seems to have moved or disappeared in 2010.</p> <p>Can anyone point me to an article or describe how the deployment options have changed in 2010?</p> <p>Specifically, I need to support running psexec to install and enable Windows Services on remote deployment targets and I need to deploy some web sites / web services to remote IIS nodes as part of the automated builds.</p> <p>EDIT: Just found this: <a href="http://blogs.msdn.com/jimlamb/archive/2009/11/03/upgrading-tfs-2008-build-definitions-to-tfs-2010.aspx" rel="nofollow">http://blogs.msdn.com/jimlamb/archive/2009/11/03/upgrading-tfs-2008-build-definitions-to-tfs-2010.aspx</a> I'm more than a little taken back by the breaking changes between 2008 and 2010. I'm gonna need advice on how to deploy remote sites and services in the new default build process template mechanism.</p> http://stackoverflow.com/questions/1781144/remotely-track-the-current-branch-in-git 2 Remotely Track the Current Branch in Git Craig Walker 2009-11-23T04:47:30Z 2009-11-23T14:11:14Z <p>I'm moving my continuous testing to a dedicated server (autotest slows down my local laptop too much). What I'd like is for my testing server (which happens to be running CruiseControl.rb) to be continuously getting my latest (committed) changes via Git -- ideally, without any changes to my own workflow. I am the only developer working on this project.</p> <p>Prior to getting the testing server, I had:</p> <ul> <li>My laptop as my main development system</li> <li>Multiple branches in my local repository. </li> <li>A local working copy, pointing to one of the branches. I switch between branches frequently (usually for new features).</li> <li>A GitHub account, to which I frequently push local branches to mirrored remote branches. (This is mostly for use an offsite backup; I'm not sharing any code for my current project). I try to push to GitHub at least at the end of every workday, though I occasionally forget.</li> </ul> <p>I'd like to keep all of that intact. On top of that, I now have:</p> <ul> <li>The test server</li> <li>...running CruiseControl.rb</li> <li>A clone of my laptop repository on my test server. (Currently it's not cloning GitHub)</li> <li>A local working copy on the test server, from which CC is building/testing.</li> <li>This working copy points to one particular Git branch (of course)</li> </ul> <p>I've been trying to have my test server automatically get whatever branch I'm working on on my laptop working copy and build from that. (That would mimic autotest's continuous testing without eating up system resources).</p> <p>Things I've tried without success:</p> <ul> <li>git checkout origin/HEAD: this gets the files fine but breaks CruiseControl because it doesn't like the "branchless" working copy.</li> <li>git checkout --track -b a_branch origin/a_branch: this works fine for getting files, and CC likes it, but it sticks the testing server to a particular branch. When switching branches on the laptop I'll effectively stop testing my current work.</li> <li>git checkout --track -b my_testing_branch origin/HEAD: this also gets buildable files, but it suffers from the same problem as the command above. Creating a branch from origin/HEAD only gets the HEAD for the "default" branch, so it's also sticky.</li> </ul> <p>Is there any way I can get a good remote continuous testing system (with or without git branches) that doesn't involve major changes to my workflow?</p> http://stackoverflow.com/questions/1781210/what-are-all-of-the-automated-build-tasks-that-can-be-performed 0 What are all of the automated build tasks that can be performed? SnOrfus 2009-11-23T05:12:23Z 2009-11-23T05:43:01Z <p>I'm curious. I'm looking into creating a CI server and wondering, after the first couple of obvious tasks, what else can an automated build do?</p> <p>The tasks that I'm aware of (not in any order):</p> <ul> <li>Compile (debug/release versions)</li> <li>Code style conformance</li> <li>Automated tests (unit/integration/etc.)</li> <li>Code coverage</li> <li>Version incrementing</li> <li>Deployment</li> </ul> <p>I'm not looking for the names of software, the build engine to use, or anything like that; just the repetitive and (maybe) important tasks that can be automated to make the build process ridiculously simple from an end-user perspective.</p> http://stackoverflow.com/questions/1780012/is-there-any-continuous-integration-software-with-easy-to-write-plugins 0 Is there any continuous integration software with easy to write plugins? Geo 2009-11-22T21:09:09Z 2009-11-22T21:31:07Z <p>I'd like to add a continuous integration tool to a project I'm working on. However, I'd like to be able to send the results of the build using Lotus Notes. I already have the Lotus Notes part covered, and I'd like you guys help me choose the right tool for this. I'd preffer something based on Java, but if something else's better, I won't mind.</p> <p>Please only provide solutions where I can influence the build process somehow.</p> http://stackoverflow.com/questions/1414117/any-experience-with-a-continuous-integration-appliance 4 Any experience with a Continuous Integration Appliance? Michael Haren 2009-09-12T02:50:02Z 2009-11-22T17:27:07Z <p>We have a continuous integration server running <a href="https://hudson.dev.java.net/" rel="nofollow">Hudson CI</a>. I'm thinking about putting up an LCD display in the office with various build stats and am curious what others have put together. </p> <p>I'm currently thinking about buying a WIFI-enabled digital picture frame that I can send generated images to. Or repurposing an old laptop...</p> <p>Thoughts? Experiences? </p> http://stackoverflow.com/questions/303614/whats-your-favorite-extreme-feedback-device 7 What's your Favorite Extreme Feedback Device? Jacob Adams 2008-11-19T22:25:20Z 2009-11-22T11:14:44Z <p>We've probably all heard about the connecting lava lamps and <a href="http://www.ambientdevices.com/cat/orb/orborder.html" rel="nofollow">ambient orbs</a> to your continuous integration systems. I was curious to know what other interesting things people are using or have heard of for extreme feedback devices? Also, this <a href="http://www.kysoh.com/" rel="nofollow">Tux Droid</a> seemed pretty sweet</p> http://stackoverflow.com/questions/1772633/hudson-build-time-trend-plugin 0 Hudson Build-Time Trend Plugin? SamBeran 2009-11-20T19:09:37Z 2009-11-21T15:00:41Z <p>Is there a plugin which would allow me to create a "trend" graph for a hudson build which shows the build time for that project?</p> <p>I'm tasked with speeding up the build and I'd like to show a nice trend as I speed it up.</p> http://stackoverflow.com/questions/1774412/how-to-use-cruisecontrol-net-for-database-and-windows-service-deployment 0 How to use CruiseControl.NET for database and windows service deployment? Blend Master 2009-11-21T03:34:07Z 2009-11-21T03:35:10Z <p>I have a VS 2008 solutions that includes a number of projects including a couple of class libraries, a web application, a windows service and a SQL 2008 database project. The build server currently has CruiseControl.NET version 1.5.0.6237, command-line subversion client and .NET framework 3.5 SP1 installed (Windows Server 2008 R2, no Visual Studio). I was able to configure ccnet to retrieve get latest from svn repository, build the solution using an MSBuild task and deploy the web application using robocopy. Now I'm struggling to make ccnet deploy the database script and I also need get the windows service deploy and start on the build/dev server. The latest error is that the assembly Microsoft.Data.Schema.Tasks is missing on the build server (I had to add Microsoft.Data.Schema.Common.targets and Microsoft.Data.Schema.SqlTasks.targets files to the solution and modify the database project file to get this far).</p> <p>What would be the best CI/deployment approach in my scenario? Am I using the right tools for the job, or should I be using something other than ccnet? Do I need to install anything else on the build/dev server to make my life easier?</p> <p>Please be very specific since I'm new to CruiseControl.NET and MSBuild tasks.</p> http://stackoverflow.com/questions/1772374/compiling-historical-information-esp-slocs-about-a-project 0 Compiling historical information (esp. SLOCs) about a project Johannes Rudolph 2009-11-20T18:24:32Z 2009-11-20T18:54:14Z <p>I am looking for a tool that will help me to compile a history of certain code metrics for a given project.</p> <p>The project is stored inside a mercurial repository and has about a hundred revisions. I am looking for something that:</p> <ul> <li>checks out each revision</li> <li>computes the metrics and stores them somewhere with an identifier of the revision</li> <li>does the same with the next revisions</li> </ul> <p>For a start, counting SLOCs would be sufficient, but it would also be nice to analyze # of Tests,TestCoverage etc.</p> <p>I know such things are usually handled by a CI Server, however I am solo on this project and thus haven't bothered to set up a CI Server (I'd like to use TeamCity but I really didn't see the benefit of doing so in the beginnig). If I'd set up my CI Server now, could it handle that?</p> http://stackoverflow.com/questions/1246603/configure-hudson-to-only-execute-build-or-post-build-actions-if-changes-in-svn-ar 1 Configure Hudson to only execute Build or Post Build actions if changes in SVN are detected Oussama Azizi 2009-08-07T19:36:53Z 2009-11-19T15:53:20Z <p>Is there a way to configure Hudson to only execute Build or Post Build actions if there are changes in SVN/CVS</p> <p>Thank you</p> http://stackoverflow.com/questions/1756007/why-not-use-tfs-as-a-build-ci-solution 2 Why not use TFS as a build / CI solution ? Mischa Kroon 2009-11-18T13:36:32Z 2009-11-19T14:18:45Z <p>Currently our build solution is set up using TFS + MS Build scripts. </p> <p>TFS is also being used as a CI server. </p> <p>I've seen several posts on this site telling people about other CI solutions. Are there any compelling options to move to another Solution for our build system?</p> <p>Or in other words what are we missing out on by using TFS?</p> <p><em>EDIT</em></p> <p>We are using TFS for source control / issue tracking and I think this is a good solution, im just wondering about the other options for build server / CI server integrating with TFS. </p> http://stackoverflow.com/questions/1759134/how-important-is-fixing-the-nightly-build-promptly 4 How important is fixing the nightly build promptly? CodeSavvyGeek 2009-11-18T21:15:29Z 2009-11-18T22:33:58Z <p>We have an automated build server that builds our code nightly, which is useful for us since not everyone on our team can build the entire source tree. Lately, some members of the team are becoming more lax about fixing build errors promptly; sometimes weeks will go by without a successful build. I even overheard one developer say, "the build is already broken, now is a good time to add [some breaking change]." Since I work on the the code the furthest downstream, I am usually working with parts of the tree that are woefully out of sync with the source code repository, which makes it very difficult to test changes before I submit them.</p> <p>I feel like we're losing most of the benefit of having a nightly build since it is continually broken. Am I way off base here, or should fixing the build be a higher priority?</p> http://stackoverflow.com/questions/364428/what-is-a-good-way-to-implement-an-agile-database-process-which-is-in-synch-with 7 What is a good way to implement an agile database process, which is in synch with the code base, especially in regards to continuous integration? John Sonmez 2008-12-12T22:51:44Z 2009-11-18T21:56:33Z <p>The project I am working on were are trying to come up with a solution for having the database and code be agile and be able to be built and deployed together.</p> <p>Since the application is a combination of code plus the database schema, and database code tables, you can not truly have a full build of the application unless you have a database that is versioned along with the code.</p> <p>We have not yet been able to come up with a good agile method of doing the database development along with the code in an agile/scrum environment.</p> <p>Here are some of my requirements:</p> <ol> <li>I want to be able to have a svn revision # that corresponds to a complete build of the system.</li> <li>I do not want to check in binary files into source control for the database.</li> <li>Developers need to be able to commit code to the continuous integration server and build the entire system and database together.</li> <li>Must be able to automate deployment to different environments without doing a rebuild other than the original build on the build server.</li> </ol> <p>(Update) I'll add some more info here to explain a bit further.</p> <p>No OR/M tool, since its a legacy project with a huge amount of code. I have read the agile database design information, and that process in isolation seems to work, but I am talking about combining it with active code development.</p> <p>Here are two scenario's</p> <ol> <li><p>Developer checks in a code change, that requires a database change. The developer should be able to check in a database change at the same time, so that the automated build doesn't fail.</p></li> <li><p>Developer checks in a DB change, that should break code. The automated build needs to run and fail.</p></li> </ol> <p>The biggest problem is, how do these things synch up. There is no such thing as "checking in a database change". Right now the application of the DB changes is a manual process someone has to do, while code change are constantly being made. They need to be made together and checked together, the build system needs to be able to build the entire system.</p> <p>(Update 2) One more add here:</p> <p>You can't bring down production, you must patch it. Its not acceptable to rebuild the entire production database.</p> http://stackoverflow.com/questions/1742793/ncover-installation 1 NCover installation ildev 2009-11-16T15:12:44Z 2009-11-17T16:46:34Z <p>Hi,</p> <p>I'm installing NCover Complete trial version, and wondered if it's possible to install to a different folder and have NCover as part of the VCS? Otherwise the current version of NCover (v3.3.2) would be shared amongst all projects and I can invisage problems when upgrading NCover.</p> <p>TIA</p> http://stackoverflow.com/questions/534308/how-do-you-set-up-hudson-to-work-with-git 2 How do you set up Hudson to work with Git? Tim Visher 2009-02-10T21:34:05Z 2009-11-17T15:42:22Z <p>I'm trying to set up Hudson as a CI Server and I'm having trouble getting everything to work. I'm trying to use the 'official' git plugin. I haven't done any testing with the alternate plugin developed by stephenh.</p> <p>I'm wondering if anyone else has gotten Hudson to work with Git or any CI server to work with Git. If so, how and with what configuration.</p> <p>Pertinent information is that I'm on Hudson 1.277, I'm using Git 1.6.1.1.230.gdfb04, and the Git Plugin 0.5, all on the windows platform.</p> <p>Thanks in advance!</p> http://stackoverflow.com/questions/1746386/teamcity-alternatives 0 TeamCity Alternatives mrduclaw 2009-11-17T03:23:07Z 2009-11-17T04:28:40Z <p>I write a lot of little projects, and I'd like to use something like TeamCity for my build server(s). My problem with just using TeamCity itself is that the Professional version of only seems to allow for, at most, 20 projects. And since these projects are generally not-sellable, the price tag for the Enterprise edition is a bit much.</p> <p>The projects are written in various languages, both managed and unmanaged and for various platforms (user- and kernel-land in both Windows and *nix). </p> <p>The features that I'm looking for:</p> <ul> <li>To be able to manage projects for the multiple platforms that I support.</li> <li>Integration with Subversion repositories.</li> <li>For the Windows projects, I'd really like to just be able to point the software at my solution file (and not have to resort to building a series of commands that invoke cl or similar). (Bonus points)</li> </ul> <p>Could someone suggest an alternative that would also work? </p> <p><strong>Update:</strong> Hudson looks pretty great. I just installed it on an Ubuntu box, is there a nice way for it to build my Windows projects? TeamCity does that whole build-agent thing, is there something similar with Hudson?</p> <p>Thanks Again!</p> http://stackoverflow.com/questions/1736022/automated-build-and-deploy-of-windows-services 2 Automated Build and Deploy of Windows Services Grauenwolf 2009-11-14T23:51:24Z 2009-11-15T04:06:16Z <p>How would you implement an automated build and deploy system for Windows services. Things to keep in mind:</p> <ol> <li>The service will have to be stopped on the target machine.</li> <li>The service entry in the Windows registry might need to be created/updated.</li> <li>Some, but not all, of the services might need to be automatically started.</li> </ol> <p>I am willing to use TFS for this, but it isn't a requirement. The target machines will always be development machines, we won't be doing this for production servers.</p> http://stackoverflow.com/questions/1279317/cc-net-access-denied-error 1 CC.Net Access Denied Error Joe 2009-08-14T18:11:23Z 2009-11-13T16:44:02Z <p>I have CruiseControl.Net setup as my continuous integration environment. I've been working on adding a Visual Studio 2008 Web Deployment Project to my solution but I'm getting a weird "access denied" error and I can't figure out why.</p> <p>I have CC.Net running under its own account on my server which is a member of the administrators group, so the CC.Net service should have access to everything it needs. The problem is when I trigger a build from the web interface the build fails with the error:</p> <blockquote> <p>C:\Program Files (x86)\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(667,5): error : Access is denied.</p> </blockquote> <p>The particular task on that line is the "<code>CreateVirtualDirectory</code>" task to create an IIS virtual directory for my asp.net application.</p> <p>What's weird is if I open a command prompt on my build server running as the exact same user account the CruiseControl service is running as and run my build script everything builds successfully - including the creation of the IIS virtual directory. It's only when a build is initiated through the web interface that it fails. </p> <p>I don't understand what the difference is between the two since presumably they are both running as the same user with the same privileges.</p> <p>Suggestions?</p> http://stackoverflow.com/questions/1679857/how-can-i-debug-preferably-in-an-ide-an-msbuild-script 1 How can I debug (preferably in an IDE) an MSBuild script? Kieran Benton 2009-11-05T11:11:33Z 2009-11-13T11:31:54Z <p>Hi,</p> <p>We use MSBuild quite extensively as part of our continuous integration process, and whilst it is incredibly powerful and we can do practically all of our build, test and deployment within it (utilising some custom tasks) - we've found that debugging it using tags is a pain and cannot always provide us with enough information.</p> <p>I've found: <a href="http://www.wintellect.com/CS/blogs/jrobbins/archive/2007/12/03/msbuild-debuggers.aspx" rel="nofollow">http://www.wintellect.com/CS/blogs/jrobbins/archive/2007/12/03/msbuild-debuggers.aspx</a>, but unfortunately the project seems to have disappeared from Codeplex.</p> <p>Does anyone have any idea if there is something similar to this available or if there is another way/technique that can be used?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1112208/target-resolvereferences-is-not-found 0 Target ResolveReferences is not found Nasser 2009-07-10T22:01:32Z 2009-11-13T11:00:06Z <p>I am trying to publish an ASP.Net website through NAnt/MSBuild calls. MSBuild is called using the following arguments:</p> <pre><code>&lt;arg value="SubsManager.sln" /&gt; &lt;arg value="/t:ResolveReferences" /&gt; &lt;arg value="/t:_CopyWebApplication" /&gt; &lt;arg value="/p:Configuration=Release" /&gt; &lt;arg value="/p:OutDir=..\builda\Release\Web\bin\" /&gt; &lt;arg value="/p:WebProjectOutputDir=..\Publish\" /&gt; &lt;arg value="/logger:C:\Program Files\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild.dll" /&gt; &lt;arg value="/verbosity:detailed" /&gt; </code></pre> <p>When I try the build under cruise control I get the following error: error MSB4057: The target "ResolveReferences" does not exist in the project.</p> <p>I would appreciate any help on this issue!</p> http://stackoverflow.com/questions/25902/whats-the-best-toolchain-for-continuous-integration-with-c 5 What's the best toolchain for Continuous Integration with C++? Joe Schneider 2008-08-25T11:56:18Z 2009-11-12T23:12:17Z <p>Continuous Integration toolchains for .NET and Java Continous Integration are relatively well defined, but the C++ market seems to have less consensus. By CI "toolchain" I specifically mean tools for the build scripts, automated testing, coding standards checking, etc. <em>all</em> with preference given to tools that integrate with CI tools easily (perhaps XML reports, etc). What are C++ programmers using for CI toolchains? (And why do our toolchains suck so bad compared to Java/.NET programmers??!?)</p>