taskx/ked/against-solution13/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 25 Oct 2008 20:30:54 +0200
changeset 83 621462e58e22
permissions -rw-r--r--
Jan Zak managed to break solutions 4, 6, 13, 14
     1 
     2 # name of a project to test
     3 apitotest=solution13
     4 #for example use:
     5 #apitotest=solution01
     6 
     7 # the test shall expose a problem between two versions
     8 # of one API. select the first version - taskA and a second
     9 # version of the of the API taskB
    10 taskA=${apifest}/task1
    11 taskB=${apifest}/task2
    12 
    13 # usual locations of API classes for each version
    14 apiA=${taskA}/${apitotest}/build/classes/
    15 apiB=${taskB}/${apitotest}/build/classes/
    16