I've recently fixed totallylazy working directory to use 'user.dir' so
it's absolute by default, so might just upgrade that.
Also the preferred way to find the source files is to just include
them in the class path, rather than looking on the file system as this
makes it completely portable and doesn't get affected by weird project
structures and cyclic symbolic links that we sometimes see in project
folders. Best is just make you test jar include the sources.
On the concurrency side, if you have a better way of writing the index
files, I'm all ears as it's very in efficient at the moment. Junit
does not provide and event to hook into at the end that actually works
in all environements (maven, ant, IntelliJ Eclipse etc) The docs say
it does but we have never seen it fire.
Dan