From a707cad8e7bf0e7e5dc9725d2d08e63456dcb82d Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Wed, 28 Feb 2007 11:05:20 +0000 Subject: (Patch submitted by Rupert Smith). java_iop.diff This adds some interop tests (which are just copies of the existing topic tests) in a new integrationtests module. The java 1.4. client build has been updated to be able to run these tests. They succesfully talk to each other and the .net code. This is intended to be a starting point of a more in depth interop test as per the spec, but does not implement what is in the draft spec yet. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@512699 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/assembly/client-java14-bin.xml | 7 +- .../src/main/assembly/jar-with-dependencies.xml | 86 ++++++++++++++++++++++ 2 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 java/client-java14/src/main/assembly/jar-with-dependencies.xml (limited to 'java/client-java14/src') diff --git a/java/client-java14/src/main/assembly/client-java14-bin.xml b/java/client-java14/src/main/assembly/client-java14-bin.xml index 87c7f498f9..91e1f23975 100644 --- a/java/client-java14/src/main/assembly/client-java14-bin.xml +++ b/java/client-java14/src/main/assembly/client-java14-bin.xml @@ -53,14 +53,19 @@ qpid-${qpid.version}/lib false + - + org.apache.qpid:qpid-client:jar org.apache.qpid:qpid-common:jar + + org.apache.qpid:qpid-integrationtests:jar:java14 + org.apache.mina:mina-java5 org.apache.mina:mina-filter-ssl + diff --git a/java/client-java14/src/main/assembly/jar-with-dependencies.xml b/java/client-java14/src/main/assembly/jar-with-dependencies.xml new file mode 100644 index 0000000000..dd279ffb3a --- /dev/null +++ b/java/client-java14/src/main/assembly/jar-with-dependencies.xml @@ -0,0 +1,86 @@ + + + + + all-test-deps + false + + jar + + + + + + + + + true + + + + org.apache.qpid:qpid-client:jar + org.apache.qpid:qpid-common:jar + + + org.apache.mina:mina-java5 + org.apache.mina:mina-filter-ssl + + + + + \ No newline at end of file -- cgit v1.2.1