Changeset 13644
- Timestamp:
- 10/20/11 23:43:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.x/abcl/doc/manual/abcl.tex
r13643 r13644 854 854 This contrib to ABCL enables an additional syntax for ASDF system 855 855 definition which dynamically loads JVM artifacts such as jar archives 856 via a Maven encapsulation. 857 858 The following ASDF components are added: JAR-FILE, JAR-DIRECTORY, CLASS-FILE-DIRECTORY 859 and MVN. 856 via a Maven encapsulation. The Maven Aether can also be directly 857 manipulated by the function associated with the RESOLVE-DEPENDENCIES symbol. 858 859 %ABCL specific contributions to ASDF system definition mainly concerned 860 %with finding JVM artifacts such as jar archives to be dynamically loaded. 861 862 863 The following ASDF components are added: \textsc{JAR-FILE}, \textsc[JAR-DIRECTORY}, 864 \textsc{CLASS-FILE-DIRECTORY} and \textsc{MVN}. 860 865 861 866 \section{asdf-jar} … … 866 871 required source and fasls in a jar archive. 867 872 868 \section{abcl-asdf} 869 870 ABCL specific contributions to ASDF system definition mainly concerned 871 with finding JVM artifacts such as jar archives to be dynamically loaded. 873 872 874 873 875 \subsection{ABCL-ASDF Examples}
Note: See TracChangeset
for help on using the changeset viewer.