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