try {
// System.out.println("REMOVE: " + so.getNamespace());
FileManager.removeInFile(jf.getFilename(), so.getLineStart(), so.getLineEnd(), so.getCharStart(), so.getCharEnd());
so.setSourceActiveInFile(false);
} catch (final IOException e) {
throw new WinkBuildException(e);
}
}