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