EncogLogging.log(EncogLogging.LEVEL_DEBUG, "target file:" + targetID);
EncogLogging.log(EncogLogging.LEVEL_DEBUG, "target language:" + targetLanguage.toString());
EncogCodeGeneration code = new EncogCodeGeneration(targetLanguage);
code.setEmbedData(embedData);
code.generate(getAnalyst());
code.save(targetFile);
return false;
}
/**