You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/09/28 09:05:31 UTC

svn commit: r1867659 - /httpd/docs-build/trunk/build.xml

Author: jailletc36
Date: Sat Sep 28 09:05:30 2019
New Revision: 1867659

URL: http://svn.apache.org/viewvc?rev=1867659&view=rev
Log:
Update the "prettify" target to deal with  iso8859_1 vs UTF_8 encoding with latest java version.

+ update some description which were left-over from a previous copy&paste.

Tested with openjdk 1.8.0_222 and current ant 1.6.5.

Modified:
    httpd/docs-build/trunk/build.xml

Modified: httpd/docs-build/trunk/build.xml
URL: http://svn.apache.org/viewvc/httpd/docs-build/trunk/build.xml?rev=1867659&r1=1867658&r2=1867659&view=diff
==============================================================================
--- httpd/docs-build/trunk/build.xml (original)
+++ httpd/docs-build/trunk/build.xml Sat Sep 28 09:05:30 2019
@@ -97,8 +97,8 @@
 <!-- ready to use list of directives for prettify.js                      -->
 <!-- ==================================================================== -->
 <target name="prettify" depends="modulelists" unless="prettify.done"
-        description="- (re-)builds convenience map file if necessary">
-    <echo message="checking convenience map ..." />
+        description="- (re-)builds convenience file used to update prettify.js if necessary">
+    <echo message="checking list_for_prettify.txt ..." />
 
     <!-- <dependencies.prettify /> -->
 
@@ -106,6 +106,7 @@
             in="${ap.docroot}/mod/allmodules.xml"
             out="${ap.docroot}/list_for_prettify.txt">
         <xmlcatalog refid="w3c-catalog" />
+        <outputproperty name="encoding" value="iso8859_1"/>
     </xslt>
 
     <echo message="List of directives for prettify.js are up to date." />