diff options
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml index 8b22d6f750..11b85d34ce 100644 --- a/build/build.xml +++ b/build/build.xml @@ -715,7 +715,7 @@ <target name="compile-widgetset-generator" depends="compile-server,compile-client, compile-client-compiler"/> <!-- Compiles the widgetset given as the first parameter --> - <target name="compile-widgetset" depends="init-deps"> + <target name="compile-widgetset" depends="init-deps, compile-client-compiler"> <fail unless="widgetset" message="No widgetset parameter set"/> <property name="widgetset-style" value="OBF" /> <property name="widgetset-localWorkers" value="2" /> @@ -773,7 +773,7 @@ <path id="compile.classpath.testingwidgetset"> <path refid="compile.classpath.widgetset" /> <pathelement location="${result-classes-testbench}" /> - <pathelement location="${result-src-testbench}" /> + <pathelement location="${result-src-testbench}" /> </path> <antcall target="compile-widgetset"> <reference refid="compile.classpath.testingwidgetset" torefid="compile.classpath.widgetset" /> |