debug( Messages.getInstance().getString( "Kettle.DEBUG_GETTING_TRANSFORMATION_METADATA" ) ); //$NON-NLS-1$
}
try {
// Load the transformation from the repository
RepositoryDirectoryInterface repositoryDirectory =
repository.loadRepositoryDirectoryTree().findDirectory( directoryName );
transMeta = repository.loadTransformation( transformationName, repositoryDirectory, null, true, null );
} catch ( Exception e ) {
error( Messages.getInstance().getErrorString(
"Kettle.ERROR_0009_TRANSFROMATION_METADATA_NOT_FOUND", directoryName + "/" + transformationName ), e ); //$NON-NLS-1$ //$NON-NLS-2$