taskx/jtulach/against-solutionXY/project.properties
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 29 Sep 2008 06:31:19 +0200
changeset 14 d907b216f8a1
child 15 a861bd02a1d2
permissions -rw-r--r--
Base for the taskx - the verification infrastructure
jaroslav@14
     1
jaroslav@14
     2
# name of a project to test
jaroslav@14
     3
#apitotest=todo:specify_this_property_in:project.properties
jaroslav@14
     4
#for example use:
jaroslav@14
     5
apitotest=solution01
jaroslav@14
     6
jaroslav@14
     7
# the test shall expose a problem between two versions
jaroslav@14
     8
# of one API. select the first version - taskA and a second
jaroslav@14
     9
# version of the of the API taskB
jaroslav@14
    10
taskA=${apifest}/task1
jaroslav@14
    11
taskB=${apifest}/task2
jaroslav@14
    12
jaroslav@14
    13
# usual locations of API classes for each version
jaroslav@14
    14
apiA=${taskA}/${apitotest}/build/classes/
jaroslav@14
    15
apiB=${taskB}/${apitotest}/build/classes/
jaroslav@14
    16