samples/primitiveconstants/build.xml
changeset 8 82ff02d7f861
parent 7 041165540a13
child 9 45a6b338a903
     1.1 --- a/samples/primitiveconstants/build.xml	Sat Jun 14 09:50:51 2008 +0200
     1.2 +++ b/samples/primitiveconstants/build.xml	Sat Jun 14 09:50:51 2008 +0200
     1.3 @@ -24,7 +24,7 @@
     1.4          </antcall>
     1.5          <echo message="Running the Implementation against Version 2.0 of the API. This should fail."/>
     1.6          <antcall target="-run-one">
     1.7 -            <param name="version" value="api1.0"/>
     1.8 +            <param name="version" value="api2.0"/>
     1.9          </antcall>
    1.10      </target>
    1.11  
    1.12 @@ -44,7 +44,7 @@
    1.13          <mkdir dir="build/${version}/classes"/>
    1.14          <property name="cp" value=""/>
    1.15          <javac 
    1.16 -            src="src-${version}" 
    1.17 +            srcdir="src-${version}" 
    1.18              destdir="build/${version}/classes" 
    1.19              source="1.4" target="1.4"
    1.20              classpath="${cp}"