loadTarget(initholder.getConfiguration(), target);
}
private void loadDefinition(String dir, String filename) throws Exception {
Implicitstructure loader = new Implicitstructure(dir, filename);
implicitstructureHolder = loader.load();
String location = implicitstructureHolder.getBaseStructure().getLocation();
// String separator = implicitstructureHolder.getBaseStructure().getSeparator();
if (location!=""){
file = new File(location);
if (!file.exists())