Link Details

Link 89218 thumbnail
User 1 avatar

By rick
via antwerkz.com
Published: Jun 23 2008 / 02:32

Ant 1.7.0 was released way back in December 2006. Since then, there hasn’t been a single update. Not even a maintenance release. Now, ant is a relatively mature product. It’s been out a while and is quite stable. But it’s certainly not bug free.
  • 8
  • 9
  • 2457
  • 1337

Comments

Add your comment
User 182508 avatar

gareth_western replied ago:

0 votes Vote down Vote up Reply

The summary contains most of the blog entry text... :\

User 272422 avatar

htowninsomniac replied ago:

0 votes Vote down Vote up Reply

I don't think Ant is dead or dying. Yes, 1.7.0 is quite old already, but 1.8.0 is in the works if you look at the repository. Some of my feature requests are included, and Ant-contrib is also being developed. Unfortunately, Ant and Ant-contrib together still don't allow me to do everything I want to do in my build scripts, so I am still developing my own tasks, and I imagine others are doing the same. There is room for improvement, and I'm sure Ant will improve.

User 294742 avatar

dmitryx replied ago:

0 votes Vote down Vote up Reply

Make was released way back in April 2006. Since then, there hasn’t been a single update. Not even a maintenance release. Now, make is a relatively mature product. It’s been out a while and is quite stable. But it’s certainly not bug free.

are you windows user or something, who just cant live without software being updated all over and over again?

User 190346 avatar

ilazarte replied ago:

0 votes Vote down Vote up Reply

i love ant. i use it independent of java projects.
,

User 222498 avatar

M Easter replied ago:

0 votes Vote down Vote up Reply

If you like Ant, check out Gant, seriously. It has all of the venerable tasks of Ant (e.g. javac) without the pain associated with logic and macro tasks. You can simply use your own objects/closures/etc.

I have studied Gant recently and wonder if a new order for projects will be something like:

main/src
test/src
build/src
build/test

where the bottom 2 directories contain code and _unit tests_ for the build functionality. As I write this, the organization isn't symmetrical but the gist of the idea is here.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.