---------------------------
When developing the Vaadin Library itself, change to "build" directory and
run "ant widgetsets" to compile all widgetsets or "ant widgetset-default",
-"ant-widgetset-sampler", or "ant widgetset-colorpicker" to compile individual
-widgetsets. You must have GWT installed under build/gwt.
+or "ant widgetset-colorpicker" etc. to compile individual widgetsets. You
+must have GWT installed under build/gwt.
See http://dev.vaadin.com/wiki/DevDocs/StartingDevelopment for instructions for
installing GWT and compiling widgetsets for Vaadin development.
</target>
<!-- Assumes java classes have been compiled but depends does not work out well as this is run from a <parallel> task-->
- <target name="generate-sampler-tests" if="build.include.tests">
- <java classname="com.vaadin.demo.tools.GenerateSamplerTest"
- output="tests/scripts/sampler-all-samples.html">
- <classpath>
- <pathelement path="${result-path}/classes" />
- <path refid="compile.classpath"/>
- </classpath>
- </java>
- </target>
-
- <!-- Assumes java classes have been compiled but depends does not work out well as this is run from a <parallel> task-->
- <target name="testbench-tests" depends="generate-sampler-tests" unless="tests.testbench.skip">
+ <target name="testbench-tests" unless="tests.testbench.skip">
<fail unless="product-file" message="The 'product-file' property must be defined."/>
<fail unless="version" message="The 'version' property must be defined."/>
<!-- Long tests are prioritized to even out load at the end of the test run -->
<!-- If you are interested in certain tests they can temporarily be added here -->
<fileset dir="${test-output-dir}" id="priority-tests-fileset">
- <include name="**/sampler*.java" />
<include name="**/reindeer*.java" />
<include name="**/runo*.java" />
<include name="**/demop*.java" />