jtulach@84: jtulach@84: # name of a project to test jtulach@84: #apitotest=todo:specify_this_property_in:project.properties jtulach@84: #for example use: jtulach@84: apitotest=solution13 jtulach@84: jtulach@84: # the test shall expose a problem between two versions jtulach@84: # of one API. select the first version - taskA and a second jtulach@84: # version of the of the API taskB jtulach@84: taskA=${apifest}/task1 jtulach@84: taskB=${apifest}/task2 jtulach@84: jtulach@84: # usual locations of API classes for each version jtulach@84: apiA=${taskA}/${apitotest}/build/classes/ jtulach@84: apiB=${taskB}/${apitotest}/build/classes/ jtulach@84: