Author: rajith Date: Thu Nov 19 14:48:14 2009 New Revision: 882163 URL: http://svn.apache.org/viewvc?rev=882163&view=rev Log: I didn't catch the compile error on my local. Perhaps due to log4j being in the classpath somewhere. I have now added log4j as build dep to the testkit module.
Modified: qpid/trunk/qpid/java/build.deps Modified: qpid/trunk/qpid/java/build.deps URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.deps?rev=882163&r1=882162&r2=882163&view=diff ============================================================================== --- qpid/trunk/qpid/java/build.deps (original) +++ qpid/trunk/qpid/java/build.deps Thu Nov 19 14:48:14 2009 @@ -95,7 +95,7 @@ integrationtests.libs=${systests.libs} client-example.libs=${client.libs} -testkit.libs=${client.libs} +testkit.libs=${client.libs} ${log4j} ibm-icu=lib/com.ibm.icu_3.8.1.v20080530.jar ecl-core-jface=lib/org.eclipse.jface_3.4.1.M20080827-2000.jar --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org