assertTrue(objectweb.exists());
File helloworldsoaphttp = new File(objectweb, "hello_world_soap_http");
assertTrue(helloworldsoaphttp.exists());
File types = new File(helloworldsoaphttp, "types");
assertTrue(types.exists());
File[] files = types.listFiles();
assertEquals(files.length, 17);
File celtix = new File(org, "celtix");
files = celtix.listFiles();
assertEquals(5, files.length);