Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    r8558044 r48771ae  
    77  <!ENTITY fop-download-http "https://archive.apache.org/dist/xmlgraphics/fop/source/fop-&fop-version;-src.tar.gz">
    88  <!ENTITY fop-download-ftp  " ">
    9   <!ENTITY fop-md5sum        "1d6bc84d2ab7f971bbc628080e3c307f">
    10   <!ENTITY fop-size          "26 MB">
    11   <!ENTITY fop-buildsize     "522 MB (including files downloaded to the user directory)">
    12   <!ENTITY fop-time          "0.4 SBU">
    13 
    14   <!ENTITY pdfbox-version    "2.0.24">
     9  <!ENTITY fop-md5sum        "610bfd7797755d744b2c4f61422478cf">
     10  <!ENTITY fop-size          "22 MB">
     11  <!ENTITY fop-buildsize     "517 MB (including files downloaded to the user directory)">
     12  <!ENTITY fop-time          "0.6 SBU">
     13
     14  <!ENTITY pdfbox-version    "2.0.27">
    1515  <!ENTITY pdfbox-download   "http://archive.apache.org/dist/pdfbox/&pdfbox-version;/pdfbox-&pdfbox-version;.jar">
    16   <!ENTITY pdfbox-md5sum     "9e97fc59c662738a5fb82dcc447d1e2f">
     16  <!ENTITY pdfbox-md5sum     "ddd46402b1692eed9e5c73b4a94c45d8">
    1717  <!ENTITY pdfbox-size       "2.7 MB">
    1818
    1919  <!ENTITY fontbox-download  "http://archive.apache.org/dist/pdfbox/&pdfbox-version;/fontbox-&pdfbox-version;.jar">
    20   <!ENTITY fontbox-md5sum    "6c2066df0d706d85e950fe8c73d52ed8">
     20  <!ENTITY fontbox-md5sum    "587744efe2a82d3584c2f3969fa4dca0">
    2121  <!ENTITY fontbox-size      "1.5 MB">
    2222
    2323  <!ENTITY maven-major        "3">
    24   <!ENTITY maven-version      "3.6.3">
     24  <!ENTITY maven-version      "3.8.6">
    2525  <!ENTITY maven-download     "http://archive.apache.org/dist/maven/maven-&maven-major;/&maven-version;/binaries/apache-maven-&maven-version;-bin.tar.gz">
    26   <!ENTITY maven-md5sum       "9792c717f5845d952907d5144b8253c3">
    27   <!ENTITY maven-size         "9.1 MB (additionally, about 82 MB are downloaded to the building user's directory)">
     26  <!ENTITY maven-md5sum       "0e07de4a7b5c84ebed737a2002f52019">
     27  <!ENTITY maven-size         "8.3 MB (additionally, about 90 MB are downloaded to the building user's directory)">
    2828
    2929  <!ENTITY offo-download     "&sourceforge-dl;/offo/2.2/offo-hyphenation.zip">
     
    3535  <?dbhtml filename="fop.html"?>
    3636
    37   <sect1info>
    38     <date>$Date$</date>
    39   </sect1info>
    4037
    4138  <title>fop-&fop-version;</title>
     
    5855    </para>
    5956
    60     &lfs110a_checked;
     57    &lfs112_checked;
    6158
    6259    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    236233<screen><userinput>sed -e '/hyph\.stack/s/512k/1M/' \
    237234    -i fop/build.xml</userinput></screen>
     235fixed with maven-3.8.4
     236      <para>
     237        Fix building with JDK-16 due to an outdated Apache Maven plugin:
     238      </para>
     239
     240<screen><userinput remap="pre">sed -i 's/&lt;war.plugin.version&gt;2.2/&lt;war.plugin.version&gt;3.3.1/' pom.xml</userinput></screen>
    238241-->
    239       <para>
    240         Fix building with JDK-16 due to an outdated Apache Maven plugin:
    241       </para>
    242 
    243 <screen><userinput remap="pre">sed -i 's/&lt;war.plugin.version&gt;2.2/&lt;war.plugin.version&gt;3.3.1/' pom.xml</userinput></screen>
    244 
    245242      <para>
    246243        The <filename>build.xml</filename> file calls for an old version of
     
    265262
    266263      <para>
    267         This package comes with a testsuite, but the java infrastructure
     264        This package comes with a test suite, but the java infrastructure
    268265        installed in this book does not allow running it.
    269266      </para>
     
    293290
    294291    <para>
    295       <command>sed -i ... build.xml</command>: This adds two switches to the
    296       <command>javadoc</command> command, preventing some errors from occuring
     292      <command>sed -i ... build.xml</command>: This adds three switches to the
     293      <command>javadoc</command> command, preventing some errors from occurring
    297294      when building the documentation.
    298295    </para>
Note: See TracChangeset for help on using the changeset viewer.