From: Artur Signell Date: Tue, 14 Aug 2012 13:42:00 +0000 (+0300) Subject: Fixed widgetset compilation (#9299) X-Git-Tag: 7.0.0.beta1~228^2~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=23c667c8480e0d7e065767caa8fe2e1733040fe6;p=vaadin-framework.git Fixed widgetset compilation (#9299) --- 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/client/src/com/vaadin/Vaadin.gwt.xml b/client/src/com/vaadin/Vaadin.gwt.xml new file mode 100644 index 0000000000..07d7c941e6 --- /dev/null +++ b/client/src/com/vaadin/Vaadin.gwt.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/server/src/com/vaadin/Vaadin.gwt.xml b/server/src/com/vaadin/Vaadin.gwt.xml deleted file mode 100644 index 07d7c941e6..0000000000 --- a/server/src/com/vaadin/Vaadin.gwt.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -