You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Andrew Williams <an...@handyande.co.uk> on 2007/03/01 12:53:54 UTC

Re: [m2] Deploying to File System

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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org