From 2e11ab6032bff67a69ee1351c11edf4bfb042fa3 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Tue, 16 Dec 2008 16:20:41 +0000 Subject: Fix #2229 build-widgetsets.xml should give error of invalid toolkit path, #2353 Replace build-widgetsets.xml with build-widgetset.xml svn changeset:6235/svn branch:trunk --- build/build.xml | 2 +- build/package/build-widgetset.xml | 89 ++++++++++++++++++++++++++ build/package/build-widgetsets.xml | 125 ------------------------------------- build/package/linux-readme.txt | 4 +- build/package/mac-readme.txt | 4 +- build/package/windows-readme.txt | 4 +- 6 files changed, 96 insertions(+), 132 deletions(-) create mode 100644 build/package/build-widgetset.xml delete mode 100644 build/package/build-widgetsets.xml diff --git a/build/build.xml b/build/build.xml index 13c0941ef5..5107af373a 100644 --- a/build/build.xml +++ b/build/build.xml @@ -394,7 +394,7 @@ - + diff --git a/build/package/build-widgetset.xml b/build/package/build-widgetset.xml new file mode 100644 index 0000000000..e8516b4d30 --- /dev/null +++ b/build/package/build-widgetset.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Configured for ${gwt-platform} platform. + Requirements for classpath: + ${gwt-location}/gwt-dev-${gwt-platform}.jar + ${gwt-location}/gwt-user.jar + ${toolkit-jar-location} + ${client-side-src-location} + Output will be written into ${client-side-destination} + + + + + + + + + + + + + + + + + + + + Compiling com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet. + Modify this example ant-script to compile your own widgetsets. + + + + + + + + + + + diff --git a/build/package/build-widgetsets.xml b/build/package/build-widgetsets.xml deleted file mode 100644 index 1e24a949e3..0000000000 --- a/build/package/build-widgetsets.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - Configured for ${gwt-platform} platform. - Requirements for classpath: - ${gwt-location}/gwt-dev-${gwt-platform}.jar - ${gwt-location}/gwt-user.jar - ${toolkit-jar-location} - ${client-side-src-location} - Output will be written into ${client-side-destination} - Note, if you have created your own widgetset, please modify target compile-my-widgetset first. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet - - - - - - - - - - - - - com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet - - - - - - - - - - - - - - com.itmill.toolkit.terminal.gwt.DefaultWidgetSet - - - - - - - - - - - - - diff --git a/build/package/linux-readme.txt b/build/package/linux-readme.txt index be4db9f1fa..151af52774 100644 --- a/build/package/linux-readme.txt +++ b/build/package/linux-readme.txt @@ -58,8 +58,8 @@ IT Mill Toolkit Hosted Mode.launch IT Mill Toolkit Web Mode.launch - launch configurations for Eclipse workspace -build-widgetsets.xml -- builds GWT widget sets for IT Mill Toolkit applications +WebContent/doc/example-source/build-widgetset.xml +- example on how to build GWT widget sets for IT Mill Toolkit application WebContent/ITMILL - widget sets and themes diff --git a/build/package/mac-readme.txt b/build/package/mac-readme.txt index 3252ab577c..881c076072 100644 --- a/build/package/mac-readme.txt +++ b/build/package/mac-readme.txt @@ -59,8 +59,8 @@ IT Mill Toolkit Hosted Mode.launch IT Mill Toolkit Web Mode.launch - launch configurations for Eclipse workspace -build-widgetsets.xml -- builds GWT widget sets for IT Mill Toolkit applications +WebContent/doc/example-source/build-widgetset.xml +- example on how to build GWT widget sets for IT Mill Toolkit application WebContent/ITMILL - widget sets and themes diff --git a/build/package/windows-readme.txt b/build/package/windows-readme.txt index e5e7d0413b..f7d72eecdc 100644 --- a/build/package/windows-readme.txt +++ b/build/package/windows-readme.txt @@ -58,8 +58,8 @@ IT Mill Toolkit Hosted Mode.launch IT Mill Toolkit Web Mode.launch - launch configurations for Eclipse workspace -build-widgetsets.xml -- builds GWT widget sets for IT Mill Toolkit applications +WebContent/doc/example-source/build-widgetset.xml +- example on how to build GWT widget sets for IT Mill Toolkit application WebContent/ITMILL - widget sets and themes -- cgit v1.2.3