diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-10-06 15:37:07 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-10-06 15:37:07 +0000 |
commit | b85b2c8a49a207df8bb7eb5d9b500334286fc339 (patch) | |
tree | 64e81023dd6ea1a57925bd09f715c45362b42bd8 /build | |
parent | 42b6a9c51ff8a2c89d7d01abdd1e7f7d5221da96 (diff) | |
download | vaadin-framework-b85b2c8a49a207df8bb7eb5d9b500334286fc339.tar.gz vaadin-framework-b85b2c8a49a207df8bb7eb5d9b500334286fc339.zip |
Added compiling of widgetset generator so the gwt compiler finds it
svn changeset:9118/svn branch:6.2
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 12643b5891..cdcbef4f74 100644 --- a/build/build.xml +++ b/build/build.xml @@ -780,6 +780,7 @@ </target> <target name="compile-widgetset-generator"> + <mkdir dir="build/classes"/> <javac source="1.5" target="1.5" classpathref="compile.classpath.server-side" destdir="build/classes" debug="true" encoding="UTF-8"> <src path="${result-path}/src"/> <include name="${toolkit-package}/terminal/gwt/widgetsetutils/WidgetMapGenerator" /> |