mvel icon indicating copy to clipboard operation
mvel copied to clipboard

Allow include orb to use file from classpath

Open Eldelshell opened this issue 10 years ago • 0 comments

Currently, the only way to use the @{include} orb is with a File path.

It would be nice to also be able to load the given template from the classpath (i.e. getResourceAsStream()).

I'm using MVEL2 with a runnable JAR and all my templates are included inside this JAR.

Eldelshell avatar Sep 24 '14 09:09 Eldelshell