[LOGO] Subversion Repositories sca-j

[/] [TestCases/] [build.xml] - Rev 215

Download | Compare with Previous | Blame | View Log

<!--
 * Copyright(C) OASIS(R) 2009,2010. All Rights Reserved.
 * OASIS trademark, IPR and other policies apply.    
-->
<project name="scaj-caa-tests" default="run">
    <property name="sample.name" value="${ant.project.name}"/>
    <property name="tuscany.home" value="C:/tuscany-dist/tuscany-sca-2.0-SNAPSHOT" />
    <property name="junit.home" value="C:\Documents and Settings\Administrator\.m2\repository\junit\junit\4.5" />
    <property name="testjar.home" value="C:\Documents and Settings\Administrator\.m2\repository\org\oasis-open\sca\assembly\Test_Client\1.0" />
    <property name="testname" value="JCA_2001" />
    <property name="test.class.location" value="client_javacaa.${testname}_TestCase"/>  

    <path id="test.classpath">
        <pathelement location=".\Test_Client_JavaCAA\target\classes" />
        <pathelement location="${junit.home}\junit-4.5.jar" />
        <pathelement location="${testjar.home}\Test_Client-1.0.jar" />
        <pathelement location="${tuscany.home}\modules\tuscany-node-launcher-equinox-2.0-SNAPSHOT.jar"/>
        <pathelement location="${tuscany.home}\modules\tuscany-node-api-2.0-SNAPSHOT.jar" />
        <pathelement location="${tuscany.home}\modules\tuscany-sca-api-2.0-SNAPSHOT.jar" />
    </path>

    <target name="run">
        <junit fork="yes" haltonfailure="yes">
            <test name="${test.class.location}" />
            <formatter type="plain" usefile="false" />
            <classpath refid="test.classpath" />
        </junit>
    </target>

</project>

Generated by GNU enscript 1.6.4.

Compare with Previous | Blame