----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: "Avalon Development" <[email protected]> Sent: Friday, August 03, 2001 1:10 PM Subject: Re: NPE at FileTarget...
> Error on my part. I assume destination is something like /mylogfile.txt (ie > at root of filesystem). In which case it has no parent file but I wasnt > guarding against that. Fixed in CVS. my real destination is not exists in root filesystem. new File( filename ) means file on current directory. destination variable is "datasources.log" but real destination is "/home/colus/foo/bar/datasource.log". hmm. it is a java.io.File.parent's bug? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
