Skip to content

Commit

Permalink
Merge pull request #1643 from matthiasblaesing/javadoc2
Browse files Browse the repository at this point in the history
Fix missing javadoc file resoures/fonts/dejavu.css
  • Loading branch information
matthiasblaesing authored Dec 21, 2024
2 parents d1bef49 + dfb4016 commit a9d4e09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,13 @@ cd ..

<arg value="-notimestamp"/>
</javadoc>
<!--
Create an empty resources/fonts/dejavu.css - the file is reference by default
javadoc output, yet not provided by it. People seem to be irritated by the
generated 404, so provide an empty file.
-->
<mkdir dir="${javadoc}/resources/fonts/" />
<echo file="${javadoc}/resources/fonts/dejavu.css">/* Intentionally left empty */</echo>
<jar jarfile="${platform-javadoc-jar}" createUnicodeExtraFields="never" encoding="UTF-8">
<fileset dir="${javadoc}" />
</jar>
Expand Down

0 comments on commit a9d4e09

Please sign in to comment.