RE: Proxy not working

2004-09-16 Thread Yvon Leclerc
I gave up in making the proxy work and downloaded all the www.ibiblio.com
dependencies manually into my repository.

I can know compile and generate my site. Wow!

... Yvon

-Original Message-
From: Per Abich [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 16, 2004 12:43 PM
To: Maven Users List
Subject: Re: Proxy not working


Have you tried it without the username? Maybe he fails if no username is
required...




On Tue, 14 Sep 2004 11:43:00 -0400, Yvon Leclerc <[EMAIL PROTECTED]>
wrote:
> For my host/domain in Win2000, I used the "My 
> Computer/Properties/Network ID" info. My hostname is a.b.c.d.e and 
> domain b.c.d.e so I used a.b.c.d.e for maven.proxy.ntlm.host, and 
> b.c.d.e for maven.proxy.ntlm.domain. I even tried just "a" for host.
> 
> ...
> 
> Yvon
> 
> 
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 14, 2004 9:23 AM
> To: Maven Users List
> Subject: Re: Proxy not working
> 
> are you sure you have the host/domain right?
> 
> Have you successfully used the proxy through any other Java based 
> applications?
> 
> Cheers,
> Brett
> 
> On Tue, 14 Sep 2004 09:19:14 -0400, Yvon Leclerc 
> <[EMAIL PROTECTED]>
> wrote:
> > I'm trying to get maven to work behind my firewall (it's been one 
> > week).
> >
> > Here's my build.properties:
> >maven.proxy.host=proxy.ca.mycompany.com
> >maven.proxy.port=8080
> >maven.username=myuserid
> >maven.password=mypassword
> >
> > When I "maven jar" I get:
> >Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
> >No credentials available for the '' authentication realm at 
> > proxy.ca.mycompany.com
> >
> >Error retrieving artifact from 
> > [http://www.ibiblio.org/maven/commons-jelly/jars/
> >commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException: 
> > Not authorized by proxy.
> >
> > So, just in case we use NTLM I added the following:
> >maven.proxy.ntlm.host=myhost
> >maven.proxy.ntlm.domain=mydomain.domain.domain
> >
> > . and got:
> >
> >Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
> >Error retrieving artifact from 
> > [http://www.ibiblio.org/maven/commons-jelly/jars/
> >commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException: 
> > Not authorized by proxy.
> >
> > I have a dot in my password, would it be the issue?
> >
> > Help!
> >
> 
> -
> 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]
> 
>

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



Re: Proxy not working

2004-09-16 Thread Per Abich
Have you tried it without the username? Maybe he fails if no username
is required...




On Tue, 14 Sep 2004 11:43:00 -0400, Yvon Leclerc
<[EMAIL PROTECTED]> wrote:
> For my host/domain in Win2000, I used the "My Computer/Properties/Network
> ID" info.
> My hostname is a.b.c.d.e and domain b.c.d.e so I used a.b.c.d.e for
> maven.proxy.ntlm.host, and b.c.d.e for maven.proxy.ntlm.domain. I even tried
> just "a" for host.
> 
> ...
> 
> Yvon
> 
> 
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 14, 2004 9:23 AM
> To: Maven Users List
> Subject: Re: Proxy not working
> 
> are you sure you have the host/domain right?
> 
> Have you successfully used the proxy through any other Java based
> applications?
> 
> Cheers,
> Brett
> 
> On Tue, 14 Sep 2004 09:19:14 -0400, Yvon Leclerc <[EMAIL PROTECTED]>
> wrote:
> > I'm trying to get maven to work behind my firewall (it's been one
> > week).
> >
> > Here's my build.properties:
> >maven.proxy.host=proxy.ca.mycompany.com
> >maven.proxy.port=8080
> >maven.username=myuserid
> >maven.password=mypassword
> >
> > When I "maven jar" I get:
> >Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
> >No credentials available for the '' authentication realm at
> > proxy.ca.mycompany.com
> >
> >Error retrieving artifact from
> > [http://www.ibiblio.org/maven/commons-jelly/jars/
> >commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException:
> > Not authorized by proxy.
> >
> > So, just in case we use NTLM I added the following:
> >maven.proxy.ntlm.host=myhost
> >maven.proxy.ntlm.domain=mydomain.domain.domain
> >
> > . and got:
> >
> >Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
> >Error retrieving artifact from
> > [http://www.ibiblio.org/maven/commons-jelly/jars/
> >commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException:
> > Not authorized by proxy.
> >
> > I have a dot in my password, would it be the issue?
> >
> > Help!
> >
> 
> -
> 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]
> 
>

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



RE: Proxy not working

2004-09-14 Thread Yvon Leclerc
For my host/domain in Win2000, I used the "My Computer/Properties/Network
ID" info.
My hostname is a.b.c.d.e and domain b.c.d.e so I used a.b.c.d.e for
maven.proxy.ntlm.host, and b.c.d.e for maven.proxy.ntlm.domain. I even tried
just "a" for host.

...

Yvon
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 9:23 AM
To: Maven Users List
Subject: Re: Proxy not working


are you sure you have the host/domain right?

Have you successfully used the proxy through any other Java based
applications?

Cheers,
Brett


On Tue, 14 Sep 2004 09:19:14 -0400, Yvon Leclerc <[EMAIL PROTECTED]>
wrote:
> I'm trying to get maven to work behind my firewall (it's been one 
> week).
> 
> Here's my build.properties:
>maven.proxy.host=proxy.ca.mycompany.com
>maven.proxy.port=8080
>maven.username=myuserid
>maven.password=mypassword
> 
> When I "maven jar" I get:
>Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
>No credentials available for the '' authentication realm at 
> proxy.ca.mycompany.com
> 
>Error retrieving artifact from 
> [http://www.ibiblio.org/maven/commons-jelly/jars/
>commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException: 
> Not authorized by proxy.
> 
> So, just in case we use NTLM I added the following:
>maven.proxy.ntlm.host=myhost
>maven.proxy.ntlm.domain=mydomain.domain.domain
> 
> . and got:
> 
>Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
>Error retrieving artifact from 
> [http://www.ibiblio.org/maven/commons-jelly/jars/
>commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException: 
> Not authorized by proxy.
> 
> I have a dot in my password, would it be the issue?
> 
> Help!
> 

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



Re: Proxy not working

2004-09-14 Thread Brett Porter
are you sure you have the host/domain right?

Have you successfully used the proxy through any other Java based applications?

Cheers,
Brett


On Tue, 14 Sep 2004 09:19:14 -0400, Yvon Leclerc
<[EMAIL PROTECTED]> wrote:
> I'm trying to get maven to work behind my firewall (it's been one week).
> 
> Here's my build.properties:
>maven.proxy.host=proxy.ca.mycompany.com
>maven.proxy.port=8080
>maven.username=myuserid
>maven.password=mypassword
> 
> When I "maven jar" I get:
>Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
>No credentials available for the '' authentication realm at
> proxy.ca.mycompany.com
> 
>Error retrieving artifact from
> [http://www.ibiblio.org/maven/commons-jelly/jars/
>commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException: Not
> authorized by proxy.
> 
> So, just in case we use NTLM I added the following:
>maven.proxy.ntlm.host=myhost
>maven.proxy.ntlm.domain=mydomain.domain.domain
> 
> . and got:
> 
>Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
>Error retrieving artifact from
> [http://www.ibiblio.org/maven/commons-jelly/jars/
>commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException: Not
> authorized by proxy.
> 
> I have a dot in my password, would it be the issue?
> 
> Help!
> 
> Yvon Leclerc
> R&I Security Group - http://aww.alcatel.com/ri/SEC
> 600 March Road
> Kanata, ON K2K 2E6
> Direct #: 1-613-784-3258
> Direct Fax # - 1-613-784-8944
> 
>

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