public void jobFailed() {
latch.countDown();
}
});
projectJob.schedule();
// we need to wait until the first page has started the
// create-project composer command and the command actually
// wrote something to disk, otherwise the command will fail
//