taskx/jtulach/against-solution06/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 11 Oct 2008 18:25:11 +0200
changeset 79 0c910349ba67
parent 15 taskx/jtulach/against-solutionXY/project.properties@a861bd02a1d2
permissions -rw-r--r--
Solution 06 is quite good (maybe perfect) from the perspective of binary compatibility. For a while I thought I am going to give up, however then I noticed that there is an added overloaded method. With proper parameters this can cause the previously OK source to become uncompilable.
jaroslav@14
     1
jaroslav@14
     2
# name of a project to test
jtulach@79
     3
apitotest=solution06
jaroslav@14
     4
jaroslav@14
     5
# the test shall expose a problem between two versions
jaroslav@14
     6
# of one API. select the first version - taskA and a second
jaroslav@14
     7
# version of the of the API taskB
jtulach@79
     8
taskA=${apifest}/task2
jtulach@79
     9
taskB=${apifest}/task3
jaroslav@14
    10
jaroslav@14
    11
# usual locations of API classes for each version
jaroslav@14
    12
apiA=${taskA}/${apitotest}/build/classes/
jaroslav@14
    13
apiB=${taskB}/${apitotest}/build/classes/
jaroslav@14
    14