Why is no one using make for Java?

前端 未结 17 1477
生来不讨喜
生来不讨喜 2020-12-12 09:09

Just about every Java project that I\'ve seen either uses Maven or Ant. They are fine tools and I think just about any project can use them. But what ever happened to make

17条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 09:56

    I've never used GNU Make for Java projects, but I used to use jmk. Sadly it hasn't been updated since 2002.

    It had some Java-specific functionality but was small enough to include in your source tarball without significantly increasing its size.

    Nowadays I just assume any Java developer I share code with has Ant installed.

提交回复
热议问题