Skip to content
m0smith edited this page Nov 20, 2014 · 2 revisions

Launching malabar-mode requires java and maven to be installed. Maven is the weak link here.
Rather than requiring maven, I think I can have it require groovy instead.

When starting malabar-mode, start a groovy classloader with malabar-mode-jar using grape.

For each project, start a different classloader based on the project file. Get the dependencies and load them using grape. This will give easier and quicker access to the classpath of project.

See:

Clone this wiki locally