From a4c7758c71707b67881f7bc819af159acbe99577 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Thu, 8 May 2008 12:24:43 +0000 Subject: QPID-1037: Added module name prop and an exclude.modules prop + switch systests off in cpp profiles. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654505 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker-plugins/build.xml | 2 +- java/broker/build.xml | 2 +- java/client/build.xml | 2 +- java/cpp.async.testprofile | 1 + java/cpp.sync.testprofile | 3 ++- java/cpp.testprofile | 1 + java/default.testprofile | 1 + java/junit-toolkit/build.xml | 2 +- java/module.xml | 7 ++++++- java/perftests/build.xml | 2 +- java/systests/build.xml | 1 + 11 files changed, 17 insertions(+), 7 deletions(-) (limited to 'java') diff --git a/java/broker-plugins/build.xml b/java/broker-plugins/build.xml index 9787eeebc3..9e02e341b3 100644 --- a/java/broker-plugins/build.xml +++ b/java/broker-plugins/build.xml @@ -19,7 +19,7 @@ nn - or more contributor license agreements. See the NOTICE file - --> - + diff --git a/java/broker/build.xml b/java/broker/build.xml index 295c38a3a3..e4a7d622f7 100644 --- a/java/broker/build.xml +++ b/java/broker/build.xml @@ -19,7 +19,7 @@ - --> - + diff --git a/java/client/build.xml b/java/client/build.xml index aeadfa2f0f..2e7e0e2efb 100644 --- a/java/client/build.xml +++ b/java/client/build.xml @@ -19,7 +19,7 @@ - --> - + diff --git a/java/cpp.async.testprofile b/java/cpp.async.testprofile index 52f1db6d41..e7ab8f879e 100644 --- a/java/cpp.async.testprofile +++ b/java/cpp.async.testprofile @@ -15,3 +15,4 @@ test=*Test test1=*Tests haltonfailure=no haltonerror=no +exclude.modules=systests \ No newline at end of file diff --git a/java/cpp.sync.testprofile b/java/cpp.sync.testprofile index 75eff23622..f99a81954d 100644 --- a/java/cpp.sync.testprofile +++ b/java/cpp.sync.testprofile @@ -14,4 +14,5 @@ test.mem=512M test=*Test test1=*Tests haltonfailure=no -haltonerror=no \ No newline at end of file +haltonerror=no +exclude.modules=systests \ No newline at end of file diff --git a/java/cpp.testprofile b/java/cpp.testprofile index 1613746888..8af64d59e3 100644 --- a/java/cpp.testprofile +++ b/java/cpp.testprofile @@ -15,3 +15,4 @@ test=*Test test1=*Tests haltonfailure=no haltonerror=no +exclude.modules=systests \ No newline at end of file diff --git a/java/default.testprofile b/java/default.testprofile index 9b848e20fd..4d3f961660 100644 --- a/java/default.testprofile +++ b/java/default.testprofile @@ -15,3 +15,4 @@ test=*Test test1=*Tests haltonfailure=no haltonerror=no +exclude.modules=none \ No newline at end of file diff --git a/java/junit-toolkit/build.xml b/java/junit-toolkit/build.xml index 3f24b81568..b5fc2604e5 100644 --- a/java/junit-toolkit/build.xml +++ b/java/junit-toolkit/build.xml @@ -19,7 +19,7 @@ - --> - + diff --git a/java/module.xml b/java/module.xml index de6007b6d2..2b5a798d58 100644 --- a/java/module.xml +++ b/java/module.xml @@ -185,10 +185,15 @@ + + + + + + unless="${dontruntest}" description="execute unit tests"> - + diff --git a/java/systests/build.xml b/java/systests/build.xml index 4eb7275e73..76b08f239f 100644 --- a/java/systests/build.xml +++ b/java/systests/build.xml @@ -20,6 +20,7 @@ nn - or more contributor license agreements. See the NOTICE file --> +