malabar-mode
malabar-mode copied to clipboard
Question: Is there an easy way to get the classpath from Malabar Mode?
I'm interested in writing up a Java check for Flycheck but have been stymied in my attempts to pull the project's classpath from Malabar Mode. For instance, "malabar-groovy-eval" looked promising but I believe I may be calling it incorrectly.
If you could point me in the right direction, or to some code in Malabar Mode that does something similar, I would be greatly appreciative. As I get time, I'm still going to hack away at this some as well.
I understand you're not the primary maintainer of this project, but I want to express my appreciation for the work you've done to keep this mode active. I use it often, whenever I work on Java projects, and find it indispensible. :-)
Getting the CLASSPATH from malabar-mode for a buffer is pretty straightforward and I think https://github.com/lunaryorn/flycheck would be a great integration.
What format should the classpath be? A list of strings?