samples/composition/build.xml
changeset 147 e81ff4f391b8
parent 128 8ef997796d0a
child 148 e762b177d4b0
     1.1 --- a/samples/composition/build.xml	Sat Jun 14 09:55:09 2008 +0200
     1.2 +++ b/samples/composition/build.xml	Sat Jun 14 09:57:54 2008 +0200
     1.3 @@ -12,6 +12,9 @@
     1.4          <antcall target="-build-one">
     1.5              <param name="version" value="api2.0"/>
     1.6          </antcall>
     1.7 +        <antcall target="-build-one">
     1.8 +            <param name="version" value="api2.0-compat"/>
     1.9 +        </antcall>
    1.10          
    1.11          <antcall target="-build-one">
    1.12              <param name="version" value="test"/>
    1.13 @@ -28,6 +31,10 @@
    1.14          <antcall target="-run-one">
    1.15              <param name="version" value="api2.0"/>
    1.16          </antcall>
    1.17 +        <echo level="info" message="Running the Implementation against Version 2.0 with compatible extension of the API. This should succeed."/>
    1.18 +        <antcall target="-run-one">
    1.19 +            <param name="version" value="api2.0-compat"/>
    1.20 +        </antcall>
    1.21      </target>
    1.22      
    1.23      <!-- support methods -->