You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Villalba Arias, Fredy [BILBOMATICA]" <fv...@mailext.com> on 2004/02/11 17:56:07 UTC

RE: Problems with Windows 2000 + proxy server

Hi Ralf,

Ehhhrmm... some questions:

Where can I get that APS Proxy Server?

How can I configure it if I don't have access to the original proxy server (configuration)? Isn't it necessary?

Freddy.

-----Mensaje original-----
De: Villalba Arias, Fredy [BILBOMATICA] 
Enviado el: jueves, 29 de enero de 2004 9:51
Para: Maven Users List
Asunto: RE: Problems with Windows 2000 + proxy server

Yes, indeeed, we have a NTLM-proxy. I believe that's why, regardless of my specifying the maven.proxy.* variables, it wouldn't work. I'll give it a try with this APS proxy server you mentioned. Hope it works. I'll let you know.

Thanx!!!

-----Mensaje original-----
De: Stoffels, Ralf (FWI-AW2) [mailto:Ralf.Stoffels@BVG.DE] 
Enviado el: miércoles, 28 de enero de 2004 18:43
Para: 'Maven Users List'
Asunto: AW: Problems with Windows 2000 + proxy server

Set maven.prox.host and maven.prox.port in build.properties.

If you have an NTLM-proxy install the APS Proxy Server as a proxy for the
NTLM-proxy.


Ralf


-----Ursprüngliche Nachricht-----
Von: Villalba Arias, Fredy [BILBOMATICA] [mailto:fvillalba@mailext.com]
Gesendet am: Mittwoch, 28. Januar 2004 12:46
An: users@maven.apache.org
Betreff: Problems with Windows 2000 + proxy server

Hi everybody,

 

I'm new to this mailing list and a newbie to MAVEN so I'll try not to make
you waste much time.

 

I just downloaded and installed the product (as specified by the
instructions on the official site) without facing any problems. However, I
haven't even been able to execute the basic test, java:compile, with a
single-class sample project I just created. The problem seems to be that
MAVEN is not detecting certaing plugins (/components) and is trying to
download them from the remote repository (HYPERLINK
"http://www.ibiblio.org/"www.ibiblio.org). I believe the source of the
problem (or at least part of it) relies on my machine being behind a
firewall + proxy server, where the proxy is a Windows NT machine.

 

This is the output that I get from executing mavan java:compile

 

__  __

|  \/  |__ _Apache__ ___

| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~

|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

 

Intentando descargar commons-jelly-tags-antlr-20030211.143720.jar.

íATENCION!: íImposible descargar
commons-jelly-tags-antlr-20030211.143720.jar!

Intentando descargar commons-lang-1.0.1.jar.

íATENCION!: íImposible descargar commons-lang-1.0.1.jar!

Intentando descargar antlr-2.7.2.jar.

íATENCION!: íImposible descargar antlr-2.7.2.jar!

íEl proceso no puede seguir! Faltan las siguientes dependencias:

 

commons-jelly-tags-antlr-20030211.143720.jar (no download url specified)

commons-lang-1.0.1.jar (no download url specified)

antlr-2.7.2.jar (no download url specified)

 

Total time: 9 seconds

Finished at: Wed Jan 28 12:12:18 CET 2004

 

As you can see (sorry, it's in spanish), it tries (and fails) to download
commons-jelly-tags-antlr-20030211.143720.jar, commons-lang-1.0.1.jar and
antlr-2.7.2.jar.

 

I tried creating a build.properties file with all maven.proxy.* variables
defined, but that didn't work either. I've checked all jar files that come
with the installation file I just downloaded and none of them are present.

 

Can anyone give me a clue to what may be happening and how can I solve it?
(I know there is a maven.repo.remote.enabled flag that I can turn off, but
I'd still be missing some components).

 

Thanks in advance,

Freddy.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003
 

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


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003
 

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


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003
 

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


Re: Problems with Windows 2000 + proxy server

Posted by Emmanuel Venisse <em...@venisse.net>.
http://www.geocities.com/rozmanov/ntlm/

----- Original Message ----- 
From: "Villalba Arias, Fredy [BILBOMATICA]" <fv...@mailext.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Wednesday, February 11, 2004 5:56 PM
Subject: RE: Problems with Windows 2000 + proxy server


Hi Ralf,

Ehhhrmm... some questions:

Where can I get that APS Proxy Server?

How can I configure it if I don't have access to the original proxy server
(configuration)? Isn't it necessary?

Freddy.

-----Mensaje original-----
De: Villalba Arias, Fredy [BILBOMATICA]
Enviado el: jueves, 29 de enero de 2004 9:51
Para: Maven Users List
Asunto: RE: Problems with Windows 2000 + proxy server

Yes, indeeed, we have a NTLM-proxy. I believe that's why, regardless of my
specifying the maven.proxy.* variables, it wouldn't work. I'll give it a try
with this APS proxy server you mentioned. Hope it works. I'll let you know.

Thanx!!!

-----Mensaje original-----
De: Stoffels, Ralf (FWI-AW2) [mailto:Ralf.Stoffels@BVG.DE]
Enviado el: miércoles, 28 de enero de 2004 18:43
Para: 'Maven Users List'
Asunto: AW: Problems with Windows 2000 + proxy server

Set maven.prox.host and maven.prox.port in build.properties.

If you have an NTLM-proxy install the APS Proxy Server as a proxy for the
NTLM-proxy.


Ralf


-----Ursprüngliche Nachricht-----
Von: Villalba Arias, Fredy [BILBOMATICA] [mailto:fvillalba@mailext.com]
Gesendet am: Mittwoch, 28. Januar 2004 12:46
An: users@maven.apache.org
Betreff: Problems with Windows 2000 + proxy server

Hi everybody,



I'm new to this mailing list and a newbie to MAVEN so I'll try not to make
you waste much time.



I just downloaded and installed the product (as specified by the
instructions on the official site) without facing any problems. However, I
haven't even been able to execute the basic test, java:compile, with a
single-class sample project I just created. The problem seems to be that
MAVEN is not detecting certaing plugins (/components) and is trying to
download them from the remote repository (HYPERLINK
"http://www.ibiblio.org/"www.ibiblio.org). I believe the source of the
problem (or at least part of it) relies on my machine being behind a
firewall + proxy server, where the proxy is a Windows NT machine.



This is the output that I get from executing mavan java:compile



__  __

|  \/  |__ _Apache__ ___

| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~

|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT



Intentando descargar commons-jelly-tags-antlr-20030211.143720.jar.

íATENCION!: íImposible descargar
commons-jelly-tags-antlr-20030211.143720.jar!

Intentando descargar commons-lang-1.0.1.jar.

íATENCION!: íImposible descargar commons-lang-1.0.1.jar!

Intentando descargar antlr-2.7.2.jar.

íATENCION!: íImposible descargar antlr-2.7.2.jar!

íEl proceso no puede seguir! Faltan las siguientes dependencias:



commons-jelly-tags-antlr-20030211.143720.jar (no download url specified)

commons-lang-1.0.1.jar (no download url specified)

antlr-2.7.2.jar (no download url specified)



Total time: 9 seconds

Finished at: Wed Jan 28 12:12:18 CET 2004



As you can see (sorry, it's in spanish), it tries (and fails) to download
commons-jelly-tags-antlr-20030211.143720.jar, commons-lang-1.0.1.jar and
antlr-2.7.2.jar.



I tried creating a build.properties file with all maven.proxy.* variables
defined, but that didn't work either. I've checked all jar files that come
with the installation file I just downloaded and none of them are present.



Can anyone give me a clue to what may be happening and how can I solve it?
(I know there is a maven.repo.remote.enabled flag that I can turn off, but
I'd still be missing some components).



Thanks in advance,

Freddy.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003


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


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003


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


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003


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



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