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 2014/03/04 23:23:30 UTC

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

Author: kiwiwings
Date: Tue Mar  4 22:23:29 2014
New Revision: 1574226

URL: http://svn.apache.org/r1574226
Log:
disable font downloading, because of Jenkins connection (download) problems

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1574226&r1=1574225&r2=1574226&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Mar  4 22:23:29 2014
@@ -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>



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