taskx/jtulach/against-solution02/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 11 Oct 2008 13:25:34 +0200
changeset 73 e8b0f13fd4fb
child 81 ec70f883de4a
permissions -rw-r--r--
Solution 02 is not backward compatible as it changed return type of one method in ConvertorFactory class
     1 
     2 # name of a project to test
     3 apitotest=solution02
     4 
     5 # the test shall expose a problem between two versions
     6 # of one API. select the first version - taskA and a second
     7 # version of the of the API taskB
     8 taskA=${apifest}/task1
     9 taskB=${apifest}/task3
    10 
    11 # usual locations of API classes for each version
    12 apiA=${taskA}/${apitotest}/build/classes/
    13 apiB=${taskB}/${apitotest}/build/classes/
    14