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]

Reply via email to