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