What are some good java make utilities?

后端 未结 13 1078
眼角桃花
眼角桃花 2021-02-03 10:33

I\'m looking for a make utility for building large java programs. I\'m aware of ANT already, but want to see what else is available.

Ideally, it should be able to handle

13条回答
  •  旧时难觅i
    2021-02-03 11:17

    1) ant + ivy is pretty good if you have existing investment in ant. You don't have to move from ant to maven just for the dependency goodies.

    2) gant and ant : how do they compare : http://java.dzone.com/articles/ant-or-gant-part-1

    3) http://www.gradle.org/ -- uses groovy!

    BR,
    ~A

提交回复
热议问题