Are you sure about that? I think he was right.
The protocol for the file access is file:// just as per http://.
The prefix of a unix path is '/' (i.e. /usr/bin/) whereas windows is the drive 'c:' (i.e. c:/Windows/) etc.

Thus a unix file URL is file:///path/to/file whereas on windows it is file://c:/path/to/file.

Andy

On 26 Feb 2007, at 15:43, Jörg Schaible wrote:

mark_in_gr wrote on Monday, February 26, 2007 3:37 PM:

I got it to work using the following format:

<url>file://c:/testmavendeploy</url>

which is not a proper URL. Proper is

<url>file:///c:/testmavendeploy</url>

- Jörg

---------------------------------------------------------------------
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]

Reply via email to