> No idea - can you check latest CVS and see if it works for you ? If it > doesn't could you send details like yes. lastest CVS version is works. I mean previous version occur exception when destination is not on root.
> * results of java -version > * tell me if you are working on directories made out of symlinks > * on an alternate filesystem (and what OS you are running). > > The only thing I can thing of if it still doesn't work is that *maybe* doing > getCanoncialFile().getParent() may work. Theres certain idiosyncracies on > certain filesystems etc. yeh. new FileTarget( new File( "datasources.log" ) ).getCanonicalFile(), false, formatter ) works on previous FileTarget. How about use getFile().getCanonicalFile().getParent() instead of getFile().getParentFile() at FileTarget.openFile? > > Cheers, > > Pete > > *-----------------------------------------------------* > | "Faced with the choice between changing one's mind, | > | and proving that there is no need to do so - almost | > | everyone gets busy on the proof." | > | - John Kenneth Galbraith | > *-----------------------------------------------------* > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
