]> source.dussan.org Git - poi.git/commitdiff
disable font downloading, because of Jenkins connection (download) problems
authorAndreas Beeker <kiwiwings@apache.org>
Tue, 4 Mar 2014 22:23:29 +0000 (22:23 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Tue, 4 Mar 2014 22:23:29 +0000 (22:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574226 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 4702c3cc300727b43848940b9aa431ae4de40034..d0cde1874aa4a8e324302dda767cf9c297b1a6f3 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1427,6 +1427,9 @@ under the License.
        </target>
 
        <target name="test-scratchpad-download-resources">
+               <!-- disable font downloading until TestFontRendering works on all plattforms -->
+               <!-- ... eventually copy the files into the resource dirs ... -->
+               <!--
                <mkdir dir="build/scratchpad-test-resources"/>
                
         <antcall target="downloadfile">
@@ -1445,6 +1448,7 @@ under the License.
             <param name="sourcefile" value="https://googlefontdirectory.googlecode.com/hg-history/c5955de4df3e40f6ab705bbccbd1f5ad93998287/cabin/Cabin-Regular.ttf"/>
             <param name="destfile" value="build/scratchpad-test-resources/Cabin-Regular.ttf"/>
         </antcall>
+        -->
        </target>
        
 </project>