Skip to content

Apache Ant script reuse

The Maven guys have got one thing (and others, I’m not being mean) right – we reinvent the wheel too much on Java projects.

Joe Schmetzer has an Ant Script Library. And Pascal here has had a crack at the problem of Ant Script reuse.

Seems a bit 2002-esque to write an Ant build from scratch these days.

Update: this tweet from JTF suggests another tool.


Share:
  • del.icio.us
  • DZone
  • Slashdot
  • LinkedIn
  • Facebook
  • Twitter

3 Comments

  1. Grails seems to get this right. It dictates the file layout and provides canned targets for common tasks, as Maven does, but doesn’t try to maintain a dependency registry or overcomplicate your build with a maze of obscure configuration. It’s certainly nice to build and deploy without having written a line of build code.

    Thursday, June 11, 2009 at 12:36 am | Permalink
  2. simpsonjulian wrote:

    I think it’s the way forward. As Chris pointed out in the podcast I blogged yesterday, the build is becoming a first class citizen (well, I could name some organisations where it isn’t, but they already reap the problems that they’ve sown). When that happens, things tend to get fixed pretty quick.

    Friday, June 12, 2009 at 9:24 am | Permalink
  3. Alex Honor wrote:

    The Maven guys understood the need for a standard life cycle. Given that, it is possible to create a template based Ant build environment. It’s all about adopting and adhering to a common convention that includes user-definable extension points.

    Tuesday, June 16, 2009 at 1:44 am | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*