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