m0smith / malabar-mode

EMCS JVM Integration for Java and other JVM based languages
GNU General Public License v2.0
330 stars 52 forks source link

copy ensime's server installation approach #180

Closed fommil closed 6 years ago

fommil commented 9 years ago

in ENSIME we use sbt to bootstrap the install of the server component so using ensime is as simple as staying up to date with the MELPA release. You could do the same thing, bootstrapped with mvn.

In fact, once we release 1.0 of ENSIME I'd love to chat about how we can merge the bits of our projects that make sense to merge, or at least be compatible with each other. I'm very interested in using the java compile tree to analyse the java sources, in the same way we do it for scala files.

fommil commented 8 years ago

@m0smith any more thoughts on how we can collaborate? ENSIME has Java support these days but I'm aware that the basic java-mode support of Emacs is still terrible so I'd be keen to understand what bits of malabar are complementary.