protected static void makeODMGProxies(DxHashSet classes) throws Exception {
DxIterator it = classes.iterator();
while (it.next() != null) {
String name = (String) it.object();
OPPHelper.progressMsg(name + ":", quiet);
// create the *_Impl class of the original class
Class cl = Class.forName(name);