LOG.debug("Resolving a WindGate profile: {}", url);
GateProfile profile = GateProfile.loadFrom(
profileName,
p,
new ProfileContext(classLoader, new ParameterList(testContext.getEnvironmentVariables())));
return profile;
} catch (Exception e) {
throw new IOException(MessageFormat.format(
"Failed to load WindGate profile: {2} (profile={1}, description={0})",
description.getClass().getName(),