What are some good java make utilities?

后端 未结 13 1080
眼角桃花
眼角桃花 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条回答
  •  庸人自扰
    2021-02-03 10:55

    This isn't so much an answer as a question. ANT is the standard way of building Java. It works well with Java, the myriad of Java tools out there and with Cruise Control. So why would you want to try anything else?

    Unless you have an edge case that ANT doesn't cover, then I'd recommend you stick with ANT.

    Of course I'd be happy for a more knowledgeable person to point out why my attitude is stupid and why there is a good case for looking at alternatives ;)

提交回复
热议问题