From 9600cd39c4651877c29bd2e15a3927096ebf0900 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Mon, 26 Oct 2009 18:45:07 +0000 Subject: [PATCH] Fixed widgetset build output directory. Also had to reorder build process a bit to avoid multiple compilation of default widgetset. Added some hopefully clarifying comments about the compilation process. svn changeset:9382/svn branch:6.2 --- build/build.xml | 190 ++++++++++++++++++++++++++++-------------------- 1 file changed, 110 insertions(+), 80 deletions(-) diff --git a/build/build.xml b/build/build.xml index f62656f049..4af539aeff 100644 --- a/build/build.xml +++ b/build/build.xml @@ -130,31 +130,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -187,13 +162,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -213,7 +212,7 @@ Base Version: ${version} Full Version: ${version.full} - Toolkit package is: ${toolkit-package} + Vaadin package is: ${toolkit-package} @@ -232,6 +231,12 @@ + + + + + + @@ -649,9 +654,18 @@ - + + + + + + + + @@ -813,6 +827,20 @@ TEST TARGET CALLED + + + + + + + + + + + + + + Removing widgetset temp files @@ -838,11 +866,10 @@ - Compiling src (client-side) - com.vaadin.terminal.gwt.DefaultWidgetSet + Widget set output directory: ${widgetsets-output-dir} - + @@ -860,11 +887,9 @@ - Compiling src (client-side) - com.vaadin.portal.gwt.PortalDefaultWidgetSet - + @@ -888,10 +913,9 @@ - com.vaadin.demo.reservation.gwt.ReservationWidgetSet - + @@ -914,10 +938,9 @@ - com.vaadin.demo.sampler.gwt.SamplerWidgetSet - + @@ -937,10 +960,9 @@ - com.vaadin.demo.coverflow.gwt.CoverflowWidgetSet - + @@ -960,10 +982,9 @@ - com.vaadin.demo.colorpicker.gwt.ColorPickerWidgetSet - + @@ -983,44 +1004,46 @@ + Compiling widget sets sequentially. - - - - - - + + + + + + + Compiling widget sets in parallel. - - - - - - + + + + + + - - - + + + + + + - + - - - - + @@ -1029,31 +1052,38 @@ We are on ${platform} platform, using ${gwt-dir}/${platform}/${lib-gwt-dev}. - GWT dir: ${gwt-dir} - Output dir: ${output-dir} + GWT dir: ${gwt-dir} + Widget sets output dir: ${widgetsets-output-dir} - - + - - - - - - - - - - + + + + + + + + + + + + + + + + + Creating libs (server-side) ${lib-jar-name} ${version.full} ${gwt-version} - + @@ -1093,9 +1123,9 @@ - + - Building demo + Building demos Adding demo class files. @@ -1105,7 +1135,7 @@ - Adding source for demo + Adding source for demos -- 2.39.5