Re: Directory generator for network drives?

2005-08-18 Thread Jorg Heymans
Jonas Lundberg wrote: > Then you are saying that either > > or > > or > > or > > > should work? > But it does not work for me... Did I get that wrong? > None of these will work, just map it to a local drive if you're able to. Jorg ---

Re: Directory generator for network drives?

2005-08-18 Thread Jonas Lundberg
Then you are saying that either or or or should work? But it does not work for me... Did I get that wrong? Hans On 8/18/05, Jorg Heymans <[EMAIL PROTECTED]> wrote: > > Jonas Lundberg wrote: > > > Am I doing something wrong, or does the directory generator not > > support net

Re: Directory generator for network drives?

2005-08-17 Thread Jorg Heymans
Jonas Lundberg wrote: > Am I doing something wrong, or does the directory generator not > support network drives? In normal java you'ld be able to access the network drive using (tested from windows to an SMB share) File f = new File("myserver\\mydir"); or even File f = new File(new URI("fi

Re: Directory generator for network drives?

2005-08-17 Thread Tony Collen
Jonas Lundberg wrote: Hi, I am trying to use the directory generator with a network drive. Network drive paths works with for instance the html generator, but not with the directory generator (Cocoon 1.7.1). I try the following: (the generator works with other directories, that are on my compu

Directory generator for network drives?

2005-08-17 Thread Jonas Lundberg
Hi, I am trying to use the directory generator with a network drive. Network drive paths works with for instance the html generator, but not with the directory generator (Cocoon 1.7.1). I try the following: (the generator works with other directories, that are on my computer) Am I doing somethi