BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Build systems Content on InfoQ

  • Ruby Test Integration With CruiseControl.net

    Brent Heinz shows how to integrate your Ruby on Rails test suite into your CruiseControl build process so you can see the test results in the web dashboard.

  • Continuous Integration Server AnthillPro 3.1 Released

    Urbancode has released AnthillPro 3.1, a commercial version of the Anthill OS open-source continuous integration server.

  • JRake: Build, Test, and Deploy Java applications without XML

    JRake is the latest entry in build tools for Java that is based on a scripting language. JRake leverages JRuby and the Rake build tool for Ruby to make building, running tests, and deploying web applications quick and easy.

  • InfoQ Interview with JBuilder 2007 Product Manager

    CodeGear, a division of Borland, recently announced JBuilder 2007, a Java IDE built on Eclipse. InfoQ sat down with Joe McGlynn, product manager at CodeGear to talk about the new release and and transition to an Eclipse based product.

  • Visual Studio for Database Professionals Released

    Microsoft has developed what they call "tools for building SQL databases in a managed project environment with support for versioning, deployment, unit testing, refactoring, and off-line SQL development." These tools, released under the name Visual Studio for Database Professionals, claim to offer a way to develop databases in the same off-line fashion as traditional applications.

  • Team Foundation Server Roadmap Revealed

    Brian Harry has released the roadmap for Team Foundation Server. Areas included in the roadmap are Servicing, Out of Band releases, and Major releases. Highlights include two, possibly three, services, support for TOAD and the branched projects.

  • Current Status of Java Static Analysis Tools

    Static analysis tools help developers locate potential problems in their code. Static analysis is an inspection of code without executing it, looking for problems as varied as misunderstood APIs to use of the wrong boolean operators. This post summarizes the six of the leading tools and discusses the current trends in static analysis tools.

  • Raven: Building Java with Ruby

    A new alternative in the building tools space is Raven. Raven allows you to use Ruby tools such as Rake and Gem to build Java projects. Build scripts are Ruby scripts, rather than being XML files, and it imports your local Maven repository and handles dependencies.

  • Gauntlet: Borland's Continous Integration server with defect isolation and trending

    Borland in early October released a beta of Gauntlet continous integration server. Like any continous integration server, Gauntlet automates build and testing but also provides change sandboxing, reporting and trending, failure correlation, replay alongside existing repositories, and easy access to build, test, and run previous project versions.

  • CruiseControl.Net 1.1 Released

    The team behind CruiseControl.Net has released version 1.1. CrusieControl.Net provides continuous integration capabilities for .NET developers. A cornerstone of Agile development, continuous integration is used to ensure that team members stay in sync and the integration issues are discovered early. This marks the first major release of CuriseControl.Net in nearly a year.

  • Team Foundation Server SP 1 Beta 1.0 Released

    A beta of the Team Foundation Server SP1 has been released via Microsoft Connect. This release contains new features as well as bug fixes. It is currently available in English and Japanese.

  • August Sandcastle CTP is Now Available

    Last week Microsoft released another community tech preview for Sandcastle. Sandcastle is the tool Microsoft currently uses to produce the API documentation for Visual Studio 2005. Anand Raman of the Sandcastle team claims that they can compile the documentation for the entire framework API in about 30 minutes.

  • TestNG concluded more suitable for large-scale testing than JUnit 4

    Andrew Glover has compared TestNG and JUnit 4, taking a look at some features that TestNG has over JUnit 4. Andrew quickly takes the position that TestNG is better for large scale testing, despite JUnit 4's recent addition of annotations and "dramatically relaxed structural rules for test case authoring."

  • Opinion: Every Project should have an Upgrade Framework

    HostedQA, JIRA, Confluence, and Jive Forums all have implemented frameworks to manage changes to db schema's and data migrations between subsequent versions of their products. Pat Lightbody proposes that all enterprise apps should include an upgrade framework and provides some best practices.

  • Pulse Continuous Integration Server 1.1 Released

    Zutubi has recently announced Pulse 1.1. Pulse is a continuous integration server for building and testing your project's source code. It supports a number of build frameworks (ant, maven, etc) and SCM servers (CVS, Perforce, Subversion, etc).

BT