What am I supposed to put as filename in sourceAnchors? I now put the full path there, but
that doesn't work and makes things non-portable. In ObjectStudio each method can be in
a different file, and they are actually on different drives, e.g.
c:\Entwicklung\MSE\FAMIXClass.cls and o:\devtools\sunit\SUnit\SUnit\TestCase.cls.
If I remove the drive name, I can no longer find the sources, as there is only one root.
If I keep the drive name, I can only use Windows (and it doesn't work because there is
no root on Windows)
Of course I can work around this by moving all sources into one directory
Stephan