stevel 2004/11/18 15:28:37 Modified: src/main/org/apache/tools/ant/taskdefs/repository HttpRepository.java Log: In use, you need to know why your build file has paused for so long. Revision Changes Path 1.2 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/repository/HttpRepository.java Index: HttpRepository.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/repository/HttpRepository.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HttpRepository.java 18 Nov 2004 16:25:03 -0000 1.1 +++ HttpRepository.java 18 Nov 2004 23:28:37 -0000 1.2 @@ -220,9 +220,8 @@ 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,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]