Not like you're going to find anything un work related there... except maybe a few hexy md5s. (ok... that was terrible... I know!)
Emmanuel Venisse wrote:
Ok, you use a NTLM Proxy Server. Actually Maven doesn't support this proxy.
You can try this (http://apserver.sourceforge.net/) for pass the proxy or use jdk 1.4.2(http://java.sun.com/j2se/1.4.2/changes.html#networking)
Emmanuel
----- Original Message ----- From: "Keld Mikkelsen" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Friday, July 25, 2003 1:19 PM
Subject: Re: sun.misc.InvalidJarIndexException: Invalid index!
I have tried to debug this problem, and have learned that we have an issue with our Microsoft Proxy server.
I get this error when running "ant -f build-bootstrap.xml" :
(doing a System.out.println of the IOException)
[bootstrap] java.net.ConnectException: Connection refused: no further information
The failing statement is
connection.connect();
in method
public static void getFile( String url, File destinationFile, boolean ignoreErrors, boolean useTimestamp, String proxyHost, String proxyPort, String proxyUserName, String proxyPassword ) throws Exception
of
HttpUtils.java
package org.apache.maven.util;
I have set the properties:
maven.proxy.host = dkproxy02.dk.grundfos.com maven.proxy.port = 8080 maven.proxy.username = GRUNDFOS\2937 maven.proxy.password = xxxxx
How can I trace the process on the NT box?
Thanks to opensource I am able to trace maven by putting print statements into the code and run ant again.
/Keld Mikkelsen
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger
http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France
_____________________________________________________________________ Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France
--------------------------------------------------------------------- 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]
