From e6d506494c8ead64e72db63d951be9a79f6bb482 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 26 Feb 2013 11:07:42 +0200 Subject: Renamed "tests" target to "test" and added "test-all" (#9998) The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project. The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup. Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4 --- all/build.xml | 2 +- build.xml | 7 +++++-- buildhelpers/build.xml | 4 ++-- buildhelpers/ivy.xml | 2 +- client-compiled/build.xml | 4 ++-- client-compiler/build.xml | 4 ++-- client/build.xml | 6 +++--- client/ivy.xml | 8 ++++---- common.xml | 38 +++++++++++++++++++------------------- server/build.xml | 6 +++--- server/ivy.xml | 30 +++++++++++++++--------------- shared/build.xml | 4 ++-- shared/ivy.xml | 4 ++-- theme-compiler/build.xml | 6 +++--- theme-compiler/ivy.xml | 14 +++++++------- themes/build.xml | 4 ++-- uitest/build.xml | 10 +++++----- 17 files changed, 78 insertions(+), 75 deletions(-) diff --git a/all/build.xml b/all/build.xml index 40d82b3d47..4e1a557e53 100644 --- a/all/build.xml +++ b/all/build.xml @@ -113,7 +113,7 @@ - + diff --git a/build.xml b/build.xml index 306b169bc7..37e4afd03b 100644 --- a/build.xml +++ b/build.xml @@ -40,7 +40,10 @@ - + + + + @@ -50,7 +53,7 @@ - + diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml index b56209f6cc..a101bff191 100644 --- a/buildhelpers/build.xml +++ b/buildhelpers/build.xml @@ -43,8 +43,8 @@ - - + + WHAT? No JUnit tests for ${module.name}! \ No newline at end of file diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index d8e4457296..28c4b005fe 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -18,7 +18,7 @@ - + diff --git a/client-compiled/build.xml b/client-compiled/build.xml index 1a78b17a7f..4554773be9 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -130,8 +130,8 @@ No java files in module - - + + WHAT? No tests for ${module.name}! diff --git a/client-compiler/build.xml b/client-compiler/build.xml index 64368b4957..cd8433f1cf 100644 --- a/client-compiler/build.xml +++ b/client-compiler/build.xml @@ -60,8 +60,8 @@ gwt.svnrev=${git.revision} - - + + WHAT? No tests for ${module.name}! diff --git a/client/build.xml b/client/build.xml index d0dae91dfa..a2262eed7d 100644 --- a/client/build.xml +++ b/client/build.xml @@ -20,7 +20,7 @@ --> - + @@ -69,8 +69,8 @@ - - + + \ No newline at end of file diff --git a/client/ivy.xml b/client/ivy.xml index 4b56338c24..5d079537b9 100644 --- a/client/ivy.xml +++ b/client/ivy.xml @@ -11,7 +11,7 @@ - + @@ -25,15 +25,15 @@ + rev="${vaadin.version}" conf="build,test->build"> + rev="${vaadin.version}" conf="build,test->build"> + conf="test->default" /> diff --git a/common.xml b/common.xml index 6e88bf6113..f575c3606d 100644 --- a/common.xml +++ b/common.xml @@ -293,25 +293,25 @@ - + - - + + - + - + - + @@ -323,26 +323,26 @@ - + - - - + + + - + - - + + - + - - + + @@ -352,9 +352,9 @@ - - - + + + diff --git a/server/build.xml b/server/build.xml index 91526dd1c5..d61f412883 100644 --- a/server/build.xml +++ b/server/build.xml @@ -13,7 +13,7 @@ - + @@ -51,8 +51,8 @@ - - + + diff --git a/server/ivy.xml b/server/ivy.xml index 6911a7054f..d757e3a3cd 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -11,7 +11,7 @@ - + @@ -27,47 +27,47 @@ rev="6.0.2" conf="build-provided,ide -> default" /> + rev="2.4" conf="build-provided,ide,test -> default" /> + rev="2.0" conf="build-provided,ide,test -> default" /> + rev="1.2.1" conf="build-provided,ide,test -> default" /> + rev="1.0.0.GA" conf="build-provided,ide,test -> default" /> + rev="${vaadin.version}" conf="build,test->build" /> + rev="${vaadin.version}" conf="build,test->build" /> + conf="build,ide,test -> default" /> + conf="test,ide -> default" /> + conf="test,ide-> default" transitive="true" /> + conf="test,ide -> default" /> + conf="test->default" /> + rev="2.6" conf="test,ide->default" /> + conf="test -> default" /> + rev="4.2.0.Final" conf="test -> default" /> diff --git a/shared/build.xml b/shared/build.xml index 6ea753afa1..8520ee6eba 100644 --- a/shared/build.xml +++ b/shared/build.xml @@ -56,8 +56,8 @@ - - + + WHAT? No tests for ${module.name}! diff --git a/shared/ivy.xml b/shared/ivy.xml index 88020e8d09..3b044e9ab4 100644 --- a/shared/ivy.xml +++ b/shared/ivy.xml @@ -11,7 +11,7 @@ - + @@ -21,7 +21,7 @@ + rev="1.0.2" conf="build,ide,test->default" /> diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index cd441dee70..277929d160 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -15,7 +15,7 @@ - + @@ -51,8 +51,8 @@ - - + + \ No newline at end of file diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index b1a98b7101..f0646c04e6 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -11,7 +11,7 @@ - + @@ -23,17 +23,17 @@ + rev="${vaadin.version}" conf="build,test->build" /> + rev="2.1.1" conf="build,ide,test->default" /> + conf="build,ide,test->default" /> + rev="0.9.5" conf="build,ide,test->default" /> + conf="build,ide,test->default" /> + conf="test -> default" /> No java files in module - - + + WHAT? No tests for ${module.name}! diff --git a/uitest/build.xml b/uitest/build.xml index 53da0ae2e9..453fc26ea5 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -16,7 +16,7 @@ - + @@ -28,12 +28,12 @@ - + - + @@ -140,8 +140,8 @@ Checkstyle is disabled for uitest for now - - + + WHAT? No JUnit tests for ${module.name}! -- cgit v1.2.3