From 46309c47b6700127c7aebb68d7fd893b1f0f8429 Mon Sep 17 00:00:00 2001 From: Mikael Vappula Date: Thu, 1 Dec 2011 16:48:19 +0200 Subject: Ivy configuration and TestBench test build script updates. Included first version of Ant based replacement of old vaadin-server.py demo server launch script. --- tests/vaadin-server.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 tests/vaadin-server.xml (limited to 'tests/vaadin-server.xml') diff --git a/tests/vaadin-server.xml b/tests/vaadin-server.xml new file mode 100644 index 0000000000..6445106d35 --- /dev/null +++ b/tests/vaadin-server.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + Package name: ${package.name} + Package filename: ${package.filename} + Testing area: ${testing.testarea} + test-output-dir: ${test-output-dir} + + + + Extracting Vaadin package ${package.filename} to testing area ${testing.testarea} + + + + + + + + + + + + + + + + + + + + Waiting for Servlet Container to start up. + + + + + + + -- cgit v1.2.3