From c98015f41754cf7a15a1491fcf917b18090a6fb6 Mon Sep 17 00:00:00 2001 From: Maxime Sinclair Date: Wed, 23 Feb 2011 17:36:40 +0100 Subject: [PATCH] Unit testing included in the ant build file. The dist directory is the default target of the build artefacts. --- .gitignore | 1 + build.xml | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4c09de1..12c5c19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /user.property /content/WEB-INF/classes /plantuml.war +/dist diff --git a/build.xml b/build.xml index 0043a49..3e8773f 100644 --- a/build.xml +++ b/build.xml @@ -3,21 +3,36 @@ + + + + + + + - + + + + + + - + + + @@ -38,4 +53,18 @@ + + + WARN - Test execution requires an running PlantUMLServer. + + + + + + + + + + +