}
public ClassLoaderScope buildAndCreateClassLoader(StartParameter startParameter) {
ClassPath classpath = createBuildSourceClasspath(startParameter);
ClassLoaderScope childScope = classLoaderScope.createChild();
childScope.export(classpath);
childScope.lock();
return childScope;
}
ClassPath createBuildSourceClasspath(StartParameter startParameter) {