Aww nuts. That didn't fix it. There's definitely something wrong with maven-proxy's ability to access the net, though I can't narrow it. I get these logs when I run my Maven build now:
<snip> 2006-04-26 10:09:21,251 [INFO ] components.impl.DefaultSnapshotCache - Updating /jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom in snapshot cache 2006-04-26 10:09:21,251 [INFO ] proxy.engine.DownloadEngine - Repo[www-ibiblio-org]: /jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom last modified 1132809499000 2006-04-26 10:09:21,251 [INFO ] components.impl.DefaultSnapshotCache - Updating /jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom in snapshot cache 2006-04-26 10:09:21,251 [INFO ] proxy.engine.DownloadEngine - Repo[www-ibiblio-org]: Found most up-to-date version of /jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom 2006-04-26 10:09:21,251 [INFO ] proxy.engine.DownloadEngine - Repo[www-ibiblio-org]: Copying /jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom to Repo[global] 2006-04-26 10:09:21,251 [INFO ] proxy.config.HttpRepoConfiguration - Retrieving /jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom 2006-04-26 10:09:21,260 [INFO ] commons.httpclient.HttpMethodBase - Recoverable exception caught when processing request 2006-04-26 10:09:21,260 [WARN ] commons.httpclient.HttpMethodBase - Recoverable exception caught but MethodRetryHandler.retryMethod() returned false, rethrowing exception 2006-04-26 10:09:21,260 [ERROR] proxy.engine.DownloadEngine - org.apache.commons.httpclient.HttpRecoverableException: org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with "HTTP" </snip> I've had problems with HttpClient under Ivy/Ant in the past so this feels familiar. Back then I configured Ivy to use a the normal java.net.URL connection method while I set a custom authenticator for the JVM in my build using an embedded beanshell script. I'm wondereing if this is not related. I'm sure that my proxy info is correct, and at this point I'm pretty confident I've configured it in the maven-proxy settings the right way. I may try running some simple unit tests with HttpClient if I get a free moment. --------------------------------------------------- Clifton C. Craig, Software Engineer Intelligent Computer Systems - A Division of GBG [EMAIL PROTECTED] [EMAIL PROTECTED] On Wednesday 26 April 2006 10:26 am, Clifton Craig wrote: > Tom, > > I think I found something! I just noticed that my maven-proxy configs were > pointing to the maven1 repository instead of the maven2 repository. I'm > restarting my proxy right now and will get right back to let you know if it > changes anything... > > --------------------------------------------------- > Clifton C. Craig, Software Engineer > Intelligent Computer Systems - A Division of GBG > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > 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]
