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.
Comments
gareth_western replied ago:
The summary contains most of the blog entry text... :\
htowninsomniac replied ago:
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.
dmitryx replied ago:
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?
ilazarte replied ago:
i love ant. i use it independent of java projects.
,
M Easter replied ago:
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.
Voters For This Link (8)
Voters Against This Link (9)