Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-29 Thread Peter Anning
Fixed now. Bizarrely I completely re-installed Java and upgraded from 1.4.1 to 1.4.2 and it now works. Have re-upgraded to 1.0 and all seems cool. Thanks for the posts Peter On Thu, 29 Jul 2004 01:30:03 +1000, Dion Gillard wrote It's because it's a malformed URL and the 'host' is assumed to

file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Peter Anning
Hi all, We have a remote repository located on a Windows file server. The repository could be accessed using the file: protocol in maven rc2 upgrading to 1.0 seems to have broken this. I have tested it by putting the jar in question behind a local http server and it works. build.properties

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Arto Pastinen
Hi! Have you tried to put url something like this: file:lonfs02... Artsi On Wed, 2004-07-28 at 09:31, Peter Anning wrote: Hi all, We have a remote repository located on a Windows file server. The repository could be accessed using the file: protocol in maven rc2 upgrading to 1.0

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Peter Anning
On Wed, 28 Jul 2004 13:16:03 +0300, Arto Pastinen wrote Hi! Have you tried to put url something like this: file:lonfs02... Artsi On Wed, 2004-07-28 at 09:31, Peter Anning wrote: Hi all, We have a remote repository located on a Windows file server. The repository could be

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Peter Anning
Yes. Going back to rc2 fixes this. On Wed, 28 Jul 2004 13:16:03 +0300, Arto Pastinen wrote Hi! Have you tried to put url something like this: file:lonfs02... Artsi On Wed, 2004-07-28 at 09:31, Peter Anning wrote: Hi all, We have a remote repository located on a Windows

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Dennis Lundberg
Two things: 1. There is one slash (/) to many in your file-URL. Try this: maven.repo.remote=file:///lonfs02/EBJAVA/repository,http://www.ibiblio.org/maven,http://dist.codehaus.org,http://www.codeczar.com/maven 2. If that doesn't work you can enter a drive-letter, like this:

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Bent Andre Solheim
Hi, thought I would just share my experiences; file:///c:/lonfs02/EBJAVA/repository/, that is three forward slashes, has always worked for me. maven.repo.remote=file:///C:/lonfs02/EBJAVA/repository,http://www.ibiblio.org/maven,http://dist.codehaus.org,http://www.codeczar.com/maven Regards

RE: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Maczka Michal
-Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:32 AM To: [EMAIL PROTECTED] Subject: file:// protocol not working for remote repsoitory in 1.0 Hi all, We have a remote repository located on a Windows file server. The

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Dion Gillard
It's because it's a malformed URL and the 'host' is assumed to be C: On Wed, 28 Jul 2004 16:18:16 +0200, Maczka Michal [EMAIL PROTECTED] wrote: -Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:32 AM To: [EMAIL PROTECTED]

RE: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Maczka Michal
-Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 5:30 PM To: Maven Users List Subject: Re: file:// protocol not working for remote repsoitory in 1.0 It's because it's a malformed URL and the 'host' is assumed to be C: Possibly.