taskx/psmid/against-solution13/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 25 Oct 2008 20:53:00 +0200
changeset 84 2ae6e4aa7aef
permissions -rw-r--r--
Solutions by Petr Smid
jtulach@84
     1
jtulach@84
     2
# name of a project to test
jtulach@84
     3
#apitotest=todo:specify_this_property_in:project.properties
jtulach@84
     4
#for example use:
jtulach@84
     5
apitotest=solution13
jtulach@84
     6
jtulach@84
     7
# the test shall expose a problem between two versions
jtulach@84
     8
# of one API. select the first version - taskA and a second
jtulach@84
     9
# version of the of the API taskB
jtulach@84
    10
taskA=${apifest}/task1
jtulach@84
    11
taskB=${apifest}/task2
jtulach@84
    12
jtulach@84
    13
# usual locations of API classes for each version
jtulach@84
    14
apiA=${taskA}/${apitotest}/build/classes/
jtulach@84
    15
apiB=${taskB}/${apitotest}/build/classes/
jtulach@84
    16