From e850718edb58c29b301a617189c228a772dbff73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Thu, 19 Jun 2008 13:21:54 +0000 Subject: [PATCH] Fixed problem with compiling widgetsets with build.xml file. Ant properties can not be overwritten, it seems. svn changeset:4925/svn branch:trunk --- build/build.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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} -- 2.39.5