InfoQ Homepage Build systems Content on InfoQ
-
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).
-
IntelliJ IDEA 6.0 Featureset and New TeamCity Product Announced
Jetbrains has just announced the full featureset for the upcoming IntelliJ IDEA 6.0. Included are JEE, Swing, and refactoring enhancements as well as integration with their new team enviroment product TeamCity.
-
Upcoming Features in Team Foundation Server SP1
Brian Harry, Product Unit Manager for Visual Studio Team Foundation, wrote about upcoming features for Team Foundation Server Service Pack 1 today. No specific timeframe has been announced, but a beta should be coming shortly.
-
Ruby Coverage Tool Making Rapid Progress
Earlier this week, Mauricio Fernandez released version 0.4 of Rcov, his tool for simple code coverage analysis in Ruby. Rcov is fast, feature-packed and progressing rapidly.