From d79766f9f5616aea0b66becdd0a75151299f609c Mon Sep 17 00:00:00 2001 From: mdb Date: Tue, 26 Sep 2006 19:07:55 +0000 Subject: [PATCH] Extracted the dependency checking into a shared build file which is also used by the tests build file. Added a call to build the tests to the standard dist call to discourage test rot. Modified build process to copy library dependencies into dist/lib during build so that dist/ contains all build dependencies and build results at the end of the build. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1925 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 158 +++++------------------------------------------ depends-incl.xml | 149 ++++++++++++++++++++++++++++++++++++++++++++ tests/build.xml | 21 ++++++- 3 files changed, 182 insertions(+), 146 deletions(-) create mode 100644 depends-incl.xml diff --git a/build.xml b/build.xml index a04f95fa..2ae3d6ca 100644 --- a/build.xml +++ b/build.xml @@ -18,166 +18,31 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + @@ -238,8 +103,13 @@ + + + + + - + diff --git a/depends-incl.xml b/depends-incl.xml new file mode 100644 index 00000000..bbbb778a --- /dev/null +++ b/depends-incl.xml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/build.xml b/tests/build.xml index 38fa3d16..b31f65dd 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -14,13 +14,17 @@ - - + + + + + + @@ -29,6 +33,9 @@ + + + @@ -41,6 +48,16 @@ + + + + + + + + + +