From 835ce5989d0f5192b8562e47c89cd73ffb5e6ba7 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Wed, 21 May 2014 15:26:08 +0000 Subject: QPID-5774: first main swipe, remove the Ant builds main build.xml and associated files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596595 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/amqp-1-0-client-jms/build.xml | 43 - qpid/java/amqp-1-0-client-jms/example/build.xml | 28 - qpid/java/amqp-1-0-client-websocket/build.xml | 39 - qpid/java/amqp-1-0-client/build.xml | 32 - qpid/java/amqp-1-0-client/example/build.xml | 28 - qpid/java/amqp-1-0-common/build.xml | 27 - qpid/java/bdbstore/build.xml | 89 -- qpid/java/bdbstore/jmx/build.xml | 36 - qpid/java/bdbstore/systests/build.xml | 28 - qpid/java/broker-codegen/build.xml | 30 - qpid/java/broker-core/build.xml | 33 - qpid/java/broker-plugins/access-control/build.xml | 34 - .../broker-plugins/amqp-0-10-protocol/build.xml | 33 - .../broker-plugins/amqp-0-8-protocol/build.xml | 33 - .../broker-plugins/amqp-1-0-protocol/build.xml | 40 - .../amqp-msg-conv-0-10-to-1-0/build.xml | 33 - .../amqp-msg-conv-0-8-to-0-10/build.xml | 33 - .../amqp-msg-conv-0-8-to-1-0/build.xml | 33 - qpid/java/broker-plugins/derby-store/build.xml | 33 - .../broker-plugins/jdbc-provider-bone/build.xml | 56 -- qpid/java/broker-plugins/jdbc-store/build.xml | 32 - qpid/java/broker-plugins/management-amqp/build.xml | 32 - qpid/java/broker-plugins/management-http/build.xml | 53 -- qpid/java/broker-plugins/management-jmx/build.xml | 33 - qpid/java/broker-plugins/memory-store/build.xml | 32 - qpid/java/broker-plugins/websocket/build.xml | 32 - qpid/java/broker/build.xml | 85 -- qpid/java/build.deps | 144 ---- qpid/java/build.xml | 361 --------- qpid/java/client/build.xml | 65 -- qpid/java/client/example/build.xml | 28 - qpid/java/common.xml | 475 ----------- qpid/java/common/build.xml | 67 -- qpid/java/genpom | 214 ----- qpid/java/ivy.nexus.xml | 193 ----- qpid/java/ivy.retrieve.xml | 91 --- qpid/java/ivysettings.nexus.xml | 29 - qpid/java/ivysettings.retrieve.xml | 47 -- qpid/java/jca/build.xml | 133 --- qpid/java/management/common/build.xml | 28 - qpid/java/management/example/build.xml | 26 - qpid/java/maven-settings.xml | 22 - qpid/java/module.xml | 897 --------------------- qpid/java/perftests/build.xml | 67 -- qpid/java/perftests/visualisation-jfc/build.xml | 165 ---- qpid/java/qpid-perftests-systests/build.xml | 46 -- qpid/java/qpid-test-utils/build.xml | 26 - qpid/java/systests/build.xml | 44 - qpid/java/tools/build.xml | 26 - 49 files changed, 4234 deletions(-) delete mode 100644 qpid/java/amqp-1-0-client-jms/build.xml delete mode 100644 qpid/java/amqp-1-0-client-jms/example/build.xml delete mode 100644 qpid/java/amqp-1-0-client-websocket/build.xml delete mode 100644 qpid/java/amqp-1-0-client/build.xml delete mode 100644 qpid/java/amqp-1-0-client/example/build.xml delete mode 100644 qpid/java/amqp-1-0-common/build.xml delete mode 100644 qpid/java/bdbstore/build.xml delete mode 100644 qpid/java/bdbstore/jmx/build.xml delete mode 100644 qpid/java/bdbstore/systests/build.xml delete mode 100644 qpid/java/broker-codegen/build.xml delete mode 100644 qpid/java/broker-core/build.xml delete mode 100644 qpid/java/broker-plugins/access-control/build.xml delete mode 100644 qpid/java/broker-plugins/amqp-0-10-protocol/build.xml delete mode 100644 qpid/java/broker-plugins/amqp-0-8-protocol/build.xml delete mode 100644 qpid/java/broker-plugins/amqp-1-0-protocol/build.xml delete mode 100644 qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/build.xml delete mode 100644 qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/build.xml delete mode 100644 qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/build.xml delete mode 100644 qpid/java/broker-plugins/derby-store/build.xml delete mode 100644 qpid/java/broker-plugins/jdbc-provider-bone/build.xml delete mode 100644 qpid/java/broker-plugins/jdbc-store/build.xml delete mode 100644 qpid/java/broker-plugins/management-amqp/build.xml delete mode 100644 qpid/java/broker-plugins/management-http/build.xml delete mode 100644 qpid/java/broker-plugins/management-jmx/build.xml delete mode 100644 qpid/java/broker-plugins/memory-store/build.xml delete mode 100644 qpid/java/broker-plugins/websocket/build.xml delete mode 100644 qpid/java/broker/build.xml delete mode 100644 qpid/java/build.deps delete mode 100644 qpid/java/build.xml delete mode 100644 qpid/java/client/build.xml delete mode 100644 qpid/java/client/example/build.xml delete mode 100644 qpid/java/common.xml delete mode 100644 qpid/java/common/build.xml delete mode 100755 qpid/java/genpom delete mode 100644 qpid/java/ivy.nexus.xml delete mode 100644 qpid/java/ivy.retrieve.xml delete mode 100644 qpid/java/ivysettings.nexus.xml delete mode 100644 qpid/java/ivysettings.retrieve.xml delete mode 100644 qpid/java/jca/build.xml delete mode 100644 qpid/java/management/common/build.xml delete mode 100644 qpid/java/management/example/build.xml delete mode 100644 qpid/java/maven-settings.xml delete mode 100644 qpid/java/module.xml delete mode 100644 qpid/java/perftests/build.xml delete mode 100644 qpid/java/perftests/visualisation-jfc/build.xml delete mode 100644 qpid/java/qpid-perftests-systests/build.xml delete mode 100644 qpid/java/qpid-test-utils/build.xml delete mode 100644 qpid/java/systests/build.xml delete mode 100644 qpid/java/tools/build.xml diff --git a/qpid/java/amqp-1-0-client-jms/build.xml b/qpid/java/amqp-1-0-client-jms/build.xml deleted file mode 100644 index d501be1d8d..0000000000 --- a/qpid/java/amqp-1-0-client-jms/build.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/amqp-1-0-client-jms/example/build.xml b/qpid/java/amqp-1-0-client-jms/example/build.xml deleted file mode 100644 index cb9ab0994c..0000000000 --- a/qpid/java/amqp-1-0-client-jms/example/build.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - diff --git a/qpid/java/amqp-1-0-client-websocket/build.xml b/qpid/java/amqp-1-0-client-websocket/build.xml deleted file mode 100644 index 2d538aab66..0000000000 --- a/qpid/java/amqp-1-0-client-websocket/build.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/amqp-1-0-client/build.xml b/qpid/java/amqp-1-0-client/build.xml deleted file mode 100644 index cd7654ed15..0000000000 --- a/qpid/java/amqp-1-0-client/build.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - diff --git a/qpid/java/amqp-1-0-client/example/build.xml b/qpid/java/amqp-1-0-client/example/build.xml deleted file mode 100644 index 89bba729dd..0000000000 --- a/qpid/java/amqp-1-0-client/example/build.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - diff --git a/qpid/java/amqp-1-0-common/build.xml b/qpid/java/amqp-1-0-common/build.xml deleted file mode 100644 index 370769824f..0000000000 --- a/qpid/java/amqp-1-0-common/build.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - diff --git a/qpid/java/bdbstore/build.xml b/qpid/java/bdbstore/build.xml deleted file mode 100644 index d07a6eae2f..0000000000 --- a/qpid/java/bdbstore/build.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - The BDB JE library is required to use this optional module. - -The jar file may be downloaded by either: - - Seperately running the following command from the qpid/java/bdbstore dir: ant download-bdb - - OR - - Adding -Ddownload-bdb=true to your regular build command. - The BDB JE library was not found - - - - - - - - - - *NOTE* The BDB JE library required by this optional module is licensed under the Sleepycat Licence, which is not compatible with the Apache Licence v2.0. - -For a copy of the Sleepycat Licence, please see: -http://www.oracle.com/technetwork/database/berkeleydb/downloads/jeoslicense-086837.html - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/bdbstore/jmx/build.xml b/qpid/java/bdbstore/jmx/build.xml deleted file mode 100644 index 544cdef2fc..0000000000 --- a/qpid/java/bdbstore/jmx/build.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/bdbstore/systests/build.xml b/qpid/java/bdbstore/systests/build.xml deleted file mode 100644 index ca809ad0cb..0000000000 --- a/qpid/java/bdbstore/systests/build.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - diff --git a/qpid/java/broker-codegen/build.xml b/qpid/java/broker-codegen/build.xml deleted file mode 100644 index e7b10848de..0000000000 --- a/qpid/java/broker-codegen/build.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - diff --git a/qpid/java/broker-core/build.xml b/qpid/java/broker-core/build.xml deleted file mode 100644 index 1fb18a750a..0000000000 --- a/qpid/java/broker-core/build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/access-control/build.xml b/qpid/java/broker-plugins/access-control/build.xml deleted file mode 100644 index abb205f439..0000000000 --- a/qpid/java/broker-plugins/access-control/build.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/amqp-0-10-protocol/build.xml b/qpid/java/broker-plugins/amqp-0-10-protocol/build.xml deleted file mode 100644 index d60861f847..0000000000 --- a/qpid/java/broker-plugins/amqp-0-10-protocol/build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/amqp-0-8-protocol/build.xml b/qpid/java/broker-plugins/amqp-0-8-protocol/build.xml deleted file mode 100644 index 67c0b7ab4f..0000000000 --- a/qpid/java/broker-plugins/amqp-0-8-protocol/build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/amqp-1-0-protocol/build.xml b/qpid/java/broker-plugins/amqp-1-0-protocol/build.xml deleted file mode 100644 index 2315ba557d..0000000000 --- a/qpid/java/broker-plugins/amqp-1-0-protocol/build.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/build.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/build.xml deleted file mode 100644 index 0e4a9f1120..0000000000 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/build.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/build.xml deleted file mode 100644 index d7f5898c4c..0000000000 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/build.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/build.xml deleted file mode 100644 index d14c9b0680..0000000000 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/derby-store/build.xml b/qpid/java/broker-plugins/derby-store/build.xml deleted file mode 100644 index fb71bc46a4..0000000000 --- a/qpid/java/broker-plugins/derby-store/build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/jdbc-provider-bone/build.xml b/qpid/java/broker-plugins/jdbc-provider-bone/build.xml deleted file mode 100644 index 5cc1edcef1..0000000000 --- a/qpid/java/broker-plugins/jdbc-provider-bone/build.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/jdbc-store/build.xml b/qpid/java/broker-plugins/jdbc-store/build.xml deleted file mode 100644 index aa0f8aca94..0000000000 --- a/qpid/java/broker-plugins/jdbc-store/build.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/management-amqp/build.xml b/qpid/java/broker-plugins/management-amqp/build.xml deleted file mode 100644 index 5ed0fa87f3..0000000000 --- a/qpid/java/broker-plugins/management-amqp/build.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/management-http/build.xml b/qpid/java/broker-plugins/management-http/build.xml deleted file mode 100644 index e4ad1d9e4b..0000000000 --- a/qpid/java/broker-plugins/management-http/build.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - Manifest-Version: 1.0 -Class-Path: dojo-${dojo-version}.zip - - - - - - dojo-version=${dojo-version} -dojo-path=/dojo-${dojo-version}/dojo -dijit-path=/dojo-${dojo-version}/dijit -dojox-path=/dojo-${dojo-version}/dojox - - - - - diff --git a/qpid/java/broker-plugins/management-jmx/build.xml b/qpid/java/broker-plugins/management-jmx/build.xml deleted file mode 100644 index ae7e410474..0000000000 --- a/qpid/java/broker-plugins/management-jmx/build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/memory-store/build.xml b/qpid/java/broker-plugins/memory-store/build.xml deleted file mode 100644 index 5bbc79f9c6..0000000000 --- a/qpid/java/broker-plugins/memory-store/build.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/qpid/java/broker-plugins/websocket/build.xml b/qpid/java/broker-plugins/websocket/build.xml deleted file mode 100644 index 05fb0f3286..0000000000 --- a/qpid/java/broker-plugins/websocket/build.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/qpid/java/broker/build.xml b/qpid/java/broker/build.xml deleted file mode 100644 index 91a020b41d..0000000000 --- a/qpid/java/broker/build.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/build.deps b/qpid/java/build.deps deleted file mode 100644 index 3ccbf427e7..0000000000 --- a/qpid/java/build.deps +++ /dev/null @@ -1,144 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -commons-beanutils-core=lib/required/commons-beanutils-core-1.8.3.jar -commons-cli=lib/required/commons-cli-1.2.jar -commons-codec=lib/required/commons-codec-1.6.jar -commons-collections=lib/required/commons-collections-3.2.1.jar -commons-lang=lib/required/commons-lang-2.6.jar -commons-logging=lib/required/commons-logging-1.1.1.jar - -bcel=lib/required/bcel-5.2.jar - -derby-db=lib/required/derby-10.8.2.2.jar - -geronimo-jms=lib/required/geronimo-jms_1.1_spec-1.1.1.jar -geronimo-j2ee=lib/required/geronimo-j2ee-connector_1.5_spec-2.0.0.jar -geronimo-jta=lib/required/geronimo-jta_1.1_spec-1.1.1.jar -geronimo-kernel=lib/required/geronimo-kernel-2.2.1.jar -geronimo-openejb=lib/required/geronimo-ejb_3.0_spec-1.0.1.jar -geronimo-servlet=lib/required/geronimo-servlet_3.0_spec-1.0.jar - -junit=lib/required/junit-4.11.jar -mockito-all=lib/required/mockito-all-1.9.0.jar - -gson-all=lib/required/gson-2.0.jar - -log4j=lib/required/log4j-1.2.16.jar - -slf4j-api=lib/required/slf4j-api-1.6.4.jar -slf4j-log4j=lib/required/slf4j-log4j12-1.6.4.jar - -jetty=lib/required/jetty-server-8.1.14.v20131031.jar -jetty-continuation=lib/required/jetty-continuation-8.1.14.v20131031.jar -jetty-security=lib/required/jetty-security-8.1.14.v20131031.jar -jetty-util=lib/required/jetty-util-8.1.14.v20131031.jar -jetty-io=lib/required/jetty-io-8.1.14.v20131031.jar -jetty-http=lib/required/jetty-http-8.1.14.v20131031.jar -jetty-servlet=lib/required/jetty-servlet-8.1.14.v20131031.jar -jetty-websocket=lib/required/jetty-websocket-8.1.14.v20131031.jar -servlet-api=${geronimo-servlet} - -cryptojs=lib/required/cryptojs-3.1.2.jar - -dojo-version=1.9.1 -dojo=lib/required/dojo-${dojo-version}.zip - -jackson-core=lib/required/jackson-core-asl-1.9.0.jar -jackson-mapper=lib/required/jackson-mapper-asl-1.9.0.jar - -commons.libs = ${commons-codec} ${commons-lang} - -common.libs=${slf4j-api} -client.libs=${geronimo-jms} -amqp-1-0-common.libs= -amqp-1-0-client.libs= -amqp-1-0-client-example.libs=${commons-cli} -amqp-1-0-client-jms.libs=${geronimo-jms} -amqp-1-0-client-websocket.libs = ${jetty} ${jetty-continuation} ${jetty-security} ${jetty-http} ${jetty-io} ${jetty-servlet} ${jetty-util} ${servlet-api} ${jetty-websocket} -tools.libs=${commons.libs} ${log4j} -broker-core.libs=${commons-cli} ${commons-logging} ${log4j} ${slf4j-log4j} \ - ${derby-db} ${commons.libs} \ - ${jackson-core} ${jackson-mapper} ${jetty} ${jetty-continuation} ${jetty-security} ${jetty-http} ${jetty-io} ${jetty-servlet} ${jetty-util} ${servlet-api} ${jetty-websocket} ${bcel} - -#Borrow the broker-core libs, hack for release binary generation -broker.libs=${broker-core.libs} - -broker-plugins-management-http.libs=${dojo} ${cryptojs} -broker-plugins.libs=${log4j} ${commons.libs} - -test.libs=${slf4j-log4j} ${log4j} ${junit} ${slf4j-api} ${mockito-all} - -perftests.libs=${geronimo-jms} ${slf4j-api} ${log4j} ${slf4j-log4j} ${commons-logging} ${commons-beanutils-core} ${commons-lang} ${commons-collections} ${gson-all} ${derby-db} - -management-common.libs= - -common.test.libs=${test.libs} -broker.test.libs=${test.libs} -broker-core.test.libs=${test.libs} -client.test.libs=${test.libs} -client-example.test.libs=${test.libs} -tools.test.libs= -systests.libs=${test.libs} -perftests.test.libs=${test.libs} -qpid-test-utils.libs = ${test.libs} ${geronimo-jms} - -broker-plugins-access-control.test.libs=${test.libs} -broker-plugins-management-amqp.test.libs=${test.libs} -broker-plugins-management-http.test.libs=${test.libs} -broker-plugins-management-jmx.test.libs=${commons-beanutils-core} ${test.libs} -broker-plugins-jdbc-store.test.libs=${test.libs} -broker-plugins-derby-store.test.libs=${test.libs} -broker-plugins-memory-store.test.libs=${test.libs} -broker-plugins-amqp-0-8-protocol.test.libs=${test.libs} -broker-plugins-amqp-0-10-protocol.test.libs=${test.libs} -broker-plugins-amqp-1-0-protocol.test.libs=${test.libs} - -management-common.test.libs=${test.libs} - -# JCA Resource adapter -jca.libs=${geronimo-j2ee} ${geronimo-jta} ${geronimo-jms} ${geronimo-openejb} ${geronimo-servlet} ${geronimo-kernel} -jca.test.libs=${test.libs} - -# optional bdbstore module deps -bdb-je=lib/bdbstore/je-5.0.97.jar -bdbstore.libs=${bdb-je} -bdbstore.test.libs=${test.libs} - -bdbstore-jmx.libs=${bdb-je} -bdbstore-jmx.test.libs=${test.libs} - -# optional perftests-visualisation-jfc module deps -jfreechart.jar=lib/jfree/jfreechart-1.0.13.jar -jcommon.jar=lib/jfree/jcommon-1.0.16.jar -csvjdbc.jar=lib/csvjdbc/csvjdbc-1.0.8.jar -perftests-visualisation-jfc.libs=${jfreechart.jar} ${jcommon.jar} ${csvjdbc.jar} ${derby-db} -perftests-visualisation-jfc.test.libs=${test.libs} - -# optional libs for the boneCP jdbc connection pool -bonecp=lib/bonecp/bonecp-0.7.1.RELEASE.jar -guava=lib/bonecp/guava-14.0.1.jar -broker-plugins-jdbc-provider-bone.libs=${bonecp} ${guava} - -# Libraries used only within the build -bnd=lib/required/bnd-0.0.384.jar -jython=lib/required/jython-standalone-2.5.2.jar -maven-ant-tasks=lib/required/maven-ant-tasks-2.1.1.jar -velocity.jar=lib/required/velocity-1.4.jar -velocity-dep.jar=lib/required/velocity-dep-1.4.jar diff --git a/qpid/java/build.xml b/qpid/java/build.xml deleted file mode 100644 index 5cd0332ba7..0000000000 --- a/qpid/java/build.xml +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ----------------------- NOTE --------------------------- - The Java components are transitioning to using a Maven based - build process, this build process will be removed in the 0.30 - release. A preview of the new Maven build is available - alongside this one. - --------------------------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ----------------------- NOTE --------------------------- - The Java components are transitioning to using a Maven based - build process, this build process will be removed in the 0.30 - release. A preview of the new Maven build is available - alongside this one. - --------------------------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/client/build.xml b/qpid/java/client/build.xml deleted file mode 100644 index 0375b83c65..0000000000 --- a/qpid/java/client/build.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/client/example/build.xml b/qpid/java/client/example/build.xml deleted file mode 100644 index 8b0d59bd8a..0000000000 --- a/qpid/java/client/example/build.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - diff --git a/qpid/java/common.xml b/qpid/java/common.xml deleted file mode 100644 index bdb1b6097f..0000000000 --- a/qpid/java/common.xml +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ant build - - This target compiles all sources, creates java archives, and - copies scripts and configurations into the build directory: - - ${build} - - The build directory is treated as a live distro which this target - will incrementally update. Developers can put the build/bin - directory into their path in order to run any scripts or code - directly out of the live build: - - ${build.bin} - - ant test [ -Dtest=<pattern> ] [-Dprofile=<profile>] [ report ] - - Execute unit tests and place the output in the build results - directory: - - ${build.results} - - All test output will be redirected to a file of the form: - - TEST-<class>.txt - - The same output is available using an xml file format: - - TEST-<class>.xml - - The test system property may be used to restrict the number of - tests run by a given invocation of the ant test target. The - following command will run just the MongooseTest test case: - - ant test -Dtest=MongooseTest - - In addition, patterns may be used to specify more than one test. - The following command will run both the MongooseTest and GooseTest - test cases: - - ant test -Dtest=*ooseTest - - If no test property is specified, the "ant test" target will - default to running all available tests for the project or module - depending on the current working directory. - - Test Reports - - It can be useful to append the report target in order to - generate an html summary of the tests that were just run. The - following command will run both the MongooseTest and GooseTest - test cases and generate an html summary of the results: - - ant test -Dtest=*ooseTest report - - See the documentation for the "ant report" target for more details - on the generated report. - - Test Profiles - - There are a number of profiles defined for running the test suite. - These test profiles define how the test should be run. If the test - profile is not specified then 'default.testprofile' is utilised. - This runs the system tests against the Java InVM broker. Additional - test profiles exists as follows: - - cpp : Runs against the built cpp tree broker. - - ant report - - The report target will generate an html summary of the current - test results into the report directory: - - ${build.report} - - The report target will operate on all results currently in the - build results directory. Results are not cleared unless the clean - target is used. This means that several consecutive test runs can - be summarized into a single report. The following commands will - produce a report summarizing both the MongooseTest and GooseTest - test cases: - - ant test -Dtest=MongooseTest - ... - ant test -Dtest=GooseTest - ... - ant report - - ant release - - The release target generates binary distribution archives and - places them into the release directory: - - ${release} - - ant release-bin - - The release-bin target generates binary distribution archives for - modules that have a specific binary package configured. - To enable for other modules create a target "release-bin" that - depends on target "release-bin-tasks". The output is placed in: - - ${module.release} - - ant clean - - The clean target removes build artifacts. When invoked from the - project root this target will remove the entire project build and - release directories: - - ${build} - and - ${release} - and - ${module.release} - - When invoked from a specific module, the clean target will delete - that modules build root from underneath the project build root: - - ${build}/<module> - - ant clean-results - - The clean-results target removes all test output from the test - results directory: - - ${build.results} - - ant eclipse - - Generates project and classpath files for the Eclispe IDE. Requires that - the Ant Eclipse task (http://ant-eclipse.sourceforge.net/) has been installed - in $ANT_HOME/lib. - - The following system properties will be passed to the task. These can be usefully - overridden from the command line. - - eclipse.updatealways - forces Eclipse files to be regenerated even if they are newer then the build.xml (default ${eclipse.updatealways}). - eclipse.container - controls the Eclipse container (default ${eclipse.container}). - eclipse.compilercompliance" - controls the Eclipse compiler compliance (default ${eclipse.compilercompliance}). - - - - - diff --git a/qpid/java/common/build.xml b/qpid/java/common/build.xml deleted file mode 100644 index c2f777b18b..0000000000 --- a/qpid/java/common/build.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Generating JMS selector sources - - - - - - - - - - - - - - diff --git a/qpid/java/genpom b/qpid/java/genpom deleted file mode 100755 index 243985dd7b..0000000000 --- a/qpid/java/genpom +++ /dev/null @@ -1,214 +0,0 @@ -#!/usr/bin/env python -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -import sys, re, os, mllib, optparse - -def die(msg): - print >> sys.stderr, msg - sys.exit(1) - -parser = optparse.OptionParser(usage="usage: %prog [options] JARs ...", - description="Generates a pom.") -parser.add_option("-n", "--name") -parser.add_option("-g", "--group") -parser.add_option("-a", "--artifact") -parser.add_option("-v", "--version") -parser.add_option("-d", "--description", default="") -parser.add_option("-u", "--url", default="") -parser.add_option("-m", "--modules", help="modules dependencies") -parser.add_option("-p", "--prefix", help="prefix of the project's artifacts names") -parser.add_option("-i", "--ignore", action="store_true", help="ignore missing deps") -parser.add_option("-s", "--search-path", action="append", - help="the path to search for deps") -parser.add_option("-S", "--scope", metavar="ARTIFACT=SCOPE", action="append", - default=[], - help="specify scope for an artifact") -parser.add_option("-O", "--optional", action="append", default=[], - help="specify dependencies that are optional") -parser.add_option("-o", "--output") -parser.add_option("-t", "--type", default="jar", help="packaging type") - -opts, jars = parser.parse_args() - -if opts.search_path is None: - path=["%s/.m2" % os.environ["HOME"]] -else: - path = [] - for p in opts.search_path: - path.extend(p.split(os.pathsep)) - -expanded_path = [] -for p in path: - os.path.walk(p, lambda a, d, fs: expanded_path.append(d), None) - -if opts.group is None: - die("the group option is required") - -if opts.version is None: - die("the version option is required") - -if opts.name is None and opts.artifact is None: - die("one of name or artifact must be supplied") - -if opts.prefix is not None: - opts.artifact = opts.prefix + "-" + opts.artifact - -if opts.name is None: - opts.name = opts.artifact - -if opts.artifact is None: - opts.artifact = opts.name - -def lookup(doc, attr): - nd = doc[attr] - if nd is None: - return None - return nd.text() - -def lookupElement(doc, attr): - return doc[attr] - -def search(path, file): - for d in path: - f = os.path.join(d, file) - if os.path.exists(f): - return mllib.xml_parse(f) - -scopes = {} -for s in opts.scope: - m = re.match(r"(.*)=(.*)", s) - if not m: - die("bad scope specifier: %s" % s) - scopes[m.group(1)] = m.group(2) - -deps = [] -module_depends = [] -if opts.modules is not None: - module_depends = opts.modules.replace("/", "-").split(); - -for module in module_depends: - if opts.prefix is None: - artifactId = module - else: - artifactId = opts.prefix + "-" + module - - deps.append(""" - - %s - %s - %s - %s -""" % (opts.group, artifactId, opts.version, - scopes.get(artifactId, "compile"))) - if artifactId in opts.optional: - deps.append(""" true -""") - - deps.append(""" -""") - - -for jar in jars: - base, ext = os.path.splitext(os.path.basename(jar)) - dep = search(expanded_path, "%s.xml" % base) - if dep is None: - if opts.ignore: - continue - else: - die("unable to locate xml for %s" % jar) - dep = dep["dep"] - group = lookup(dep, "groupId") - artifactId = lookup(dep, "artifactId") - version = lookup(dep, "version") - deps.append(""" - - %s - %s - %s - %s""" % (group, artifactId, version, - scopes.get(artifactId, "compile"))) - - deptype = lookup(dep, "deptype") - if deptype is not None: - deps.append(""" - %s""" % deptype) - - exclusions = lookupElement(dep, "exclusions") - if exclusions is not None: - deps.append(""" - """) - for exclusion in list(exclusions.query["exclusion"]): - group = lookup(exclusion, "groupId") - artifactId = lookup(exclusion, "artifactId") - deps.append(""" - - %s - %s - """ % (group, artifactId)) - deps.append(""" - """) - - deps.append(""" - -""") - -TEMPLATE = """ - - 4.0.0 - %(type)s - %(group)s - %(artifact)s - %(version)s - - %(name)s - %(url)s - %(description)s - - - The Apache Software Foundation - http://www.apache.org - - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.html - - - - - %(dependencies)s - - - -""" - -vars = {} -vars.update(opts.__dict__) -vars["dependencies"] = "".join(deps) - -if opts.output is None: - out = sys.stdout -else: - out = open(opts.output, "w") -out.write(TEMPLATE % vars) -out.close() diff --git a/qpid/java/ivy.nexus.xml b/qpid/java/ivy.nexus.xml deleted file mode 100644 index 8683062288..0000000000 --- a/qpid/java/ivy.nexus.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/ivy.retrieve.xml b/qpid/java/ivy.retrieve.xml deleted file mode 100644 index 6aba6b0180..0000000000 --- a/qpid/java/ivy.retrieve.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/ivysettings.nexus.xml b/qpid/java/ivysettings.nexus.xml deleted file mode 100644 index 03f84f9f7c..0000000000 --- a/qpid/java/ivysettings.nexus.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - diff --git a/qpid/java/ivysettings.retrieve.xml b/qpid/java/ivysettings.retrieve.xml deleted file mode 100644 index cc50121821..0000000000 --- a/qpid/java/ivysettings.retrieve.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/jca/build.xml b/qpid/java/jca/build.xml deleted file mode 100644 index 83cc781ba9..0000000000 --- a/qpid/java/jca/build.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/management/common/build.xml b/qpid/java/management/common/build.xml deleted file mode 100644 index 2315027b14..0000000000 --- a/qpid/java/management/common/build.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - diff --git a/qpid/java/management/example/build.xml b/qpid/java/management/example/build.xml deleted file mode 100644 index e195d4bd47..0000000000 --- a/qpid/java/management/example/build.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - diff --git a/qpid/java/maven-settings.xml b/qpid/java/maven-settings.xml deleted file mode 100644 index 0f2e3e6156..0000000000 --- a/qpid/java/maven-settings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/qpid/java/module.xml b/qpid/java/module.xml deleted file mode 100644 index 94063765b7..0000000000 --- a/qpid/java/module.xml +++ /dev/null @@ -1,897 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Licensed to the Apache Software Foundation]]> - - - - - - - - - - - - - - - - - Licensed to the Apache Software Foundation]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/perftests/build.xml b/qpid/java/perftests/build.xml deleted file mode 100644 index 449dd7e89b..0000000000 --- a/qpid/java/perftests/build.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/perftests/visualisation-jfc/build.xml b/qpid/java/perftests/visualisation-jfc/build.xml deleted file mode 100644 index 04deb39d36..0000000000 --- a/qpid/java/perftests/visualisation-jfc/build.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The JFreeChart library is required to use this optional module. - -The jar file may be downloaded by either: - - Seperately running the following command from the qpid/java/perftests/visualisation-jfc dir: ant download-jfree - - OR - - Adding -Ddownload-jfree=true to your regular build command. - The JFreechart JARs were not found - - - - - - - - - - *NOTE* The JFreeChart and JFreeCommon libraries required by this optional module are licensed under the LGPL Licence, which is not compatible with the Apache Licence v2.0. - -For a copy of the LGPL Licence, please see: -http://www.gnu.org/licenses/lgpl.html - - - - - - - - - - - - - - - - - The CSVJDBC library is required to use this optional module. - -The jar file may be downloaded by either: - - Seperately running the following command from the qpid/java/perftests/visualisation-jfc dir: ant download-csvjdbc - - OR - - Adding -Ddownload-csvjdbc=true to your regular build command. - The CSVJDBC JAR was not found - - - - - *NOTE* The CSVJDBC library required by this optional module is licensed under the LGPL Licence, which is not compatible with the Apache Licence v2.0. - -For a copy of the LGPL Licence, please see: -http://www.gnu.org/licenses/lgpl.html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/qpid-perftests-systests/build.xml b/qpid/java/qpid-perftests-systests/build.xml deleted file mode 100644 index 07d2263e43..0000000000 --- a/qpid/java/qpid-perftests-systests/build.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/qpid-test-utils/build.xml b/qpid/java/qpid-test-utils/build.xml deleted file mode 100644 index 4423c365f8..0000000000 --- a/qpid/java/qpid-test-utils/build.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml deleted file mode 100644 index 78bfeaec46..0000000000 --- a/qpid/java/systests/build.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/java/tools/build.xml b/qpid/java/tools/build.xml deleted file mode 100644 index 99b0375e95..0000000000 --- a/qpid/java/tools/build.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - -- cgit v1.2.1