Changeset 13643


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

Smooth more nits in Manual.

File:
1 edited

Legend:

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

    r13642 r13643  
    66\begin{document}
    77\title{A Manual for Armed Bear Common Lisp}
    8 \date{October 20, 2011}
     8\date{October 21, 2011}
    99\author{Mark~Evenson, Erik~Huelsmann, Alessio~Stalla, Ville~Voutilainen}
    1010
     
    2323
    2424\textsc{ABCL} is packaged as a single jar file usually named either
    25 ``abcl.jar'' or possibly``abcl-0.28.0.jar'' if you are using a
     25``abcl.jar'' or possibly``abcl-1.0.0.jar'' if you are using a
    2626versioned package from your system vendor.  This byte archive can be
    2727executed under the control of a suitable JVM by using the ``-jar''
     
    909909\end{listing-lisp}
    910910
     911To actually load the dependency, use the JAVA:ADD-TO-CLASSPATH generic
     912function:
     913
     914\begin{listing-lisp}
     915    CL-USER> (java:add-to-classpath (abcl-asdf:resolve-dependencies "com.google.gwt" "gwt-user"))
     916\end{listing-lisp}
     917
    911918Notice that all recursive dependencies have been located and installed
    912 as well.
    913 
     919locally from the network as well.
    914920
    915921\section{jss}
Note: See TracChangeset for help on using the changeset viewer.