phaseOne = new PhaseOneImpl(validator, converter,
belValidator, belConverter, nsService, semantics,
expansion, protonetService, annotationService,
annotationDefinitionService);
SimpleOutput sout = new SimpleOutput();
sout.setOutputStream(out);
sout.setErrorStream(err);
}