You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Szczepan Faber <sz...@gmail.com> on 2006/03/27 13:58:39 UTC

[maven] proxy problem

I installed clean Maven 1.0.2, set proxy in ${user.home}/build.properites
(user.home on windows is /documents and settings/sg0897539/.maven)

maven.proxy.host=wwww-ad-proxy.sabre.com
maven.proxy.port=80
maven.proxy.username=sg0897539
maven.proxy.password=xxxx

But still firing 'java:compile' goal, I keep getting error
(java.net.UnknownHostException: www.ibiblio.org):

Attempting to download commons-jelly-tags-antlr-20030211.143720.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/
commons-jelly-tags-antlr-20030211.143720.jar]: java.net.UnknownHostException: ww
w.ibiblio.org
WARNING: Failed to download commons-jelly-tags-antlr-20030211.143720.jar.
Attempting to download commons-lang-2.0.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-lang/jars/c
ommons-lang-2.0.jar]: java.net.UnknownHostException: www.ibiblio.org
WARNING: Failed to download commons-lang-2.0.jar.
Attempting to download antlr-2.7.2.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/antlr/jars/antlr-2.
7.2.jar]: java.net.UnknownHostException: www.ibiblio.org
WARNING: Failed to download antlr-2.7.2.jar.

What else can be wrong?

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


Re: [maven] proxy problem

Posted by Arnaud HERITIER <ah...@gmail.com>.
Your user.home is certainly  /documents and settings/sg0897539 and not the
.maven directory
Your build.properties file must be stored in this user.home

arnaud


On 3/27/06, Szczepan Faber <sz...@gmail.com> wrote:
>
> I installed clean Maven 1.0.2, set proxy in ${user.home}/build.properites
> (user.home on windows is /documents and settings/sg0897539/.maven)
>
> maven.proxy.host=wwww-ad-proxy.sabre.com
> maven.proxy.port=80
> maven.proxy.username=sg0897539
> maven.proxy.password=xxxx
>
> But still firing 'java:compile' goal, I keep getting error
> (java.net.UnknownHostException: www.ibiblio.org):
>
> Attempting to download commons-jelly-tags-antlr-20030211.143720.jar.
> Error retrieving artifact from [
> http://www.ibiblio.org/maven/commons-jelly/jars/
> commons-jelly-tags-antlr-20030211.143720.jar]:
> java.net.UnknownHostException: ww
> w.ibiblio.org
> WARNING: Failed to download commons-jelly-tags-antlr-20030211.143720.jar.
> Attempting to download commons-lang-2.0.jar.
> Error retrieving artifact from [
> http://www.ibiblio.org/maven/commons-lang/jars/c
> ommons-lang-2.0.jar]: java.net.UnknownHostException: www.ibiblio.org
> WARNING: Failed to download commons-lang-2.0.jar.
> Attempting to download antlr-2.7.2.jar.
> Error retrieving artifact from [
> http://www.ibiblio.org/maven/antlr/jars/antlr-2.
> 7.2.jar]: java.net.UnknownHostException: www.ibiblio.org
> WARNING: Failed to download antlr-2.7.2.jar.
>
> What else can be wrong?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>