]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added compiling of widgetset generator so the gwt compiler finds it
authorArtur Signell <artur.signell@itmill.com>
Tue, 6 Oct 2009 15:37:07 +0000 (15:37 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 6 Oct 2009 15:37:07 +0000 (15:37 +0000)
svn changeset:9118/svn branch:6.2

build/build.xml

index 12643b58914d4acc122d2f32a58420fe99ff7e7a..cdcbef4f745ece7a0501939cddca8a17f467a4e1 100644 (file)
        </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" />