]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix WAR file location in uitest build scripts.
authorSauli Tähkäpää <sauli@vaadin.com>
Tue, 20 May 2014 08:05:45 +0000 (11:05 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 21 May 2014 12:18:27 +0000 (12:18 +0000)
Change-Id: I0febbbaf85374c395454c889c36add277ca9b131

uitest/build.xml

index 8479063ba0c70749ad02ef4095e5afa47e925bf4..84f44a2d72f8b4a0b03088ef8dc395c80d840f42 100644 (file)
@@ -17,7 +17,7 @@
     </path>
 
     <target name="dependencies">
-        <!-- This is copied from common.xml to be able to add server.test.source 
+        <!-- This is copied from common.xml to be able to add server.test.source
             to the source path -->
 
         <ivy:resolve log="download-only" resolveid="common" conf="build, build-provided" />
             <sequential>
                 <!-- Server tests -->
 
-                <!-- Sleep before running integration tests so testbench 2 
+                <!-- Sleep before running integration tests so testbench 2
                         tests have time to compile and start -->
                 <sleep minutes="4" />
                 <ant antfile="${uitest.dir}/integration_tests.xml" target="integration-test-all" inheritall="false" inheritrefs="false">
     </target>
 
     <target name="test-server" depends="clean-testbench-errors">
-       <property name="war.file" location="result/artifacts/${vaadin.version}/vaadin-uitest/vaadin-uitest-${vaadin.version}.war" />
+       <property name="war.file" location="${vaadin.basedir}/result/artifacts/${vaadin.version}/vaadin-uitest/vaadin-uitest-${vaadin.version}.war" />
        <parallel>
          <daemons>
            <ant antfile="${uitest.dir}/vaadin-server.xml" inheritall="true" inheritrefs="true" target="deploy-and-start" />
     </target>
 
     <target name="test-tb2" depends="clean-testbench-errors">
-       <property name="war.file" location="result/artifacts/${vaadin.version}/vaadin-uitest/vaadin-uitest-${vaadin.version}.war" />
+       <property name="war.file" location="${vaadin.basedir}/result/artifacts/${vaadin.version}/vaadin-uitest/vaadin-uitest-${vaadin.version}.war" />
        <parallel>
          <daemons>
            <ant antfile="${uitest.dir}/vaadin-server.xml" inheritall="true" inheritrefs="true" target="deploy-and-start" />
     </target>
 
     <target name="test-tb3" depends="clean-testbench-errors">
-       <property name="war.file" location="result/artifacts/${vaadin.version}/vaadin-uitest/vaadin-uitest-${vaadin.version}.war" />
+       <property name="war.file" location="${vaadin.basedir}/result/artifacts/${vaadin.version}/vaadin-uitest/vaadin-uitest-${vaadin.version}.war" />
        <parallel>
          <daemons>
            <ant antfile="${uitest.dir}/vaadin-server.xml" inheritall="true" inheritrefs="true" target="deploy-and-start" />