Ole Solberg wrote:

> I have copied .zip files of those directories for three of the platforms
> to http://www.multinet.no/~solberg/public/Apache/Derby/Debugging/

Thanks Ole, that enabled me to see what was going on and actually it's a
bug in the test harness. The tests at Sun are run in a directory like:

Java user dir:
c:\export\home\tmp\os136789\testingDerby\CYGWIN_NT-5.2_i686-unknown\derbyall

The test harness for multi tests is creating a log file based off that
path, but is getting confused by the '.', assuming that is the lead in
to a suffix. Thus it comes up with a log file of:

C:\export\home\tmp\os136789\testingDerby\CYGWIN_NT-5.log

which is outside the user.dir (current directory) and so of course,
correctly, permission has not been granted to create that file.

It all passed for me because I was not running with a '.' in the path of
my current directory.

Dan.


Reply via email to