If by "programmatically" you mean a Java API, then no, not really. Just use the autoreload property. The "not for production" disclaimer is a really just a caution that the original implementor thought people might find problems under high load situations. But there isn't really an alternative that's any better. If you need to reload a vm library, that's the intended facility.
On Fri, Mar 26, 2010 at 9:59 AM, Guillaume Dahan <[email protected]> wrote: > Hi all, > > I'd like to load a library (vm file) dynamically. I saw on the user guide > that you can set the property *velocimacro.library.autoreload* to true but > that feature is not intended for production use. I'd like to know if there's > a way to programmatically reload a vm library so that people working on > velocimacros could make changes on the library without need to restart the > application. > Any idea ? > > Thx for your help, > > Guillaume > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
