Changeset ba7be716


Ignore:
Timestamp:
02/23/2017 02:49:09 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
de5b883
Parents:
03955eb
Message:

Fix javadoc in fop

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18398 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    r03955eb rba7be716  
    205205      </para>
    206206
    207 <screen><userinput>sed -i '\@&lt;/javad@i&lt;arg value="-Xdoclint:none"/&gt;' build.xml</userinput></screen>
     207<screen><userinput>sed -i '\@&lt;/javad@i\
     208&lt;arg value="-Xdoclint:none"/&gt;\
     209&lt;arg value="--allow-script-in-comments"/&gt;' build.xml</userinput></screen>
    208210
    209211      <para>
     
    253255
    254256    <para>
     257      <command>sed -i ... build.xml</command>: This adds two switches to the
     258      <command>javadoc</command> command, preventing some errors to occur when
     259      building the documentation.
     260    </para>
     261
     262    <para>
     263      <command>patch -Np1 -i ../fop-2.1-listNPE-1.patch</command>: This patch
     264      fixes a bug leading to segmentation faults when processing some inputs.
     265    </para>
     266
     267    <para>
    255268      <command>ant <option>target</option></command>: This reads the file
    256       <filename>build.xml</filename> and builds the target files.
     269      <filename>build.xml</filename> and builds the target: <option>compile
     270      </option> compiles the java sources, <option>jar-main</option> generates
     271      jar archives, and <option>javadocs</option> builds the documentation.
    257272    </para>
    258273
     
    348363          To do this, edit
    349364          <filename>$JAVA_HOME/jre/lib/logging.properties</filename> and change
    350           the entries for <option>.leval</option> and
     365          the entries for <option>.level</option> and
    351366          <option>java.util.logging.ConsoleHandler.level</option> to
    352367          the desired value.
Note: See TracChangeset for help on using the changeset viewer.