Discussion:
undeprecate request
NightStrike
2016-08-18 19:12:27 UTC
Permalink
Can you undeprecate Java?

https://www.gnu.org/software/automake/manual/html_node/Java.html

I know the support isn't perfect, but it is useful when you have a
large project that incorporates both Java and other languages, and you
want to keep yourself in the make world instead of having to have both
make and ant (or whatever) in the same project.
Václav Haisman
2016-08-19 05:15:15 UTC
Permalink
Post by NightStrike
Can you undeprecate Java?
https://www.gnu.org/software/automake/manual/html_node/Java.html
I know the support isn't perfect, but it is useful when you have a
large project that incorporates both Java and other languages, and you
want to keep yourself in the make world instead of having to have both
make and ant (or whatever) in the same project.
Does it honestly make sense to integrate Java support into Automake in
the day and age of Maven and similar better tools?
--
VH
Wookey
2016-08-19 10:56:29 UTC
Permalink
Post by Václav Haisman
Post by NightStrike
Can you undeprecate Java?
https://www.gnu.org/software/automake/manual/html_node/Java.html
I know the support isn't perfect, but it is useful when you have a
large project that incorporates both Java and other languages, and you
want to keep yourself in the make world instead of having to have both
make and ant (or whatever) in the same project.
Does it honestly make sense to integrate Java support into Automake in
the day and age of Maven and similar better tools?
Maven is not a 'better tool' than make. It's deeply unhelpful 'web
age' craziness that is handy for developers, but antithical to
security, consistency and repeatable builds (the sort of things that
distro builders worry about, for good reasons). Maven makes ant look
good. Building with 'whatever crap I got off the internet today' is
not a good way to go IHMO, and so far as I can tell, that's exactly
what maven does, at least by default.

Wookey
--
Principal hats: Linaro, Debian, Wookware, ARM
http://wookware.org/
NightStrike
2016-08-20 15:50:16 UTC
Permalink
Post by Václav Haisman
Post by NightStrike
Can you undeprecate Java?
https://www.gnu.org/software/automake/manual/html_node/Java.html
I know the support isn't perfect, but it is useful when you have a
large project that incorporates both Java and other languages, and you
want to keep yourself in the make world instead of having to have both
make and ant (or whatever) in the same project.
Does it honestly make sense to integrate Java support into Automake in
the day and age of Maven and similar better tools?
Given my aforementioned use case, yes. Automake does a good enough
job that I can easily integrate some java components in an overall
project that uses several different languages. I wouldn't want to
lose that support.

Loading...