args[1] = "--input=.\\\\src\\\\typetests;.\\\\src\\\\typetests2;";
launcher = new TestLauncher(args);
launcher.addProcessor("jbprocessor.BpelProcessor");
//launcher.run();
XpathFactory xpathFactory = new XpathFactoryImpl();
scanner = new BpelScanner(launcher.getFactory(),xpathFactory,Collections.EMPTY_LIST);
}