File f = new File(testDataDirectory, "my-context.spr");
exampleAppSpr = f.getAbsolutePath();
f = new File(testDataDirectory, "deploy.jar");
FileUtils ant = new FileUtils();
assertEquals("deploy.jar could not be extracted", true, ant.extract(f
.getAbsolutePath(), (new File(testDataDirectory, "tmp"))
.getAbsolutePath()));
f = new File(testDataDirectory, "tmp/deploy");
exampleAppDirectory = f.getAbsolutePath();