From 23c667c8480e0d7e065767caa8fe2e1733040fe6 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 14 Aug 2012 16:42:00 +0300 Subject: [PATCH] Fixed widgetset compilation (#9299) --- build/build.xml | 197 +++++++++++++----- .../src/com/vaadin/Vaadin.gwt.xml | 0 2 files changed, 148 insertions(+), 49 deletions(-) rename {server => client}/src/com/vaadin/Vaadin.gwt.xml (100%) diff --git a/build/build.xml b/build/build.xml index 9f281e40d0..76e6461e22 100644 --- a/build/build.xml +++ b/build/build.xml @@ -27,9 +27,11 @@ - - - + + + + + @@ -57,31 +59,31 @@ - + + + + + + + + + - - + - + - - - - + - + @@ -89,7 +91,7 @@ - + @@ -117,12 +119,18 @@ - + + + + - + + + + @@ -131,9 +139,21 @@ - - - + + + + + + + + + + + + + + + @@ -323,7 +343,7 @@ description="Build package required files, without packing them."> - + Copying non java/html/css/xml files such as images. - + + + + + + + + + + + + + + @@ -533,28 +584,61 @@ - - Compiling src (server-side) + + Compiling server/src + + + + + + + + + + Compiling client/src - - - + + + + + + + + + + Compiling client-compiler/src + + + + + + + - + + Compiling shared/src + + + + + + + + Compiling src (Server and client side JUnit tests) - - + + Compiling SASS JUnit tests - + @@ -562,9 +646,9 @@ Compiling src (TestBench tests) - + - + @@ -584,7 +668,7 @@ + classpathref="compile.classpath.server" destdir="${result-classes-sass}" debug="true" encoding="UTF-8" /> @@ -628,7 +712,7 @@ - + @@ -721,7 +805,7 @@ - We are using ${lib-gwt-dev}. + We are using ${gwt.dev.jar}. Widget sets output dir: ${widgetsets-output-dir} @@ -782,11 +866,14 @@ - - + + + - + + + @@ -903,7 +990,17 @@ - + + + + + + + + + + + @@ -934,8 +1031,10 @@ - - + + + + ${javadoc.doctitle} ${javadoc.bottom} @@ -1177,9 +1276,9 @@ - + - + @@ -1196,7 +1295,7 @@ - + diff --git a/server/src/com/vaadin/Vaadin.gwt.xml b/client/src/com/vaadin/Vaadin.gwt.xml similarity index 100% rename from server/src/com/vaadin/Vaadin.gwt.xml rename to client/src/com/vaadin/Vaadin.gwt.xml -- 2.39.5