Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2255 - development/main/transit/core/handler/src/main/net/dpml/transit/cache

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2255 - development/main/transit/core/handler/src/main/net/dpml/transit/cache
  • Date: Sat, 09 Apr 2005 12:17:09 -0400

Author: niclas AT hedhman.org
Date: Sat Apr 9 12:17:05 2005
New Revision: 2255

Modified:

development/main/transit/core/handler/src/main/net/dpml/transit/cache/FileCacheHandler.java
Log:
Adding a little bit extra information (dest file) to download failures.

Modified:
development/main/transit/core/handler/src/main/net/dpml/transit/cache/FileCacheHandler.java
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/cache/FileCacheHandler.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/cache/FileCacheHandler.java
Sat Apr 9 12:17:05 2005
@@ -199,7 +199,7 @@
monitor.failedDownload( artifact );
}

- String error = "Unresolvable artifact: [" + artifact + "].";
+ String error = "Unresolvable artifact: [" + artifact + "]. (" +
destination + ")";
throw new ArtifactNotFoundException( error, artifact );
}




  • svn commit: r2255 - development/main/transit/core/handler/src/main/net/dpml/transit/cache, niclas, 04/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page