]> source.dussan.org Git - vaadin-framework.git/commitdiff
Ensure client-compiler is compiled before compiling widgetsets in nightly (#9299)
authorArtur Signell <artur@vaadin.com>
Thu, 16 Aug 2012 09:55:49 +0000 (12:55 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 16 Aug 2012 09:55:49 +0000 (12:55 +0300)
build/build.xml

index 7e380783af85503ac8e4740e4bd29d50da8381e7..5ea0f1b4c77c8adf1668ae0780e2dc6c87512546 100644 (file)
         </antcall>
     </target>
     
-    <target name="compile-widgetset-testing" depends="compile-tests">
+    <target name="compile-widgetset-testing">
        <!-- Create a path reference containing default widgetset classpath + testbench files -->
        <path id="compile.classpath.testingwidgetset">
                <path refid="compile.classpath.widgetset" />
     <!-- Compiles all widgetsets.                                         -->
     <!-- This is called when building packages and when compiling all     -->
     <!-- widgetsets, but not when compiling individual widgetsets.        -->
-    <target name="compile-client-side" depends="compile-gwt, compile-server-side, compile-tests">
+    <target name="compile-client-side" depends="compile-gwt, compile-server-side, compile-tests, compile-client-compiler">
         <echo>Compiling widget sets in parallel.</echo>
         <parallel threadsperprocessor="1">
             <antcall inheritrefs="true" target="compile-widgetset-default"/>