FYI.  non-proxy also having bootstrap build issues;

ant -buildfile build-bootstrap.xml -logfile build.log

== build.log

check-maven-home:

check-maven-home-local-1:

check-maven-home-local-2:

check-maven-repo-local:

check-properties:

check-env:
     [echo] maven.home = C:\Tools\maven-1.0-RC4

env:
     [echo] maven.home = C:\Tools\maven-1.0-RC4
     [echo] maven.home.local = C:\Tools\maven_local
     [echo] maven.repo.local = C:\Tools\maven_local\repository
     [echo] 
     [echo] +----------------------------------------------------------
     [echo] | WARNING WARNING WARNING WARNING WARNING WARNING WARNING
     [echo] |
     [echo] |  Maven bootstrap now creates a repository in
     [echo] |  ${user.home}/.maven/repository
     [echo] |  if you do not have the maven.repo.local property set
     [echo] |  before bootstrapping.
     [echo] |
     [echo] |  Maven bootstrap also expands plugins to
     [echo] |  ${user.home}/.maven/cache
     [echo] |  if you do not have the MAVEN_HOME_LOCAL environment
     [echo] |  variable or
     [echo] |  maven.home.local property set before bootstrapping.
     [echo] |
     [echo] |  This feature is to accomodate the new ability of Maven
     [echo] |  to work from a read only install to MAVEN_HOME.
     [echo] |
     [echo] | WARNING WARNING WARNING WARNING WARNING WARNING WARNING
     [echo] +----------------------------------------------------------

bootstrap-compile:
    [mkdir] Created dir: C:\Wrk\CVSROOT\maven\bootstrap\bootstrap-classes
      [get] Getting: 
http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar
      [get] Error getting 
http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar to
C:\Tools\maven_local\repository\commons-logging\jars\commons-logging-1.0.3.jar
      [get] Getting: 
http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar
      [get] Error getting 
http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar to
C:\Tools\maven_local\repository\commons-httpclient\jars\commons-httpclient-2.0.jar

[snip]


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 28, 2004 9:12 AM
To: Maven Users List
Subject: Re: Maven 1.0-rc4 Released


Hello All,

        I am getting the following error after upgrading to rc4 from rc1. 
Can somebody help me please?

************************************************************************************************************************
**************
Attempting to download commons-net-1.0.0.jar.
Credentials cannot be used for NTLM authentication: 
org.apache.commons.httpclient.UsernamePasswordCredentials
warning: last-modified not specified
Error retrieving artifact from 
[http://www.ibiblio.org/maven//commons-net/jars/commons-net-1.0.0.jar]: 
java.io.IOException: Not authorized by proxy.
Credentials cannot be used for NTLM authentication: 
org.apache.commons.httpclient.UsernamePasswordCredentials
************************************************************************************************************************
**************

Everything works fine if I switch back to rc1!.

Note: I am behind proxy using the following parameters, maven.proxy.host = 
166.71.117.212 maven.proxy.port = 80
maven.proxy.host = 166.71.117.212 maven.proxy.port = 80 maven.proxy.username = 
myUsername maven.proxy.password =
myPassword

Regards,
Ganesh



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to