Ignore:
Timestamp:
03/12/2020 09:24:44 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6ea9f5b3
Parents:
5ab87cfa
Message:

Format general/prog

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r5ab87cfa rde33b2a  
    121121      </listitem>
    122122      <listitem>
    123         <para>Estimated disk space required: &ojdk-bdsize;</para>
     123        <para>
     124          Estimated disk space required: &ojdk-bdsize;
     125        </para>
    124126      </listitem>
    125127      <listitem>
    126         <para>Estimated build time: &ojdk-time;</para>
     128        <para>
     129          Estimated build time: &ojdk-time;
     130        </para>
    127131      </listitem>
    128132    </itemizedlist>
     
    267271unset JT_JAVA</userinput></screen>
    268272
    269     <para>For more control over the test suite, review the documentation
    270     available in <filename>jtreg/doc/jtreg/usage.txt</filename>. To review the
    271     results, see the files
    272     <filename>JTreport/test_{jdk,langtools}/text/stats.txt</filename> and
    273     <filename>JTreport/test_{jdk,langtools}/text/summary.txt</filename>.
    274     You should expect to see around 40 failures and a couple of errors.</para>
     273    <para>
     274      For more control over the test suite, review the documentation
     275      available in <filename>jtreg/doc/jtreg/usage.txt</filename>. To review
     276      the results, see the files
     277      <filename>JTreport/test_{jdk,langtools}/text/stats.txt</filename> and
     278      <filename>JTreport/test_{jdk,langtools}/text/summary.txt</filename>.
     279      You should expect to see around 40 failures and a couple of errors.
     280    </para>
    275281    <!-- 11.0.2+9:
    276282         for x86_64: 2 Errors, 28 Failures
     
    280286         for i686: PENDING -->
    281287
    282     <para>Install the package with the following commands as the
    283     <systemitem class="username">root</systemitem> user:</para>
     288    <para>
     289      Install the package with the following commands as the
     290      <systemitem class="username">root</systemitem> user:
     291    </para>
    284292
    285293<screen role="root"><userinput>install -vdm755 /opt/jdk-&openjdk-version;+&openjdk-build;             &amp;&amp;
     
    510518      <?dbfo list-presentation="list"?>
    511519      <?dbhtml list-presentation="table"?>
    512 <!--
    513       <varlistentry id="appletviewer">
    514         <term><command>appletviewer</command></term>
    515         <listitem>
    516           <para>allows to run applets outside of a web browser.</para>
    517           <indexterm zone="openjdk appletviewer">
    518             <primary sortas="b-appletviewer">appletviewer</primary>
    519           </indexterm>
    520         </listitem>
    521       </varlistentry>
    522 
    523       <varlistentry id="idlj">
    524         <term><command>idlj</command></term>
    525         <listitem>
    526           <para>generates Java bindings from a given IDL file.</para>
    527           <indexterm zone="openjdk idlj">
    528             <primary sortas="b-idlj">idlj</primary>
    529           </indexterm>
    530         </listitem>
    531       </varlistentry>
    532 -->
     520
    533521      <varlistentry id="jaotc">
    534522        <term><command>jaotc</command></term>
    535523        <listitem>
    536           <para>is an <quote>ahead-of-time</quote> java class compiler.</para>
     524          <para>
     525            is an <quote>ahead-of-time</quote> java class compiler.
     526          </para>
    537527          <indexterm zone="openjdk jaotc">
    538528            <primary sortas="b-jaotc">jaotc</primary>
     
    544534        <term><command>jar</command></term>
    545535        <listitem>
    546           <para>combines multiple files into a single jar archive.</para>
     536          <para>
     537            combines multiple files into a single jar archive.
     538          </para>
    547539          <indexterm zone="openjdk jar">
    548540            <primary sortas="b-jar">jar</primary>
     
    554546        <term><command>jarsigner</command></term>
    555547        <listitem>
    556           <para>signs jar files and verifies the signatures and integrity
    557           of a signed jar file.</para>
     548          <para>
     549            signs jar files and verifies the signatures and integrity
     550            of a signed jar file.
     551          </para>
    558552          <indexterm zone="openjdk jarsigner">
    559553            <primary sortas="b-jarsigner">jarsigner</primary>
     
    565559        <term><command>java</command></term>
    566560        <listitem>
    567           <para>launches a Java application by starting a Java runtime
    568           environment, loading a specified class and invoking its main
    569           method.</para>
     561          <para>
     562            launches a Java application by starting a Java runtime
     563            environment, loading a specified class and invoking its main
     564            method.
     565          </para>
    570566          <indexterm zone="openjdk java-prog">
    571567            <primary sortas="b-java-prog">java</primary>
     
    577573        <term><command>javac</command></term>
    578574        <listitem>
    579           <para>reads class and interface definitions, written in the
    580           Java programming language, and compiles them into bytecode
    581           class files.</para>
     575          <para>
     576            reads class and interface definitions, written in the
     577            Java programming language, and compiles them into bytecode
     578            class files.
     579          </para>
    582580          <indexterm zone="openjdk javac">
    583581            <primary sortas="b-javac">javac</primary>
     
    589587        <term><command>javadoc</command></term>
    590588        <listitem>
    591           <para>parses the declarations and documentation comments in a
    592           set of Java source files and produces a corresponding set of
    593           HTML pages describing the classes, interfaces, constructors,
    594           methods, and fields.</para>
     589          <para>
     590            parses the declarations and documentation comments in a
     591            set of Java source files and produces a corresponding set of
     592            HTML pages describing the classes, interfaces, constructors,
     593            methods, and fields.
     594          </para>
    595595          <indexterm zone="openjdk javadoc">
    596596            <primary sortas="b-javadoc">javadoc</primary>
     
    602602        <term><command>javap</command></term>
    603603        <listitem>
    604           <para>disassembles a Java class file.</para>
     604          <para>
     605            disassembles a Java class file.
     606          </para>
    605607          <indexterm zone="openjdk javap">
    606608            <primary sortas="b-javap">javap</primary>
     
    612614        <term><command>jcmd</command></term>
    613615        <listitem>
    614           <para>is a utility to send diagnostic command requests to a running
    615           Java Virtual Machine.</para>
     616          <para>
     617            is a utility to send diagnostic command requests to a running
     618            Java Virtual Machine.
     619          </para>
    616620          <indexterm zone="openjdk jcmd">
    617621            <primary sortas="b-jcmd">jcmd</primary>
     
    623627        <term><command>jconsole</command></term>
    624628        <listitem>
    625           <para>is a graphical console tool to monitor and manage both
    626           local and remote Java applications and virtual machines.</para>
     629          <para>
     630            is a graphical console tool to monitor and manage both
     631            local and remote Java applications and virtual machines.
     632          </para>
    627633          <indexterm zone="openjdk jconsole">
    628634            <primary sortas="b-jconsole">jconsole</primary>
     
    634640        <term><command>jdb</command></term>
    635641        <listitem>
    636           <para>is a simple command-line debugger for Java classes.</para>
     642          <para>
     643            is a simple command-line debugger for Java classes.
     644          </para>
    637645          <indexterm zone="openjdk jdb">
    638646            <primary sortas="b-jdb">jdb</primary>
     
    644652        <term><command>jdeprscan</command></term>
    645653        <listitem>
    646           <para>scans class or jar files for uses of deprecated API
    647           elements.</para>
     654          <para>
     655            scans class or jar files for uses of deprecated API elements.
     656          </para>
    648657          <indexterm zone="openjdk jdeprscan">
    649658            <primary sortas="b-jdeprscan">jdeprscan</primary>
     
    655664        <term><command>jdeps</command></term>
    656665        <listitem>
    657           <para>shows the package-level or class-level dependencies of
    658           Java class files.</para>
     666          <para>
     667            shows the package-level or class-level dependencies of
     668            Java class files.
     669          </para>
    659670          <indexterm zone="openjdk jdeps">
    660671            <primary sortas="b-jdeps">jdeps</primary>
     
    666677        <term><command>jhsdb</command></term>
    667678        <listitem>
    668           <para>is a tool to analyze the content of a core dump from a
    669           crashed Java Virtual Machine (JVM).</para>
     679          <para>
     680            is a tool to analyze the content of a core dump from a
     681            crashed Java Virtual Machine (JVM).
     682          </para>
    670683          <indexterm zone="openjdk jhsdb">
    671684            <primary sortas="b-jhsdb">jhsdb</primary>
     
    677690        <term><command>jimage</command></term>
    678691        <listitem>
    679           <para>is used to list, extract, verify, or get information about
    680           modules in <emphasis>jimage</emphasis> format.</para>
     692          <para>
     693            is used to list, extract, verify, or get information about
     694            modules in <emphasis>jimage</emphasis> format.
     695          </para>
    681696          <indexterm zone="openjdk jimage">
    682697            <primary sortas="b-jimage">jimage</primary>
     
    688703        <term><command>jinfo</command></term>
    689704        <listitem>
    690           <para>prints Java configuration information for a given Java
    691           process, core file, or a remote debug server.</para>
     705          <para>
     706            prints Java configuration information for a given Java
     707            process, core file, or a remote debug server.
     708          </para>
    692709          <indexterm zone="openjdk jinfo">
    693710            <primary sortas="b-jinfo">jinfo</primary>
     
    699716        <term><command>jjs</command></term>
    700717        <listitem>
    701           <para>is a command-line tool used to invoke the Nashorn engine. It
    702           can be used to interpret one or several script files, or to run
    703           an interactive shell.</para>
     718          <para>
     719            is a command-line tool used to invoke the Nashorn engine. It
     720            can be used to interpret one or several script files, or to run
     721            an interactive shell.
     722          </para>
    704723          <indexterm zone="openjdk jjs">
    705724            <primary sortas="b-jjs">jjs</primary>
     
    711730        <term><command>jlink</command></term>
    712731        <listitem>
    713           <para>is used to assemble and optimize a set of modules and their
    714           dependencies into a custom runtime image.</para>
     732          <para>
     733            is used to assemble and optimize a set of modules and their
     734            dependencies into a custom runtime image.
     735          </para>
    715736          <indexterm zone="openjdk jlink">
    716737            <primary sortas="b-jlink">jlink</primary>
     
    722743        <term><command>jmap</command></term>
    723744        <listitem>
    724           <para>prints shared object memory maps or heap memory details
    725           of a given process, core file, or a remote debug server.</para>
     745          <para>
     746            prints shared object memory maps or heap memory details
     747            of a given process, core file, or a remote debug server.
     748          </para>
    726749          <indexterm zone="openjdk jmap">
    727750            <primary sortas="b-jmap">jmap</primary>
     
    733756        <term><command>jmod</command></term>
    734757        <listitem>
    735           <para>creates JMOD files and lists the content of existing JMOD
    736           files.</para>
     758          <para>
     759            creates JMOD files and lists the content of existing JMOD files.
     760          </para>
    737761          <indexterm zone="openjdk jmod">
    738762            <primary sortas="b-jmod">jmod</primary>
     
    744768        <term><command>jps</command></term>
    745769        <listitem>
    746           <para>lists the instrumented JVMs on the target system.</para>
     770          <para>
     771            lists the instrumented JVMs on the target system.
     772          </para>
    747773          <indexterm zone="openjdk jps">
    748774            <primary sortas="b-jps">jps</primary>
     
    754780        <term><command>jrunscript</command></term>
    755781        <listitem>
    756           <para>is a command line script shell.</para>
     782          <para>
     783            is a command line script shell.
     784          </para>
    757785          <indexterm zone="openjdk jrunscript">
    758786            <primary sortas="b-jrunscript">jrunscript</primary>
     
    764792        <term><command>jshell</command></term>
    765793        <listitem>
    766           <para>is an interactive tool for learning the Java programming
    767           language and prototyping Java code.</para>
     794          <para>
     795            is an interactive tool for learning the Java programming
     796            language and prototyping Java code.
     797          </para>
    768798          <indexterm zone="openjdk jshell">
    769799            <primary sortas="b-jshell">jshell</primary>
     
    775805        <term><command>jstack</command></term>
    776806        <listitem>
    777           <para>prints Java stack traces of Java threads for a given
    778           Java process, core file, or a remote debug server.</para>
     807          <para>
     808            prints Java stack traces of Java threads for a given
     809            Java process, core file, or a remote debug server.
     810          </para>
    779811          <indexterm zone="openjdk jstack">
    780812            <primary sortas="b-jstack">jstack</primary>
     
    786818        <term><command>jstat</command></term>
    787819        <listitem>
    788           <para>displays performance statistics for an instrumented JVM.</para>
     820          <para>
     821            displays performance statistics for an instrumented JVM.
     822          </para>
    789823          <indexterm zone="openjdk jstat">
    790824            <primary sortas="b-jstat">jstat</primary>
     
    796830        <term><command>jstatd</command></term>
    797831        <listitem>
    798           <para>is an RMI server application that monitors for the creation
    799           and termination of instrumented JVMs.</para>
     832          <para>
     833            is an RMI server application that monitors for the creation
     834            and termination of instrumented JVMs.
     835          </para>
    800836          <indexterm zone="openjdk jstatd">
    801837            <primary sortas="b-jstatd">jstatd</primary>
     
    807843        <term><command>keytool</command></term>
    808844        <listitem>
    809           <para>is a key and certificate management utility.</para>
     845          <para>
     846            is a key and certificate management utility.
     847          </para>
    810848          <indexterm zone="openjdk keytool">
    811849            <primary sortas="b-keytool">keytool</primary>
     
    813851        </listitem>
    814852      </varlistentry>
    815 <!--
    816       <varlistentry id="orbd">
    817         <term><command>orbd</command></term>
    818         <listitem>
    819           <para>is used to enable clients to transparently locate and invoke
    820           persistent objects on servers in the CORBA environment.</para>
    821           <indexterm zone="openjdk orbd">
    822             <primary sortas="b-orbd">orbd</primary>
    823           </indexterm>
    824         </listitem>
    825       </varlistentry>
    826 -->
     853
    827854      <varlistentry id="pack200">
    828855        <term><command>pack200</command></term>
    829856        <listitem>
    830           <para>is a Java application that transforms a jar file into a
    831           compressed pack200 file using the Java gzip compressor.</para>
     857          <para>
     858            is a Java application that transforms a jar file into a
     859            compressed pack200 file using the Java gzip compressor.
     860          </para>
    832861          <indexterm zone="openjdk pack200">
    833862            <primary sortas="b-pack200">pack200</primary>
     
    839868        <term><command>rmic</command></term>
    840869        <listitem>
    841           <para>generates stub and skeleton class files for remote objects
    842           from the names of compiled Java classes that contain remote
    843           object implementations.</para>
     870          <para>
     871            generates stub and skeleton class files for remote objects
     872            from the names of compiled Java classes that contain remote
     873            object implementations.
     874          </para>
    844875          <indexterm zone="openjdk rmic">
    845876            <primary sortas="b-rmic">rmic</primary>
     
    851882        <term><command>rmid</command></term>
    852883        <listitem>
    853           <para>starts the activation system daemon.</para>
     884          <para>
     885            starts the activation system daemon.
     886          </para>
    854887          <indexterm zone="openjdk rmid">
    855888            <primary sortas="b-rmid">rmid</primary>
     
    861894        <term><command>rmiregistry</command></term>
    862895        <listitem>
    863           <para>creates and starts a remote object registry on the specified
    864           port on the current host.</para>
     896          <para>
     897            creates and starts a remote object registry on the specified
     898            port on the current host.
     899          </para>
    865900          <indexterm zone="openjdk rmiregistry">
    866901            <primary sortas="b-rmiregistry">rmiregistry</primary>
     
    868903        </listitem>
    869904      </varlistentry>
    870 <!--
    871       <varlistentry id="schemagen">
    872         <term><command>schemagen</command></term>
    873         <listitem>
    874           <para>is a Java XML binding schema generator.</para>
    875           <indexterm zone="openjdk schemagen">
    876             <primary sortas="b-schemagen">schemagen</primary>
    877           </indexterm>
    878         </listitem>
    879       </varlistentry>
    880 -->
     905
    881906      <varlistentry id="serialver">
    882907        <term><command>serialver</command></term>
    883908        <listitem>
    884           <para>returns the serialVersionUID for one or more classes in a
    885           form suitable for copying into an evolving class.</para>
     909          <para>
     910            returns the serialVersionUID for one or more classes in a
     911            form suitable for copying into an evolving class.
     912          </para>
    886913          <indexterm zone="openjdk serialver">
    887914            <primary sortas="b-serialver">serialver</primary>
     
    889916        </listitem>
    890917      </varlistentry>
    891 <!--
    892       <varlistentry id="servertool">
    893         <term><command>servertool</command></term>
    894         <listitem>
    895           <para>provides an ease-of-use interface for application programmers
    896           to register, unregister, startup and shutdown a server.</para>
    897           <indexterm zone="openjdk servertool">
    898             <primary sortas="b-servertool">servertool</primary>
    899           </indexterm>
    900         </listitem>
    901       </varlistentry>
    902 
    903       <varlistentry id="tnameserv">
    904         <term><command>tnameserv</command></term>
    905         <listitem>
    906           <para>starts the Java IDL name server.</para>
    907           <indexterm zone="openjdk tnameserv">
    908             <primary sortas="b-tnameserv">tnameserv</primary>
    909           </indexterm>
    910         </listitem>
    911       </varlistentry>
    912 -->
     918
    913919      <varlistentry id="unpack200">
    914920        <term><command>unpack200</command></term>
    915921        <listitem>
    916           <para>is a native implementation that transforms a packed file
    917           produced by <application>pack200</application> into a jar
    918           file.</para>
     922          <para>
     923            is a native implementation that transforms a packed file
     924            produced by <application>pack200</application> into a jar
     925            file.
     926          </para>
    919927          <indexterm zone="openjdk unpack200">
    920928            <primary sortas="b-unpack200">unpack200</primary>
     
    922930        </listitem>
    923931      </varlistentry>
    924 <!--
    925       <varlistentry id="wsgen">
    926         <term><command>wsgen</command></term>
    927         <listitem>
    928           <para>generates JAX-WS portable artifacts used in JAX-WS
    929           web services.</para>
    930           <indexterm zone="openjdk wsgen">
    931             <primary sortas="b-wsgen">wsgen</primary>
    932           </indexterm>
    933         </listitem>
    934       </varlistentry>
    935 
    936       <varlistentry id="wsimport">
    937         <term><command>wsimport</command></term>
    938         <listitem>
    939           <para>generates JAX-WS portable artifacts.</para>
    940           <indexterm zone="openjdk wsimport">
    941             <primary sortas="b-wsimport">wsimport</primary>
    942           </indexterm>
    943         </listitem>
    944       </varlistentry>
    945 
    946       <varlistentry id="xjc">
    947         <term><command>xjc</command></term>
    948         <listitem>
    949           <para>is a Java XML binding compiler.</para>
    950           <indexterm zone="openjdk xjc">
    951             <primary sortas="b-xjc">xjc</primary>
    952           </indexterm>
    953         </listitem>
    954       </varlistentry>
    955 -->
     932
    956933    </variablelist>
    957934
Note: See TracChangeset for help on using the changeset viewer.