Is there supposed to be a client-only distribution of the Java AMQP implementation?
Maven is set up to build one. When I do, it doesn't work because it has only the API files for slf4j. Here are the slf4j files in the full distribution: [EMAIL PROTECTED] lib]$ pwd /home/jrobie/project/qpid/java/distribution/target/qpid-1.0-incubating-M2-SNAPSHOT-java-bin/qpid-1.0-incubating-M2-SNAPSHOT/lib [EMAIL PROTECTED] lib]$ ls slf4j* slf4j-api-1.4.0.jar slf4j-jdk14-1.4.0.jar slf4j-nop-1.4.0.jar slf4j-jcl-1.4.0.jar slf4j-log4j12-1.4.0.jar slf4j-simple-1.4.0.jar [EMAIL PROTECTED] lib]$ Here are the slf4j files in the client distribution: [EMAIL PROTECTED] lib]$ pwd /home/jrobie/project/qpid/java/client/distribution/target/qpid-1.0-incubating-M2-SNAPSHOT-java-client-bin/qpid-1.0-incubating-M2-SNAPSHOT/lib [EMAIL PROTECTED] lib]$ ls slf4j* slf4j-api-1.4.0.jar Both distributions are newly built. Jonathan
