Changeset 15265
- Timestamp:
- 04/28/20 06:37:43 (3 years ago)
- Location:
- trunk/abcl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/README
r15261 r15265 75 75 [abcl.org][abcl.org-release] archive unpack it into its own 76 76 directory. To run ABCL directly from this directory, make sure Java 77 (Java 6, 7, 8, and 11 are supported by ABCL 1.6.1) is in your shell's78 path.77 (Java 6, 7, 8, 11, 13, and 14 are supported by ABCL 1.6.1) is in your 78 shell's path. 79 79 80 80 [maven-abcl]: <https://mvnrepository.com/artifact/org.abcl/abcl/1.6.1> … … 118 118 tool. 119 119 120 To build, one must have a Java 6, 7, 8 or 11 Java Development Kit121 (JDK) installed locally. Just the Java Runtime Environment (JRE) isn't 122 enough, as you need the Java compiler ('javac') to compile the Java 123 source of the ABCL implementation.120 To build, one must have a Java 6, 7, 8, 11, 13 or 14 Java Development 121 Kit (JDK) installed locally. Just the Java Runtime Environment (JRE) 122 isn't enough, as you need the Java compiler ('javac') to compile the 123 Java source of the ABCL implementation. 124 124 125 125 Download a binary distribution [Ant version 1.7.1 or greater][ant]. -
trunk/abcl/abcl.rdf
r15261 r15265 17 17 <> 18 18 abcl:branch <http://abcl.org/svn/trunk/abcl> ; 19 dc:identifier <urn:abcl.org/1.6.1#rc- 0> ;19 dc:identifier <urn:abcl.org/1.6.1#rc-1> ; 20 20 doap:language "Common Lisp" ; 21 21 dc:created "01-JAN-2004" ; 22 dc:modified "2 4-APR-2020" ;22 dc:modified "26-APR-2020" ; 23 23 dc:version "abcl-1.6.1" ; 24 dc:release "dev" ; 25 abcl:git <https://github.com/easye/abcl/> ; # Does this overwrite? TODO Check RDF specs. 24 dc:release "rc-1" ; 25 abcl:git <https://github.com/easye/abcl/tree/abcl/1.6.1> ; 26 abcl:git <https://github.com/armedbear/abcl/pull/172> ; 26 27 abcl:git <https://gitlab.common-lisp.net/abcl/abcl/> ; 27 28 abcl:svn <https://abcl.org/trac/changeset/15198> . # releng UPDATE 28 abcl:svn <https://abcl.org/trac/changeset/15266> . # releng UPDATE 29 29 30 30 <> … … 77 77 rdf:_12 _:vibhu ; 78 78 rdf:_12 "Vibhu Mohindra" ; 79 rdf:_13 "somewhat-functional-programmer" ; 79 80 ] . 80 81 … … 86 87 rdf:label "V-ille" . 87 88 88 89 <http://purl.org/dc/elements/1.1/> 89 90 rdfs:seeAlso <http://dublincore.org/documents/2012/06/14/dcmi-terms/> . 90 91 … … 118 119 rdf:_10 <http://abcl.org/releases/1.5.0/abcl-1.5.0.jar> ; 119 120 rdf:_11 <http://abcl.org/releases/1.6.0/abcl-1.6.0.jar> ; 121 rdf:_13 <http://abcl.org/releases/1.6.0/abcl-1.6.1.jar> ; 120 122 ] ; 121 123 ] . … … 159 161 dc:version "5.5.0" . 160 162 abcl:asdf 161 dc:version "3.3. 3" .163 dc:version "3.3.4" . 162 164 163 165 abcl:abcl-introspect … … 189 191 [abcl:run _:options] 190 192 :base "-XShowSettings:vm -DFile.encoding="UTF-8"; 191 openjdk:6 193 openjdk:6 "-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g -XX:+UseConcMarkSweepGC" ; 192 194 openjdk:8 "-XX:+AggressiveOpts" ; 193 195 openjdk:11 "-XX:CompileThreshold=10" ; -
trunk/abcl/doc/manual/abcl.tex
r15261 r15265 12 12 \date{Version 1.6.1\\ 13 13 \smallskip 14 Unreleased}14 April 2020} 15 15 \author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and 16 16 Alessio Stalla \and Ville Voutilainen} … … 25 25 26 26 Reflecting the management's best estimates as to implementation most 27 easily available to the potential \textsc{ABCL} 1.6 User, the 28 implementation for this edition works best with Java 8 or Java 11 29 runtimes. Since freely available implementations of jdk6 and jdk7 30 exist, we still strive to maintain compatibility with the Java 6 and 31 Java 7 runtime environments but those environments are less tested. 32 The User may need to use the facilities of the ABCL-BUILD contrib to 33 recompile the implementation locally in more exotic runtimes. 27 easily available to the potential \textsc{ABCL} 1.6 User, the Seventh 28 release implementation works best with Java 8 or Java 11 runtimes. 29 Since freely available implementations of jdk6 and jdk7 exist, we 30 still strive to maintain compatibility with the Java 6 and Java 7 31 runtime environments but those environments are less tested. The User 32 may need to use the facilities of the ABCL-BUILD contrib to recompile 33 the implementation locally in more exotic runtimes (see 34 Section~\ref{sec:abcl-build} page~\pageref{sec:abcl-build}). 34 35 35 36 %%Preface to the Sixth edition, abcl-1.5.0 … … 78 79 compiler have a bytecode version of ``49.0''.}, with an efficiency 79 80 that varies upon the hosting JVM implementation. \textsc{ABCL} 80 supports running on the Java 6, Java 7, Java 8, and Java 11 81 \textsc{JVM} implementations. 81 supports running on the Java 6, Java 7, Java 8, Java 11, Java 13, and 82 Java 14 openjdk \textsc{JVM} implementations\footnote{As of April 83 2020, the AdoptOpenJDK.net community \url{https://adoptopenjdk.net/} 84 provides perhaps the easiest installation of unencumbered openjdk 85 implementations}. 82 86 83 87 Armed Bear provides the following integration methods for interfacing … … 1581 1585 1582 1586 \section{abcl-build} 1587 \label{sec:abcl-build} 1583 1588 1584 1589 \textsc{ABCL-BUILD} constitutes a new implementation for the original … … 1651 1656 community contributions from Vihbu, Olof, Pipping, and Cyrus. We 1652 1657 gingerly stepped into current century by establishing \textsc{git} 1653 bridges to the source repositor y at1654 \url{https://github.com/ easye/abcl/} and1655 \url{https://gitlab.common-lisp.net/abcl/abcl/} so that pull 1656 requestsfor enhancements to the implementation many be more easily1658 bridges to the source repositories avaiable via the URIs 1659 \url{https://github.com/armedbear/abcl/} and 1660 \url{https://gitlab.common-lisp.net/abcl/abcl/} so that pull requests 1661 for enhancements to the implementation many be more easily 1657 1662 facilitated. 1658 1663 … … 1662 1667 Against the falling canvas of 2019 we released ABCL 1.6.0 which 1663 1668 provided compatibility with Java 11 while skipping Java 9 and 10. In 1664 April 2020, we offered abcl-1.6.1 as a reference release for usage1669 April 2020, we offered abcl-1.6.1 as a maintenance release for usage 1665 1670 around ELS2020. 1666 1671
Note: See TracChangeset
for help on using the changeset viewer.