Slashdot Mirror


Apache Ant 1.5.4 Released

Dan writes "Apache Ant 1.5.4 has been released, it addresses problems relating to java, and visual age for java tasks."

1 of 16 comments (clear)

  1. memory leaks? by Anonymous Coward · · Score: 1, Interesting

    Ant is famous for having lots of nasty memory leaks. Normally this is not an issue because you run it from command line and ant terminates very quickly, however, for those who use it inside a plugin (like via Eclipse), it's a big issue.

    Is ant team going to do anything about the memory leaks?