From: Marko Grönroos Date: Thu, 19 Jun 2008 13:21:54 +0000 (+0000) Subject: Fixed problem with compiling widgetsets with build.xml file. Ant properties can not... X-Git-Tag: 6.7.0.beta1~4567 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e850718edb58c29b301a617189c228a772dbff73;p=vaadin-framework.git Fixed problem with compiling widgetsets with build.xml file. Ant properties can not be overwritten, it seems. svn changeset:4925/svn branch:trunk --- diff --git a/build/build.xml b/build/build.xml index 09c41d6068..0f1acc5cfd 100644 --- a/build/build.xml +++ b/build/build.xml @@ -701,19 +701,23 @@ - - + - - - + + + - + + + + We are on ${platform} platform, using ${gwt-dir}/${platform}/${lib-gwt-dev}. + GWT dir: ${gwt-dir} + Output dir: ${output-dir}