Changeset 13642


Ignore:
Timestamp:
10/20/11 23:38:00 (12 years ago)
Author:
Mark Evenson
Message:

Restore buildable manual corresponding to ABCL-1.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0.x/abcl/doc/manual/abcl.tex

    r13636 r13642  
    1818
    1919\subsection{Version}
    20 This manual corresponds to abcl-0.28.0, as yet unreleased.
     20This manual corresponds to abcl-1.0.0, release on October 22, 2011.
    2121
    2222\chapter{Running}
     
    3030
    3131\begin{listing-shell}
    32   cmd$ java -jar abcl.jar
     32  cmd\$ java -jar abcl.jar
    3333\end{listing-shell}
    3434
     
    4242
    4343\begin{listing-shell}
    44   cmd$ abcl
     44  cmd\$ abcl
    4545\end{listing-shell}
    4646
     
    212212\begin{listing-java}
    213213java.lang.IllegalAccessException: Class ... can
    214 not access a member of class java.util.zip.ZipFile$2 with modifiers
     214not access a member of class java.util.zip.ZipFile\$2 with modifiers
    215215"public"
    216216       at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
     
    835835
    836836The JSS contrib consitutes an additional, optional extension to the
    837 reader in the definition of the #\" reader macro.
     837reader in the definition of the \#\" reader macro.
    838838
    839839\section{ASDF}
     
    886886We define an API as consisting of the following ASDF classes:
    887887
    888 \textsc[JAR-DIRECTORY}, \textsc{JAR-FILE}, and
     888\textsc{JAR-DIRECTORY}, \textsc{JAR-FILE}, and
    889889\textsc{CLASS-FILE-DIRECTORY} for JVM artifacts that have a currently
    890890valid pathname representation
Note: See TracChangeset for help on using the changeset viewer.