Hello,

I just set up a local repository on Windows IIS.  It was not working for me
at first.

I looked at c:\winnt\system32\logfiles\w3svc1\*.log and I noticed the
request for the jar had HTTP response 304 which meant the file was cached.
I fixed that by giving the virtual directly  immediate expiration (IIS
property).

Then, it still didn't work, and I was getting error 404.  This is permission
denied, so I turned on anonymous access.

Then it worked.

Aaron Anodide

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 23, 2003 6:02 PM
To: Maven Users List
Subject: Re: Using local repositories - revisited


[EMAIL PROTECTED] wrote on 21/11/2003 06:45:15 PM:

> Hi
>
> I followed the instructions and set : maven.repo.remote in the
> project.properties file to point to a local http server + the maven at
> ibiblio. However, when I run Maven I get an Exception :
>
> Error retrieving artifact from
> [http://sdlut003/pub/lib/repository/jaxb/jars/namespace-1.0.jar]:
> java.lang.Exception: Can't get namespace-1.0.jar to C:\Documents and
> Settings\ab46497.DNB.000\.maven\repository\jaxb\jars\namespace-1.0.jar
>
> I can point my browser at it, and it start downloading it fine, so the
> URL is ok.
>
> Anybody have a clue ?

I'm assuming

C:\Documents and Settings\ab46497.DNB.000\.maven\repository\jaxb\jars\

exists and is not read only?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/





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