From 2d99914f57c94846f713baaad8095c1b7b61288a Mon Sep 17 00:00:00 2001 From: Andreas Schmid Date: Fri, 25 Apr 2014 21:40:18 +0200 Subject: [PATCH] added build.xml for testing junit-dataprovider using ant junit task --- build.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 build.xml diff --git a/build.xml b/build.xml new file mode 100644 index 00000000..39737193 --- /dev/null +++ b/build.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Run './gradlew build' first due to missing Gradle libraries in ${libs.dir}! + + + + + Run './gradlew build' first due to missing class files in ${build.classes.dir}. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +