From 7cd0fc4f6612367257cdc1be482282b41666db6f Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 18 Nov 2004 23:28:37 +0000 Subject: [PATCH] In use, you need to know why your build file has paused for so long. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277056 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tools/ant/taskdefs/repository/HttpRepository.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/repository/HttpRepository.java b/src/main/org/apache/tools/ant/taskdefs/repository/HttpRepository.java index d1b89b8f5..520aa5c12 100644 --- a/src/main/org/apache/tools/ant/taskdefs/repository/HttpRepository.java +++ b/src/main/org/apache/tools/ant/taskdefs/repository/HttpRepository.java @@ -220,9 +220,8 @@ public abstract class HttpRepository extends Repository { public boolean fetch(Library library, boolean useTimestamp) throws IOException { String path = getRemoteLibraryURL(library); - logVerbose("Library URL=" + path); + log("Downloading "+path +" to "+ library.getAbsolutePath()); URL remoteURL=new URL(path); - logVerbose("destination =" + library.getAbsolutePath()); long start, finish; start = System.currentTimeMillis(); boolean success=get(remoteURL, library.getLibraryFile(),useTimestamp,