You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by ma...@apache.org on 2008/04/22 22:35:14 UTC

svn commit: r650641 - /incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java

Author: marbro
Date: Tue Apr 22 13:35:12 2008
New Revision: 650641

URL: http://svn.apache.org/viewvc?rev=650641&view=rev
Log:
Fix for RIVER-243 on behalf of Ron Mann.

Modified:
    incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java

Modified: incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java?rev=650641&r1=650640&r2=650641&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java (original)
+++ incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java Tue Apr 22 13:35:12 2008
@@ -130,7 +130,9 @@
  * <code>src2.jar</code>, as well as any transitively referenced JAR files,
  * would be resolved relative to the <code>base_dir</code> directory.  The
  * <code>Class-Path</code> attribute of <code>wrapper.jar</code> would use
- * HTTPMD URLs with SHA-1 digests.
+ * HTTPMD URLs with SHA-1 digests.  If any of the HTTPMD URLs encountered is
+ * found to be invalid and can not be resolved, the <code>JarWrapper</code>
+ * operation will fail.
  * <p>
  * The equivalent programmatic invocation of <code>JarWrapper</code> would be:
  * <blockquote><pre>