From ea698e61570219c56ada87aad248e53719c7585f Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Fri, 27 Jun 2008 14:24:51 +0000 Subject: QPID-1157: Added CC scripts and config files git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672280 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.testprofile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 qpid/cc/config/java/cpp.testprofile (limited to 'qpid/cc/config/java/cpp.testprofile') diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile new file mode 100644 index 0000000000..63b36638ad --- /dev/null +++ b/qpid/cc/config/java/cpp.testprofile @@ -0,0 +1,19 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir +broker.clean=${project.root}/clean-dir ${build.data} +java.naming.provider.url=${project.root}/test-provider.properties +test.excludes=true +test.excludesfile=${project.root}/010AsyncExcludeList +broker.ready=Listening on TCP port +log=info +amqj.logging.level=$log +root.logging.level=$log +log4j.configuration=file://${project.root}/log4j-test.xml +test.fork=no +test.mem=512M +test=*Test +test1=*Tests +haltonfailure=no +haltonerror=no +max_prefetch=1000 +exclude.modules=systests \ No newline at end of file -- cgit v1.2.1 From 4bec5de15d2d41861e67d7cc0c336e2e78dd321b Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Tue, 1 Jul 2008 12:45:33 +0000 Subject: QPID-1157: Updated scripts git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@673071 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.testprofile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'qpid/cc/config/java/cpp.testprofile') diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile index 63b36638ad..15db7f93bc 100644 --- a/qpid/cc/config/java/cpp.testprofile +++ b/qpid/cc/config/java/cpp.testprofile @@ -1,10 +1,11 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir broker.clean=${project.root}/clean-dir ${build.data} +broker.ready=Listening on TCP port java.naming.provider.url=${project.root}/test-provider.properties +max_prefetch=1000 test.excludes=true -test.excludesfile=${project.root}/010AsyncExcludeList -broker.ready=Listening on TCP port +test.excludesfile=${project.root}/cppExcludeList log=info amqj.logging.level=$log root.logging.level=$log @@ -12,8 +13,6 @@ log4j.configuration=file://${project.root}/log4j-test.xml test.fork=no test.mem=512M test=*Test -test1=*Tests haltonfailure=no haltonerror=no -max_prefetch=1000 -exclude.modules=systests \ No newline at end of file +exclude.modules=systests -- cgit v1.2.1 From 62de9b7b453654cd78d65904aa15c207ed7f384a Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Wed, 23 Jul 2008 15:02:22 +0000 Subject: qpid-1157: added jms tck scripts + README file + config file for setting email related properties git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@679105 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.testprofile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'qpid/cc/config/java/cpp.testprofile') diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile index 15db7f93bc..7dcf75bac9 100644 --- a/qpid/cc/config/java/cpp.testprofile +++ b/qpid/cc/config/java/cpp.testprofile @@ -1,18 +1,3 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir -broker.clean=${project.root}/clean-dir ${build.data} -broker.ready=Listening on TCP port -java.naming.provider.url=${project.root}/test-provider.properties -max_prefetch=1000 -test.excludes=true -test.excludesfile=${project.root}/cppExcludeList -log=info -amqj.logging.level=$log -root.logging.level=$log -log4j.configuration=file://${project.root}/log4j-test.xml -test.fork=no -test.mem=512M -test=*Test -haltonfailure=no -haltonerror=no -exclude.modules=systests +test.excludesfile=${project.root}/010ExcludeList-store -- cgit v1.2.1 From e0e0eda8308719a3da0a6f886395641b542eac54 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 31 Oct 2010 23:40:12 +0000 Subject: add ASF licence to Java .testprofile and exclude files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029522 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.testprofile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'qpid/cc/config/java/cpp.testprofile') diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile index 7dcf75bac9..28361c6b40 100644 --- a/qpid/cc/config/java/cpp.testprofile +++ b/qpid/cc/config/java/cpp.testprofile @@ -1,3 +1,21 @@ +# +# 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. +# broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir test.excludesfile=${project.root}/010ExcludeList-store -- cgit v1.2.1