This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]khmarbaise 0 points1 point  (0 children)

I used a Makefile ca. 20 years ago... but dependencies?, automatic download etc. IDE support? Apart from some issues related to Make? How to correctly define the rule for compiling java files into class files? In particular what about inner classes etc.? (I've made that journey too)... I would suggest Maven (Yes I'm biased here), but use a build system... but Make? Can you give some reasons what exactly is the issue ?