malabar-mode icon indicating copy to clipboard operation
malabar-mode copied to clipboard

Question: Is there an easy way to get the classpath from Malabar Mode?

Open cmiles74 opened this issue 12 years ago • 1 comments

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. :-)

cmiles74 avatar Oct 29 '12 10:10 cmiles74

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?

m0smith avatar Dec 13 '13 18:12 m0smith