InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Apache to incubate its first Ruby Project: Buildr - Ruby Build System for Java Projects

Posted by Sebastien Auvray on Nov 01, 2007

Sections
Process & Practices,
Development,
Operations & Infrastructure
Topics
Ruby ,
Build systems ,
Java
Tags
Maven ,
Buildr ,
Rake
Buildr is a simple and intuitive build system for Java projects. After 10 months of development and a lot of positive feedback, it will be incubated by the Apache Foundation, which will be opening its doors to its first Ruby project.

While some are still fighting to migrate their project from Ant to Maven2, Buildr is making its way. It has been some time since our review of Buildr, "The build system that doesn't suck", and the public feedback has been positive:
Buildr is what we're using for this and future projects. There's a lot to be said about Buildr, but for now let's just say that it gives you a hammer to work with; Maven assigns you a construction contractor.
Overall I believe that Buildr is a much more likely to become the defacto ruby build language, than Raven. If simply because of the active community that Raven seems to lack. So if you are up to replacing the trainwreck that is Maven 2 then I would encourage you to look into Buildr.
Since our review there have been several new features, such as:
  • Support for Hibernate XDoclet and SchemaExport tasks.
  • JDepend UI for seeing depenencies across all projects.
  • Cobertura test coverage tasks.
  • TestNG support.
  • Idea project files generation.
  • Buildfile created form existing Maven project POM.
  • ANTLR support.
The Buildr Talk google group has been seeing a good level of activity. Assaf Arkin and Buildr Team have been active in responding to user requests. Today this potential has been recognized as Apache is now incubating the project.  This is also a good news for Ruby: with Buildr, Ruby has gotten its long awaited entrance to Apache.

Our previous coverage concluded that "We think it would be interesting to see how Maven and Buildr perform head-to-head."  With both Maven and Buildr in the Apache Foundation, the competition is open, let's hope it won't end in a family quarrel.
I see this going nowhere by Marc Stock Posted
Re: I see this going nowhere by Loc NGuyen Posted
  1. Back to top

    I see this going nowhere

    by Marc Stock

    I'm all for replacing ANT and Maven but I just don't see Java developers signing up en masse for a build tool that requires them to know & use Ruby. Why should I bother with that? I'd rather use ANT than have to learn Ruby or use something else entirely like GANT.

    Anyway, it's a good idea but just the wrong implentation.

  2. Back to top

    Re: I see this going nowhere

    by Loc NGuyen

    The problem is your reason for seeing this as a failure is based on your own hostility towards learning a new language. There's more than a few Java heads out there who want to learn something new, especially if it's a step in the right direction. So Buildr doesn't need to be accepted en masse, just see consistent growth

Educational Content

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?