If you run 'ant bzip2' then unwrap the tarball, the classpath in the
manifest for qpid-incubating.jar isn't correct:
Class-Path: lib//build/lib/backport-util-concurrent-2.2.jar:lib//build
/lib/commons-cli-1.0.jar:lib//build/lib/commons-codec-1.3.jar: etc etc
This means that when you try to start the broker you get:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/qpid/server/Main
I also found that the qpid-run and qpid-server scripts did not have
execute permission set on them.