What are some good java make utilities?

后端 未结 13 1072
眼角桃花
眼角桃花 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 11:01

    If you're starting a new project you may want to look into maven. It's kinda hard intially, but it handles a bunch of stuff for you including dependencies.

    If you already have a project which you want to make a build file for, then I don't have any recommendations apart from the aforementioned ant.

提交回复
热议问题