You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2016/04/28 00:17:18 UTC

svn commit: r1741352 - /poi/trunk/build.xml

Author: kiwiwings
Date: Wed Apr 27 22:17:17 2016
New Revision: 1741352

URL: http://svn.apache.org/viewvc?rev=1741352&view=rev
Log:
comment out https check for jdk1.6

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1741352&r1=1741351&r2=1741352&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Apr 27 22:17:17 2016
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org