context = HtmlUnitContextFactory.getGlobal().enterContext();
context.setOptimizationLevel(-1);
scope = (ScriptableObject)context.initStandardObjects(shell);
Shell.setResolver("lib", new LibraryResolver("/org/moyrax/javascript/lib"));
// We only have the current project, so we initialize the ClassPathResolver
// with the context class loader.
Shell.setResolver("classpath", new ClassPathResolver(
Thread.currentThread().getContextClassLoader()));