samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:49 +0200
changeset 55 5a0b7b1f8f11
parent 52 4257f4cf226b
child 58 be49ca0fff33
permissions -rw-r--r--
Making jtulach's projects compilable
jtulach@52
     1
jtulach@52
     2
# location to root of the repository with apifest projects
jtulach@52
     3
apifest=../../..
jtulach@55
     4
# and where is junit?
jtulach@55
     5
junit.jar=../../../../libs/dist/junit-4.4.jar
jtulach@52
     6
jtulach@52
     7
# name of a project to test
jtulach@55
     8
apitotest=todo:specify_this_property_in:project.properties
jtulach@52
     9
jtulach@52
    10
# the test shall expose a problem between two versions
jtulach@52
    11
# of one API. select the first version - dayA and a second 
jtulach@52
    12
# version of the of the API dayB
jtulach@52
    13
dayA=${apifest}/day1
jtulach@52
    14
dayB=${apifest}/day2
jtulach@52
    15
jtulach@52
    16
# usual locations of API classes for each version
jtulach@52
    17
apiA=${dayA}/${apitotest}/build/classes/
jtulach@52
    18
apiB=${dayB}/${apitotest}/build/classes/
jtulach@52
    19