taskx/ked/against-solution06/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
jtulach@83
     1
jtulach@83
     2
# name of a project to test
jtulach@83
     3
apitotest=solution06
jtulach@83
     4
#for example use:
jtulach@83
     5
#apitotest=solution01
jtulach@83
     6
jtulach@83
     7
# the test shall expose a problem between two versions
jtulach@83
     8
# of one API. select the first version - taskA and a second
jtulach@83
     9
# version of the of the API taskB
jtulach@83
    10
taskA=${apifest}/task1
jtulach@83
    11
taskB=${apifest}/task2
jtulach@83
    12
jtulach@83
    13
# usual locations of API classes for each version
jtulach@83
    14
apiA=${taskA}/${apitotest}/build/classes/
jtulach@83
    15
apiB=${taskB}/${apitotest}/build/classes/
jtulach@83
    16