]> source.dussan.org Git - poi.git/commitdiff
comment out https check for jdk1.6
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 27 Apr 2016 22:17:17 +0000 (22:17 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 27 Apr 2016 22:17:17 +0000 (22:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1741352 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index e7e79aade6ed0c0c0a414b9aada41b25a659bd52..dc88b72c5206d2cb7450056dff0003b5771cb9bb 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -482,7 +482,7 @@ under the License.
         <sequential>
             <local name="exists"/>
             <available file="@{dest}" property="exists"/>
-            <fail unless:true="${exists}"
+            <!--fail unless:true="${exists}"
                 message="Java version might be uncapable to download https URLs - see https://stackoverflow.com/questions/6851461/java-why-does-ssl-handshake-give-could-not-generate-dh-keypair-exception">
                 <condition>
                     <and>
@@ -490,7 +490,7 @@ under the License.
                         <contains string="@{src}" substring="https"/>
                     </and>
                 </condition>
-            </fail>
+            </fail-->
             <get src="@{src}" dest="@{dest}" unless:true="${exists}"/>
         </sequential>
     </macrodef>