continuous integration

Tag details

Welcome to the 'continuous integration' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'continuous integration'.

Look up Offsite Link "continuous", Offsite Link "integration" at The Free Dictionary

Latest blogosphere posts tagged “continuous integration”

  • TeamCity 5.0 ​Failed to collect changes error issue


    Laurent KempAuthority Authority: 111
    Tonight I was facing an issue with TeamCity 5.0 plugin in Visual Studio 2008. I was getting the error message ​Failed to collect changes error in the new Local changes window. Searching on the bug tracking tool of JetBrains for TeamCity I found this issue " TW-10474 I can not make VS addin recollect changes ...
    1 day ago
  • Two Developer Positions in Glasgow


    Scottish DevelopersAuthority Authority: 117
    Equator currently have two software development positions available, one mid-level and one senior. Web Application Developer Due to continual expansion, we are currently looking for a Web Application Developer to join our Development team. You must have a genuine enthusiasm for development work, be committed, ...
    1 day ago
  • Ant Build Analysis Gets A Facelift


    Green's OpinionAuthority Authority: 111
    Wondering why your Ant build is slow? Are your continuous integration builds taking too long? Analysis of Ant builds has had a major facelift, with a new version of Ant Utility now fully integrated into the Eclipse UI. With Ant Utility, you can run your build and get immediate feedback: As your build runs, Ant ...
    1 day ago
  • Feeding The Right Sources To Your Builds


    DivByZero.comAuthority Authority: 99
    I was recently asked the best approach for how to control the input to ones builds, and while there is no single solution to this that fits all projects, here are two ways you might want to go. Freeze Then Branch The current approach for JBoss Tools development involves continuous nightly builds from trunk until ...
    1 week ago
  • Why Great Development Tools Don’t Seem To Be Written In PHP - ...


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 168
    Trac. CruiseControl. phpUnderControl. Jira. Bugzilla. These are all intensely popular development tools. And not a single one of them is written in PHP. Why? Trac is written in Python. CruiseControl is written in Java, and phpUnderControl is built on top of CruiseControl. Jira is written in Java and is a commercial ...
    1 week ago
  • Why Great Development Tools Don’t Seem To Be Written In PHP


    BrandonSavage.netAuthority Authority: 415
    Trac. CruiseControl. phpUnderControl. Jira. Bugzilla. These are all intensely popular development tools. And not a single one of them is written in PHP. Why? Trac is written in Python. CruiseControl is written in Java, and phpUnderControl is built on top of CruiseControl. Jira is written in Java and is a commercial ...
    1 week ago
  • ProjectReference with Condition in your MSBuild project files


    Laurent KempAuthority Authority: 111
    Since some time I have the current scenario where I need to have conditional reference in a project. Basically the application must reference an assembly in one case in other it should reference another one. This was working correctly from an MSBuild point of view as the first implemented solution let me compile and ...
    1 week ago
  • Selenium and The Dialog of Doom


    The Build DoctorAuthority Authority: 116
    This is a guest post from Douglas Squirrel, CTO at youDevise At youDevise , we’ve been suffering from what Ian Moore calls Flickering Builds for some time now – the build fails with a false negative once, then passes the next time we run it. Our Cruise Missile monitor records these failures for us so we ...
    2 weeks ago
  • Provisioning a Hudson CI server


    The Disco BlogAuthority Authority: 106
    As I wrote about before , CI in a Box is one of the easiest ways to get up and running with Continuous Integration – in fact, if you don’t believe me, check out the CI in a Box tutorial video. As you’ll see, CI in a Box makes setting up a Hudson CI server practically a breeze by leveraging Amazon’s EC2; ...
    2 weeks ago
  • More Procedures in Software Configuration Management


    From the Editor of Methods & ToolsAuthority Authority: 109
    Our last poll examined how software configuration management (change management / version control) is performed by organisations. Is it an informal activity or performed with formal procedures that are validated by an automated tool? 2009 2006 No formal procedure and no tool 13% 15% ...
    2 weeks ago
  • CI from the Trenches: Real-World Continuous Integration Challenges


    Software Development VideosAuthority Authority: 436
    Many organizations will tell you that they are “doing” continuous integration. A boat anchor of a PC in the corner running an old version of CruiseControl might tick a few boxes, but is it really effective? As we get better at CI, we should see our feedback loop extend out past development. But what strategies ...
    3 weeks ago
  • The curious case of JavaScript unit testing


    NCZOnlineAuthority Authority: 106
    JavaScript unit testing, and front-end testing in general, is a fascinating topic to me. Coming from a job where I developed in Visual Basic.NET and used nUnit for testing, I instantly fell in love with unit testing. Not too long ago I created the YUI Test JavaScript testing framework (for YUI 2.x and YUI 3.x ) to ...
    3 weeks ago
  • Community News: Italian phpDay Call for Papers Now Open


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 168
    Francesco Fullone let us know that the Call for Papers for this years Italian PHPDay event is now officially open! read more
    3 weeks ago
  • Andries Seutens Blog: Setting up phpUnderControl on Gentoo Linu...


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 168
    Andries Seutens has written up a new post on getting the continuous integration software CruiseControl and phpUnderControl up and running on a Gentoo linux installation. read more
    4 weeks ago
  • Automating Publish of ClickOnce with TeamCity


    Laurent KempAuthority Authority: 111
    The other day I published different posts about the way I automated our build process at Innoveo Solutions to generate different ClickOnce setup using TeamCity : Build multiple ClickOnce deployment packages using MSBuild and Team City Building ClickOnce with TeamCity ClickOnce certificate and ...
    4 weeks ago
  • Back to the roots: Bridging the Deployment Gap


    Agile Web OperationsAuthority Authority: 103
    Matthias and I started this blog over a year ago because we had first-hand experiences with the rift between developers and sysadmins. We knew this was a lose-lose situation not only for those directly involved, but the companies they were working for as well. We’ve described many real-life examples of how to ...
    5 weeks ago
  • Build multiple ClickOnce deployment packages using MSBuild and Team City


    Laurent KempAuthority Authority: 111
    The other day I posted about Build ClickOnce deployment packages using MSBuild and Team City , and there were something that I didn’t liked in my way of doing it. I have multiple ClickOnce deployment packages created using TeamCity and MSBuild but each ClickOnce packages have their own Application Revision due ...
    5 weeks ago
  • Building ClickOnce with TeamCity


    Laurent KempAuthority Authority: 111
    Migrating our TeamCity server today I got the following error on the new server: error MSB3147: Could not find required file setup.bin in … I for sure fixed that on the older server, and the fix was to have the SDK on the build server. The issue is that I don’t want to install Visual Studio to do that, so ...
    5 weeks ago
  • ClickOnce certificate and TeamCity


    Laurent KempAuthority Authority: 111
    To be able to run a build on TeamCity of a Visual Studio solution containing a ClickOnce manifest which needs to be signed, you will need to add the certificate to the Windows account on which TeamCity services runs. TeamCity run under Local System account per default. So you need to add the ...
    5 weeks ago
  • Daily del.icio.us for October 21st through October 30th


    Vinny Carpenter's blogAuthority Authority: 106
    JetBrains TeamCity Blog » Blog Archive » Yet another step to TeamCity 5.0 – TeamCity 5.0 is approaching inevitably and here we are with fresh EAP build. All major new features have been introduced already in previous EAPs, but still you’ll find lots of improvements and fixes to check Oracle Reveals Plans for ...
    6 weeks ago

Comments about continuous integration

Personal attacks are NOT allowed
Please read our comment policy